pub fn analyze(
head: &CoverageReport,
diff: &DiffModel,
baseline: Option<&CoverageReport>,
scope: DiffScope,
) -> CoverageDiffExpand description
Runs the full attribution at the given DiffScope.
pub fn analyze(
head: &CoverageReport,
diff: &DiffModel,
baseline: Option<&CoverageReport>,
scope: DiffScope,
) -> CoverageDiffRuns the full attribution at the given DiffScope.