Interface ISourceFileCoverage
- All Superinterfaces:
ICoverageNode, ISourceNode
- All Known Implementing Classes:
SourceFileCoverageImpl
Coverage data of a single source file. The name of this node is the local
name of the source file.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ICoverageNode
ICoverageNode.CounterEntity, ICoverageNode.ElementType -
Field Summary
Fields inherited from interface ISourceNode
UNKNOWN_LINE -
Method Summary
Modifier and TypeMethodDescriptionReturns the VM name of the package the source file belongs to.Methods inherited from interface ICoverageNode
containsCode, getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopyMethods inherited from interface ISourceNode
getFirstLine, getLastLine, getLine
-
Method Details
-
getPackageName
String getPackageName()Returns the VM name of the package the source file belongs to.- Returns:
- package name
-