We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c38c7 commit 639844cCopy full SHA for 639844c
src/tools/coverage-dump/src/covfun.rs
@@ -75,6 +75,8 @@ pub(crate) fn dump_covfun_mappings(
75
println!(" true = {}", expression_resolver.format_term(r#true));
76
println!(" false = {}", expression_resolver.format_term(r#false));
77
}
78
+
79
+ MappingKind::MCDCDecision { .. } => {}
80
_ => (),
81
82
0 commit comments