Function analyze_test_coverage

Source
pub fn analyze_test_coverage(
    results: &HashMap<String, HashMap<String, HashSet<u64>>>,
) -> HashMap<String, TestCoverageAnalysis>
Expand description

Analyze coverage to find unique lines covered by each test