Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.internal.analysis |
Modifier and Type | Method and Description |
---|---|
Collection<ISourceFileCoverage> |
CoverageBuilder.getSourceFiles()
Returns all source file nodes currently contained in this builder.
|
Collection<ISourceFileCoverage> |
IPackageCoverage.getSourceFiles()
Returns all source files in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceFileCoverageImpl
Implementation of
ISourceFileCoverage . |
Modifier and Type | Method and Description |
---|---|
Collection<ISourceFileCoverage> |
PackageCoverageImpl.getSourceFiles() |
Constructor and Description |
---|
BundleCoverageImpl(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.
|
Copyright © 2014. All rights reserved.