Interface LCOMMetric

LCOM (Lack of Cohesion of Methods) metrics interface

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

Hierarchy

  • Metric
    • LCOMMetric

Implemented by

Properties

Methods

Properties

name: string
description: string

Methods