ProjectMetrics.empty constructor
ProjectMetrics.empty()
Implementation
factory ProjectMetrics.empty() => ProjectMetrics(
fileCount: 0,
functionCount: 0,
totalLinesOfCode: 0,
maintainabilityIndex: MetricStats.empty(),
cyclomaticComplexity: MetricStats.empty(),
cognitiveComplexity: MetricStats.empty(),
linesOfCode: MetricStats.empty(),
totalHalsteadVolume: 0,
);