public interface IPackageCoverage extends ICoverageNode
IClassCoverage
,
ISourceFileCoverage
ICoverageNode.CounterEntity, ICoverageNode.ElementType
Modifier and Type | Method and Description |
---|---|
Collection<IClassCoverage> |
getClasses()
Returns all classes contained in this package.
|
Collection<ISourceFileCoverage> |
getSourceFiles()
Returns all source files in this package.
|
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy
Collection<IClassCoverage> getClasses()
Collection<ISourceFileCoverage> getSourceFiles()
Copyright © 2018. All rights reserved.