MethodMetricAbcMetric, AbstractCoberturaCoverageMetric, AbstractMethodMetric, AbstractMetric, AbstractPackageCouplingMetric, AfferentCouplingMetric, ClassCountMetric, ClassLineCountMetric, CoberturaBranchCoverageMetric, CoberturaLineCoverageMetric, CrapMetric, CyclomaticComplexityMetric, EfferentCouplingMetric, FieldCountMetric, MethodCountMetric, MethodLineCountMetricpublic interface Metric
| Modifier and Type | Method | Description |
|---|---|---|
ClassMetricResult |
applyToClass(org.codehaus.groovy.ast.ClassNode classNode,
SourceCode sourceCode) |
|
MetricResult |
applyToPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
|
MetricLevel |
getBaseLevel() |
|
List<String> |
getFunctions() |
|
String |
getName() |
|
boolean |
isEnabled() |
String getName()
MetricLevel getBaseLevel()
ClassMetricResult applyToClass(org.codehaus.groovy.ast.ClassNode classNode, SourceCode sourceCode)
MetricResult applyToPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
boolean isEnabled()
Copyright © 2019. All rights reserved.