Skip to main content

TestCoverageSummary

Type Alias TestCoverageSummary 

Source
pub type TestCoverageSummary = (f64, i64, i64, Vec<Node>);
Expand description

(overall_pct, tested_count, untested_count, untested_high_coupling_nodes)