Uses of Interface
org.jacoco.core.analysis.ISourceFileCoverage
-
Packages that use ISourceFileCoverage Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis -
-
Uses of ISourceFileCoverage in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return types with arguments of type ISourceFileCoverage Modifier and Type Method Description java.util.Collection<ISourceFileCoverage>
CoverageBuilder. getSourceFiles()
Returns all source file nodes currently contained in this builder.java.util.Collection<ISourceFileCoverage>
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 ISourceFileCoverage Modifier and Type Class Description class
SourceFileCoverageImpl
Implementation ofISourceFileCoverage
.Methods in org.jacoco.core.internal.analysis that return types with arguments of type ISourceFileCoverage Modifier and Type Method Description java.util.Collection<ISourceFileCoverage>
PackageCoverageImpl. getSourceFiles()
-