org.jacoco.core.analysis
Interface IBundleCoverage

All Superinterfaces:
ICoverageNode

public interface IBundleCoverage
extends ICoverageNode

Coverage data of a bundle. A bundle groups a collection of packages.

See Also:
IPackageCoverage

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jacoco.core.analysis.ICoverageNode
ICoverageNode.CounterEntity, ICoverageNode.ElementType
 
Method Summary
 Collection<IPackageCoverage> getPackages()
          Returns 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 Detail

getPackages

Collection<IPackageCoverage> getPackages()
Returns all packages contained in this bundle.

Returns:
all packages


Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.