Test coverage is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
翻译 - Ruby 1.9+的代码覆盖率,具有功能强大的配置库和跨测试套件的覆盖率自动合并
🔬 Java Code Coverage Library
翻译 - :microscope:JaCoCo-Java代码覆盖率库
Cross platform code coverage for .NET
翻译 - .NET的跨平台代码覆盖率
Automated code reviews via mutation testing - semantic code coverage.
翻译 - Ruby的变异测试