pub fn evaluate(report: &CoverageReport, thresholds: Thresholds) -> OutcomeExpand description
Whether report meets thresholds. coverage.py always measures branches, so a
zero-branch report means a branchless source, not a misconfigured run — vacuously
full branch coverage, already folded into percent_covered.