mcdc-coverage: Add decision_depth field in structs
Add decision_depth field to TVBitmapUpdate/CondBitmapUpdate statements Add decision_depth field to BcbMappingKinds MCDCBranch and MCDCDecision Add decision_depth field to MCDCBranchSpan and MCDCDecisionSpan
This commit is contained in:
parent
3c2f48ede9
commit
ae8c023983
7 changed files with 78 additions and 39 deletions
|
@ -262,6 +262,7 @@ impl MCDCState {
|
|||
span,
|
||||
conditions_num: 0,
|
||||
end_markers: vec![],
|
||||
decision_depth: 0,
|
||||
}),
|
||||
};
|
||||
|
||||
|
@ -371,6 +372,7 @@ impl Builder<'_, '_> {
|
|||
condition_info,
|
||||
true_marker,
|
||||
false_marker,
|
||||
decision_depth: 0,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue