Skip to main content

file_coverage

Function file_coverage 

Source
pub fn file_coverage(
    root: &ProjectRoot,
    store: &AnnotationStore,
    resolvers: &ResolverRegistry,
    scope: &Scope,
) -> Vec<FileCoverage>
Expand description

Per-file annotation coverage report.

Iterates all source files within scope, cross-references with the annotation store, and reports coverage per file.