Class ApexMetrics
-
- All Implemented Interfaces:
public final class ApexMetrics
Built-in Apex metrics. See Metric and MetricsUtil for usage doc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Metric<ApexNode<out Object>, Integer>
CYCLO
public final static Metric<ApexNode<out Object>, Integer>
COGNITIVE_COMPLEXITY
public final static Metric<ASTUserClassOrInterface<out Object>, Integer>
WEIGHED_METHOD_COUNT
-