JaCoCo

JaCoCo is an open source toolkit for measuring and reporting Java code coverage. JaCoCo is distributed under the terms of Eclipse Public License. It was developed as a drop in replacement to EMMA under the umbrella of the EclEmma eclipse project. Additionally to EMMA it offers branch coverage. It runs as java agent, and can be configured to store the collected data as file, or send it via TCP. Files from multiple runs or code parts can be merged easily.
JaCoCo-based tools
* Sonar JaCoCo plugin — default for coverage analyses within the code quality management platform Sonar
* EclEmma, Eclipse code coverage plugin, was formerly EMMA based
* JaCoCo Plugin
*
 
< Prev   Next >