Open Source Code Coverage Tools in Java
13 projectsCoverlipseInactive
Eclipse plugin for JUnit code coverage visualization. Block coverage and all-uses coverage (data flow); results in editor and dedicated views; no extra configuration beyond normal JUnit runs.
GroboCodeCoverageInactive
Pure Java code coverage tool using Jakarta BCEL to instrument class files post-compile. Ant tasks for instrumentation and reporting; part of the GroboUtils project.
JVMDI Code Coverage AnalyserInactive
Shared library that loads into a JVMDI-capable Java VM (1. 4+) and records executed lines. Coarse-grained coverage, suitable for many use cases.
jcoverage/gplInactive
Free code-coverage tool for Java: measures test effectiveness and which code was executed. Instrument then run tests; reports from project level down to line level. Original site gone; Cobertura is a well-known successor.