|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClassCoverage
Coverage data of a single class containing methods. The name of this node is the fully qualified class name in VM notation (slash separated).
IMethodCoverage| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jacoco.core.analysis.ICoverageNode |
|---|
ICoverageNode.CounterEntity, ICoverageNode.ElementType |
| Field Summary |
|---|
| Fields inherited from interface org.jacoco.core.analysis.ISourceNode |
|---|
UNKNOWN_LINE |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jacoco.core.analysis.ISourceNode |
|---|
getFirstLine, getLastLine, getLine |
| Methods inherited from interface org.jacoco.core.analysis.ICoverageNode |
|---|
getBranchCounter, getClassCounter, getCounter, getElementType, getInstructionCounter, getLineCounter, getMethodCounter, getName, getPlainCopy |
| Method Detail |
|---|
long getId()
String getSignature()
null)String getSuperName()
null, i.e.
java/lang/Object)String[] getInterfaceNames()
String getPackageName()
String getSourceFileName()
Collection<IMethodCoverage> getMethods()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||