Skip to main content

evaluate_rust

Function evaluate_rust 

Source
pub fn evaluate_rust(
    report: &LlvmCovReport,
    thresholds: RustThresholds,
) -> Outcome
Expand 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.