MetricAbcMetric, AbstractCoberturaCoverageMetric, AbstractMethodMetric, CoberturaBranchCoverageMetric, CoberturaLineCoverageMetric, CrapMetric, CyclomaticComplexityMetric, MethodLineCountMetricpublic interface MethodMetric extends Metric
| Modifier and Type | Method | Description |
|---|---|---|
MetricResult |
applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression,
SourceCode sourceCode) |
|
MetricResult |
applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode,
SourceCode sourceCode) |
applyToClass, applyToPackage, getBaseLevel, getFunctions, getName, isEnabledMetricResult applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
MetricResult applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
Copyright © 2019. All rights reserved.