public abstract class CoverageProbeBase extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
CoverageProbeBase(int line) |
Modifier and Type | Method and Description |
---|---|
abstract int |
getCoverableCount()
Returns the number of coverable entities for this probe.
|
abstract int |
getCoveredCount()
Returns the number of covered entities for this probe.
|
int |
getLine() |
void |
setLine(int line) |
public CoverageProbeBase(int line)
public int getLine()
public void setLine(int line)
public abstract int getCoverableCount()
public abstract int getCoveredCount()