Module from_mir

Module from_mir 

Source

Structsยง

Hole ๐Ÿ”’
RawSpanFromMir ๐Ÿ”’

Functionsยง

extract_raw_spans_from_mir ๐Ÿ”’
Generates an initial set of coverage spans from the statements and terminators in the functionโ€™s MIR body, each associated with its corresponding node in the coverage graph.
filtered_statement_span ๐Ÿ”’
If the MIR Statement has a span contributive to computing coverage spans, return it; otherwise return None.
filtered_terminator_span ๐Ÿ”’
If the MIR Terminator has a span contributive to computing coverage spans, return it; otherwise return None.