Dogma.Util.CyclomaticComplexity

A module for calculating the cyclomatic complexity for an AST.

Source

Summary

count(ast)

Returns the cyclomatic complexity of a given AST

count(ast, size)

Functions

count(ast)

Returns the cyclomatic complexity of a given AST.

Source
count(ast, size)
Source