public class BasicBranchInfo extends BasicElementInfo
Constructor and Description |
---|
BasicBranchInfo(SourceInfo region,
int relativeDataIndex,
int complexity,
boolean instrumented) |
BasicBranchInfo(SourceInfo region,
int relativeDataIndex,
int complexity,
boolean instrumented,
LanguageConstruct construct) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInstrumented() |
String |
toString() |
getComplexity, getConstruct, getContext, getEndColumn, getEndLine, getHitCount, getRegion, getRelativeDataIndex, getStartColumn, getStartLine, setComplexity, setConstruct, setRegion
public BasicBranchInfo(SourceInfo region, int relativeDataIndex, int complexity, boolean instrumented)
public BasicBranchInfo(SourceInfo region, int relativeDataIndex, int complexity, boolean instrumented, LanguageConstruct construct)
public boolean isInstrumented()
public String toString()
toString
in class BasicElementInfo
Copyright © 2023 OpenClover.org. All rights reserved.