cobertura vs OpenClover
A side-by-side look at cobertura and OpenClover. For an in-depth review of either product, follow the links below.
cobertura
Development
Cobertura is an open source Java code coverage tool that calculates the percentage of code accessed by tests. It shows which parts of the codebase are lacking test coverage to help developers improve test quality. Cobertura integrates with build tools like Maven and Ant.
javacode-coveragetestingmavenant
OpenClover
Development
OpenClover is an open-source code coverage tool for Java applications. It can generate code coverage reports to show the degree to which the source code is being tested by unit tests. Useful for improving test quality.
javatestingcode-coverageunit-testing
Related Comparisons
EclEmma
Atlassian Clover
ECobertura
Coverlipse
CodeCover