JaCoCo - Java Code Coverage Library
JaCoCo is a free Java code coverage library distributed under the Eclipse Public License. Check http://www.eclemma.org/jacoco for updates and feedback.
This is the distribution of version 0.6.3.20130409-1102 created on 2013/04/09 based on commit c4ecaf165a4e84abb0da20afaa13933ead91c4c5.
Contents
The JaCoCo distribution contains the following libraries in the
./lib folder:
| File | OSGi Bundle | Description | Dependencies |
| jacocoagent.jar | no | Java agent for execution data recording | - (all dependencies included) |
| jacocoant.jar | no | JaCoCo Ant tasks | Ant (all other dependencies included) |
| org.jacoco.agent_0.6.3.20130409-1102.jar | yes | JaCoCo agent | - |
| org.jacoco.core_0.6.3.20130409-1102.jar | yes | JaCoCo core | ASM |
| org.jacoco.report_0.6.3.20130409-1102.jar | yes | JaCoCo reporting | org.jacoco.core, ASM |
| org.jacoco.ant_0.6.3.20130409-1102.jar | yes | JaCoCo Ant tasks | org.jacoco.core, org.jacoco.agent, org.jacoco.report, ASM, Ant |
The JaCoCo Maven plug-in is available from the Maven repository.