CodeQL library for Java
codeql/java-all 0.6.1 ( changelog , source )
Search

Member predicate MetricRefType :: getCyclomaticComplexity

Gets the cyclomatic complexity of a type, estimated as the sum of the cyclomatic complexities of its callables.

int getCyclomaticComplexity ( )