Skip to content

Commit 639844c

Browse files
author
zhuyunxing
committed
coverage. Let coverage-dump support parsing mcdc info
1 parent e0c38c7 commit 639844c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/coverage-dump/src/covfun.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ pub(crate) fn dump_covfun_mappings(
7575
println!(" true = {}", expression_resolver.format_term(r#true));
7676
println!(" false = {}", expression_resolver.format_term(r#false));
7777
}
78+
79+
MappingKind::MCDCDecision { .. } => {}
7880
_ => (),
7981
}
8082
}

0 commit comments

Comments
 (0)