Package org.jacoco.core.analysis
Interface IBundleCoverage
- All Superinterfaces:
ICoverageNode
- All Known Implementing Classes:
BundleCoverageImpl
Coverage data of a bundle. A bundle groups a collection of packages.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jacoco.core.analysis.ICoverageNode
ICoverageNode.CounterEntity, ICoverageNode.ElementType
-
Method Summary
Modifier and TypeMethodDescriptionReturns all packages contained in this bundle.Methods inherited from interface org.jacoco.core.analysis.ICoverageNode
containsCode, getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy
-
Method Details
-
getPackages
Collection<IPackageCoverage> getPackages()Returns all packages contained in this bundle.- Returns:
- all packages
-