public class BundleCoverageImpl extends CoverageNodeImpl implements IBundleCoverage
IBundleCoverage.ICoverageNode.CounterEntity, ICoverageNode.ElementTypebranchCounter, classCounter, complexityCounter, instructionCounter, lineCounter, methodCounter| Constructor and Description |
|---|
BundleCoverageImpl(String name,
Collection<IClassCoverage> classes,
Collection<ISourceFileCoverage> sourcefiles)
Creates a new instance of a bundle with the given name.
|
BundleCoverageImpl(String name,
Collection<IPackageCoverage> packages)
Creates a new instance of a bundle with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IPackageCoverage> |
getPackages()
Returns all packages contained in this bundle.
|
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy, increment, increment, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopypublic BundleCoverageImpl(String name, Collection<IPackageCoverage> packages)
name - name of this bundlepackages - collection of all packages contained in this bundlepublic BundleCoverageImpl(String name, Collection<IClassCoverage> classes, Collection<ISourceFileCoverage> sourcefiles)
name - name of this bundleclasses - all classes in this bundlesourcefiles - all source files in this bundlepublic Collection<IPackageCoverage> getPackages()
IBundleCoveragegetPackages in interface IBundleCoverageCopyright © 2024. All rights reserved.