代码覆盖率检测工具大全

这是我见到的一个搜集代码覆盖率工具最全的网站: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:

原文地址:https://www.cnblogs.com/skytraveler/p/3508314.html