Skip to content

cobertura vs EclEmma

A side-by-side look at cobertura and EclEmma. For an in-depth review of either product, follow the links below.

cobertura

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
EclEmma

EclEmma

Development

EclEmma is a free Java code coverage tool for Eclipse, used to measure and report on code coverage in Java projects. It highlights which parts of the code have been executed during runtime.

eclipsejavatestingcoverage

Related Comparisons