Expand description
Coverage-Based Hotpath Weighting
Applies coverage data to weight findings - bugs in uncovered code paths are more suspicious than bugs in well-covered code.
Functions§
- apply_
coverage_ weights - Apply coverage weights to findings in-place.
- coverage_
adjusted_ suspiciousness - Adjust suspiciousness based on coverage.
- find_
coverage_ file - Find the best coverage file from standard locations.
- load_
coverage_ index - Load coverage index from an LCOV file.
- lookup_
coverage - Look up coverage for a specific file and line.
- parse_
lcov - Parse LCOV file into a coverage index.
Type Aliases§
- Coverage
Index - Coverage index: maps (file, line) to execution count.