|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILine
The instruction and branch coverage of a single source line is described by this interface.
| Method Summary | |
|---|---|
ICounter |
getBranchCounter()
Returns the branches counter for this line. |
ICounter |
getInstructionCounter()
Returns the instruction counter for this line. |
int |
getStatus()
Returns the coverage status of this line, calculated from the instructions counter and branch counter. |
| Method Detail |
|---|
ICounter getInstructionCounter()
ICounter getBranchCounter()
int getStatus()
ICounter.EMPTY,
ICounter.NOT_COVERED,
ICounter.PARTLY_COVERED,
ICounter.FULLY_COVERED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||