JaCoCo - Java Code Coverage Library

JaCoCo is a free Java code coverage library implemented by Marc R. Hoffmann and Brock Janiczak distributed under the Eclipse Public License. Check http://www.eclemma.org/jacoco for updates and feedback.

This is the distribution of version 0.1.0.20091028042923.

Implementation Status

This first official release of JaCoCo is a fully functional prototype to verify the basic concepts and implementation strategies. It already produces neat coverage reports and has been successfully tested with huge Eclipse RCP applications and web projects.

Due to the prototype status future versions will come with additional or modified features and may show different behavior in various situations. The Java API is certainly not frozen yet.

Contents

The JaCoCo distribution contains the following libraries in the ./lib folder:

File Description Dependencies
jacocoagent.jar Java agent for execution data recording None, all dependencies included
jacocoant.jar JaCoCo Ant tasks Ant 1.7.x, all other dependencies included
org.jacoco.core_0.1.0.20091028042923.jar JaCoCo core bundle ASM 3.x
org.jacoco.report_0.1.0.20091028042923.jar JaCoCo report bundle JaCoCo core, ASM 3.x
org.jacoco.ant_0.1.0.20091028042923.jar JaCoCo Ant bundle JaCoCo core, JaCoCo report, ASM 3.x, Ant 1.7.x