pub fn detect(runs: &[Vec<(&str, bool)>]) -> Vec<Report>Expand description
Aggregate per-case status from a list of run outcomes.
runs[r] = [(case_name, pass)]. Missing cases in a run are simply
not counted for that case; cases must use the same name across runs
to be aligned.