Structs§
- Branch
Pair 🔒 - This is separate from
MCDCBranch
to help prepare for larger changes that will be needed for improved branch coverage in the future. (See https://github.com/rust-lang/rust/pull/124217.) - Code
Mapping 🔒 - Associates an ordinary executable code span with its corresponding BCB.
- Extracted
Mappings 🔒 - MCDC
Branch 🔒 - Associates an MC/DC branch span with condition info besides fields for normal branch.
- MCDC
Decision 🔒 - Associates an MC/DC decision with its join BCBs.
Constants§
Functions§
- calc_
test_ 🔒vectors_ index - extract_
all_ 🔒mapping_ info_ from_ mir - Extracts coverage-relevant spans from MIR, and associates them with their corresponding BCBs.
- extract_
branch_ 🔒pairs - extract_
mcdc_ 🔒mappings - resolve_
block_ 🔒markers