Package org.jacoco.core.analysis
Interface ICoverageVisitor
- All Known Implementing Classes:
ClassInfo.Printer
,CoverageBuilder
public interface ICoverageVisitor
Interface for coverage data output as a stream of
IClassCoverage
instances.-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitCoverage
(IClassCoverage coverage) For analyzed class coverage data is emitted to this method.
-
Method Details
-
visitCoverage
For analyzed class coverage data is emitted to this method.- Parameters:
coverage
- coverage data for a class
-