public class ComplexityMetric
| Constructor and Description |
|---|
ComplexityMetric(io.gitlab.arturbosch.detekt.api.Detektion detektion) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCloc() |
java.util.Set<java.util.Map.Entry> |
getFindings() |
java.lang.Integer |
getLloc() |
java.lang.Integer |
getLoc() |
java.lang.Integer |
getMcc() |
java.lang.Integer |
getSloc() |