OpenClover Alternatives
OpenClover is described as 'free and open-source code coverage tool for Java, Groovy and AspectJ' and is an app. There are five alternatives to OpenClover for a variety of platforms, including Mac, Windows, Linux, Eclipse and IntelliJ IDEA. The best alternative is EclEmma, which is both free and Open Source. Other great apps like OpenClover are CodeCover, Coverlipse, Atlassian Clover and cobertura.
EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench.
CodeCover is a free glass-box testing tool developed in 2007 at the University of Stuttgart. CodeCover measures statement, branch, loop, term coverage (subsumes MC/DC), question mark operator coverage, and synchronized coverage.
Features
DiscontinuedVery old project (last release was 11 years ago).
SourceForge presents the Coverlipse project. Coverlipse is an open source application. SourceForge provides the world's largest selection of Open Source Software. An eclipse plugin for code coverage visualization of JUnit Tests. Especially useful for test-first development.
- Free • Open Source
5 alternatives to Atlassian Clover- Mac
- Windows
- Linux
- Eclipse
- IntelliJ IDEA
- Grails
- Maven
- Ant
Atlassian Clover provides Java and Groovy code coverage for software testing. Spend more time writing code that does stuff than code that tests stuff.
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.