资 源 简 介
Java agent for calculating code coverage (methods and lines). Easy to enable, small performance loose, various output format.
How does it work:
Attache jar file as JVM agent. Specify property file for it.
Start up your application with coverage agent.
Run different tests with your application or use it normally
Shutdown application.
See for coverage report in logs, console, report file or where you specified report
To do for us:
Create distributive of this application.
Create simple manual
Add different reports
Add line coverage report
Add report merge
Welcome for your options =)