ArchUnitTS - v2.2.0
    Preparing search index...

    Interface LCOMMetric

    LCOM (Lack of Cohesion of Methods) metrics interface

    interface LCOMMetric {
        name: string;
        calculate(classInfo: ClassInfo): number;
        description: string;
    }

    Hierarchy

    • Metric
      • LCOMMetric

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string
    description: string

    Methods

    • Parameters

      • classInfo: ClassInfo

      Returns number