Uses of Interface
org.jacoco.core.analysis.ISourceFileCoverage
Packages that use ISourceFileCoverage
Package
Description
Coverage calculation and analysis.
Rules check implementation.
-
Uses of ISourceFileCoverage in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis with type parameters of type ISourceFileCoverageModifier and TypeFieldDescriptionprivate final Map<String,
ISourceFileCoverage> CoverageBuilder.sourcefiles
Methods in org.jacoco.core.analysis that return types with arguments of type ISourceFileCoverageModifier and TypeMethodDescriptionCoverageBuilder.getSourceFiles()
Returns all source file nodes currently contained in this builder.IPackageCoverage.getSourceFiles()
Returns all source files in this package. -
Uses of ISourceFileCoverage in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement ISourceFileCoverageFields in org.jacoco.core.internal.analysis with type parameters of type ISourceFileCoverageModifier and TypeFieldDescriptionprivate final Collection<ISourceFileCoverage>
PackageCoverageImpl.sourceFiles
Methods in org.jacoco.core.internal.analysis that return types with arguments of type ISourceFileCoverage -
Uses of ISourceFileCoverage in org.jacoco.report.check
Methods in org.jacoco.report.check with parameters of type ISourceFileCoverageModifier and TypeMethodDescriptionprivate void
BundleChecker.check
(ISourceFileCoverage sourceFile) -
Uses of ISourceFileCoverage in org.jacoco.report.internal.html.page
Constructors in org.jacoco.report.internal.html.page with parameters of type ISourceFileCoverage -
Uses of ISourceFileCoverage in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ISourceFileCoverageModifier and TypeMethodDescriptionprivate static void
XMLCoverageWriter.writeSourceFile
(ISourceFileCoverage s, ReportElement parent)