pub fn evaluate_rust(
report: &LlvmCovReport,
thresholds: RustThresholds,
) -> OutcomeExpand description
Whether report meets its thresholds. A run that measured no regions at all — a
wrong path, or a crate that compiled nothing — fails rather than passing vacuously.