Revoc is a fast code coverage engine for Java.
See https://github.com/kantega/revoc/downloads
Revoc is run as a Java Agent. It needs two options, the pattern for packages to include and the port to use for the HTTP server:
java -javaagent:revoc.jar=include=com.example.mypackage.,port=7071 com.example.MyMainClass