See the "API JavaDoc" link from the documentation page: 
http://www.eclemma.org/jacoco/trunk/doc/

The ExecutionDataReader class reads .exec files, and the Analyzer class 
converts ExecutionData to IClassCoverage.  Note that Analyzer requires access 
to the original .class files (.exec files contain per-class lists of true/false 
"probes", which are meaningless without a corresponding .class file, which 
contain the actual method names, line numbers, etc.).  You might also be 
interested in the CoverageBuilder or XMLFormatter classes depending on what 
you're trying to do exactly.

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/8235c7f7-a875-4213-ac0d-f88e190e3deb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to