Interface CountMetric

Count metrics interface for file and class-level counting

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

Hierarchy

  • Metric
    • CountMetric

Implemented by

Properties

Methods

Properties

name: string
description: string

Methods