public interface IClassCoverage extends ISourceNode
IMethodCoverage
ICoverageNode.CounterEntity, ICoverageNode.ElementType
UNKNOWN_LINE
Modifier and Type | Method and Description |
---|---|
long |
getId()
Returns the identifier for this class which is the CRC64 signature of the
class definition.
|
String[] |
getInterfaceNames()
Returns the VM names of implemented/extended interfaces.
|
Collection<IMethodCoverage> |
getMethods()
Returns the methods included in this class.
|
String |
getPackageName()
Returns the VM name of the package this class belongs to.
|
String |
getSignature()
Returns the VM signature of the class.
|
String |
getSourceFileName()
Returns the optional name of the corresponding source file.
|
String |
getSuperName()
Returns the VM name of the superclass.
|
boolean |
isNoMatch()
Returns if the the analyzed class does match the execution data provided.
|
getFirstLine, getLastLine, getLine
getBranchCounter, getClassCounter, getComplexityCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy
long getId()
boolean isNoMatch()
true
if this class does not match to the provided
execution data.String getSignature()
null
)String getSuperName()
null
, i.e.
java/lang/Object
)String[] getInterfaceNames()
String getPackageName()
String getSourceFileName()
Collection<IMethodCoverage> getMethods()
Copyright © 2018. All rights reserved.