代码覆盖率检测工具大全

这是我见到的一个搜集代码覆盖率工具最全的网站:http://c2.com/cgi/wiki?CodeCoverageTools

for Java:

MutationTesting: (which isn't really CodeCoverage, but it's related)

  • JesTer @ http://jester.sourceforge.net/ - changes your code, and then runs your tests. (If arbitrary changes to the code don't break the tests, then is your code sufficiently tested?)

     

for .NET (DotNet):

C/C++:

Perl:

for Python:

for PHP:

posted @ 2014-01-07 10:24  skytraveler  阅读(700)  评论(2编辑  收藏  举报