Skip to main content

coverage_matrix

Function coverage_matrix 

Source
pub fn coverage_matrix(
    root: &Path,
    analyzer: Option<&str>,
) -> Vec<AnalyzerCoverage>
Expand description

The coverage matrix for analyzer (or every shipped analyzer), with each one’s readiness resolved against the asset cache at root and this process’s PATH.

Shared by the CLI’s security status and both tool surfaces, so the readiness rule is one computation rather than three — the same reason layer_staleness is shared, and the reason issue #464 was one fix rather than three.