Dogma.Util.CyclomaticComplexity
A module for calculating the cyclomatic complexity for an AST.
Summary
| count(ast) | Returns the cyclomatic complexity of a given AST |
| count(ast, size) |
Functions
Returns the cyclomatic complexity of a given AST.
A module for calculating the cyclomatic complexity for an AST.
| count(ast) | Returns the cyclomatic complexity of a given AST |
| count(ast, size) |
Returns the cyclomatic complexity of a given AST.