pub fn evaluate_typescript(
report: &VitestReport,
thresholds: TypeScriptThresholds,
) -> OutcomeExpand description
Whether report meets every threshold. A run that measured no code at all fails
rather than passing vacuously; one metric with an empty denominator amid a
non-empty run has nothing to miss and is vacuously satisfied.