public class SourceFileCoverageImpl extends SourceNodeImpl implements ISourceFileCoverage
ISourceFileCoverage
.ICoverageNode.CounterEntity, ICoverageNode.ElementType
branchCounter, classCounter, complexityCounter, instructionCounter, lineCounter, methodCounter
UNKNOWN_LINE
Constructor and Description |
---|
SourceFileCoverageImpl(String name,
String packagename)
Creates a source file data object with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
getPackageName()
Returns the VM name of the package the source file belongs to.
|
ensureCapacity, getFirstLine, getLastLine, getLine, increment, increment
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy, increment, increment, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFirstLine, getLastLine, getLine
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy
public String getPackageName()
ISourceFileCoverage
getPackageName
in interface ISourceFileCoverage
Copyright © 2021. All rights reserved.