fn filtered_terminator_span(terminator: &Terminator<'_>) -> Option<Span>
Expand description
If the MIR Terminator
has a span contributive to computing coverage spans,
return it; otherwise return None
.
fn filtered_terminator_span(terminator: &Terminator<'_>) -> Option<Span>
If the MIR Terminator
has a span contributive to computing coverage spans,
return it; otherwise return None
.