public interface BranchInfo extends ElementInfo, InstrumentationInfo, SourceInfo, HasParent
Modifier and Type | Method and Description |
---|---|
int |
getFalseHitCount()
Returns number of hits for the false condition branch.
|
int |
getTrueHitCount()
Returns number of hits for the true condition branch.
|
boolean |
isFiltered(ContextSet filter) |
boolean |
isInstrumented()
Whether branch was instrumented or not (due to an assignment in the expression).
|
getComplexity, getContext, getHitCount
getEndColumn, getEndLine, getStartColumn, getStartLine
getDataIndex, getDataLength
boolean isFiltered(ContextSet filter)
filter
- the ContextSet
whereby Contexts to be filtered out are set to 1,
and preserved contexts are 0.true
if this element info is filtered out. i.e. excludedint getTrueHitCount()
int getFalseHitCount()
boolean isInstrumented()