nexus-agents - v2.80.0
    Preparing search index...

    Interface CoverageAnalysis

    Coverage analysis by category.

    interface CoverageAnalysis {
        category: string;
        covered: boolean;
        scanners: readonly string[];
    }
    Index

    Properties

    category: string
    covered: boolean
    scanners: readonly string[]