pub type DocsCoverage = (f64, Vec<(i64, i64, i64)>, Vec<Node>);
(overall_pct, Vec<(community_id, documented, total)>, undocumented_high_coupling)