|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILineInfo
This interface is implemented by the objects of the collection returned by ICoverageClass.getLineInfo()
See ICoverageClass
| Field Summary | |
|---|---|
static int |
LINE_COV
State constant meaning that the line is fully covered |
static int |
LINE_PARTCOV
State constant meaning that the line is partially covered, i.e. it contains at least one coverage unit that is covered and at least one that is not covered |
static int |
LINE_UNCOV
State constant meaning that the line is not covered at all |
| Method Summary | |
|---|---|
int |
getLine()
|
int |
getState()
|
| Field Detail |
|---|
static final int LINE_COV
static final int LINE_UNCOV
static final int LINE_PARTCOV
| Method Detail |
|---|
int getState()
int getLine()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||