fn create_mappings(extracted_mappings: &ExtractedMappings) -> Vec<Mapping>
Expand description
For each coverage span extracted from MIR, create a corresponding mapping.
FIXME(Zalathar): This used to be where BCBs in the extracted mappings were
resolved to a CovTerm
. But that is now handled elsewhere, so this
function can potentially be simplified even further.