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