pub fn analyze_test_coverage( results: &HashMap<String, HashMap<String, HashSet<u64>>>, ) -> HashMap<String, TestCoverageAnalysis>
Analyze coverage to find unique lines covered by each test