Structs§
- Extracted
Covspans 🔒 - Hole 🔒
- Span
From 🔒Mir
Functions§
- bcb_
to_ 🔒initial_ coverage_ spans - extract_
covspans_ 🔒from_ mir - Traverses the MIR body to produce an initial collection of coverage-relevant spans, each associated with a node in the coverage graph (BCB) and possibly other metadata.
- filtered_
statement_ 🔒span - If the MIR
Statement
has a span contributive to computing coverage spans, return it; otherwise returnNone
. - filtered_
terminator_ 🔒span - If the MIR
Terminator
has a span contributive to computing coverage spans, return it; otherwise returnNone
.