1
Fork 0

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:
Dorian Péron 2024-04-08 14:44:25 +00:00
parent 3c2f48ede9
commit ae8c023983
7 changed files with 78 additions and 39 deletions

View file

@ -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;
}