Uses of Interface
org.jacoco.core.analysis.IClassCoverage
Packages that use IClassCoverage
Package
Description
Coverage calculation and analysis.
Rules check implementation.
CSV report implementation.
-
Uses of IClassCoverage in org.jacoco.ant
Method parameters in org.jacoco.ant with type arguments of type IClassCoverageModifier and TypeMethodDescriptionprivate void
ReportTask.logBundleInfo
(IBundleCoverage bundle, Collection<IClassCoverage> nomatch) -
Uses of IClassCoverage in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type IClassCoverageMethod parameters in org.jacoco.cli.internal.commands with type arguments of type IClassCoverageModifier and TypeMethodDescriptionprivate void
Report.printNoMatchWarning
(Collection<IClassCoverage> nomatch, PrintWriter out) -
Uses of IClassCoverage in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis with type parameters of type IClassCoverageModifier and TypeFieldDescriptionprivate final Map
<String, IClassCoverage> CoverageBuilder.classes
Methods in org.jacoco.core.analysis that return types with arguments of type IClassCoverageModifier and TypeMethodDescriptionCoverageBuilder.getClasses()
Returns all class nodes currently contained in this builder.IPackageCoverage.getClasses()
Returns all classes contained in this package.CoverageBuilder.getNoMatchClasses()
Returns all classes for which execution data does not match.Methods in org.jacoco.core.analysis with parameters of type IClassCoverageModifier and TypeMethodDescriptionvoid
CoverageBuilder.visitCoverage
(IClassCoverage coverage) void
ICoverageVisitor.visitCoverage
(IClassCoverage coverage) For analyzed class coverage data is emitted to this method. -
Uses of IClassCoverage in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement IClassCoverageFields in org.jacoco.core.internal.analysis with type parameters of type IClassCoverageModifier and TypeFieldDescriptionprivate final Collection
<IClassCoverage> PackageCoverageImpl.classes
Methods in org.jacoco.core.internal.analysis that return types with arguments of type IClassCoverageMethod parameters in org.jacoco.core.internal.analysis with type arguments of type IClassCoverageModifier and TypeMethodDescriptionprivate static Collection
<IPackageCoverage> BundleCoverageImpl.groupByPackage
(Collection<IClassCoverage> classes, Collection<ISourceFileCoverage> sourcefiles) Constructor parameters in org.jacoco.core.internal.analysis with type arguments of type IClassCoverageModifierConstructorDescriptionBundleCoverageImpl
(String name, Collection<IClassCoverage> classes, Collection<ISourceFileCoverage> sourcefiles) Creates a new instance of a bundle with the given name.PackageCoverageImpl
(String name, Collection<IClassCoverage> classes, Collection<ISourceFileCoverage> sourceFiles) Creates package node instance for a package with the given name. -
Uses of IClassCoverage in org.jacoco.maven
Method parameters in org.jacoco.maven with type arguments of type IClassCoverageModifier and TypeMethodDescriptionprivate void
ReportSupport.logBundleInfo
(IBundleCoverage bundle, Collection<IClassCoverage> nomatch) -
Uses of IClassCoverage in org.jacoco.report.check
Methods in org.jacoco.report.check with parameters of type IClassCoverage -
Uses of IClassCoverage in org.jacoco.report.csv
Methods in org.jacoco.report.csv with parameters of type IClassCoverageModifier and TypeMethodDescriptionvoid
ClassRowWriter.writeRow
(String groupName, String packageName, IClassCoverage node) Writes the class summary information as a row. -
Uses of IClassCoverage in org.jacoco.report.internal.html.page
Constructors in org.jacoco.report.internal.html.page with parameters of type IClassCoverageModifierConstructorDescriptionClassPage
(IClassCoverage classNode, ReportPage parent, ILinkable sourcePage, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context. -
Uses of IClassCoverage in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type IClassCoverageModifier and TypeMethodDescriptionReportElement.classElement
(IClassCoverage coverage) Creates a 'class' element.private static void
XMLCoverageWriter.writeClass
(IClassCoverage c, ReportElement parent)