User:Centic

From Wikipedia, the free encyclopedia

Code coverage[edit]

Tools for Java[edit]

Name License Homepage Recording Reports Methods Integration Comment
McCabe IQ http://www.mccabe.com/
Cobertura http://cobertura.sourceforge.net/ byte code HTML, XML line, branch, class, package, overall
Clover
CTC++ for Java and Android http://cobertura.sourceforge.net/
DevPartner
EMMA http://www.eclemma.org/ byte code line, branch, method, class, overall Ant, Eclipse, Commandline Discontinued, replaced by JaCoCo
Jtest
Kalistick
LDRA Testbed
JaCoCo http://www.eclemma.org/jacoco/ byte code XML, HTML line, branch, method, class, overall Ant, Eclipse, Maven
CodeCover http://codecover.org/ HTML, CSV Ant, Eclipse, Batch
JMockit Coverage http://jmockit.googlecode.com/svn/trunk/www/tutorial/CodeCoverage.html