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

相关文章:

  • 2021-08-09
  • 2021-12-21
  • 2022-12-23
  • 2021-04-28
  • 2021-08-21
  • 2021-09-21
  • 2021-11-23
猜你喜欢
  • 2021-07-07
  • 2021-12-21
  • 2021-12-03
  • 2021-12-16
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案