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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user