pub type TestCoverageSummary = (f64, i64, i64, Vec<Node>);
(overall_pct, tested_count, untested_count, gaps)