ArchUnitTS - v2.2.0
    Preparing search index...

    Interface CountMetricsResult

    Result structure for count metrics analysis

    interface CountMetricsResult {
        filePath: string;
        className?: string;
        metric: string;
        value: number;
        threshold?: number;
        passes: boolean;
    }
    Index

    Properties

    filePath: string
    className?: string
    metric: string
    value: number
    threshold?: number
    passes: boolean