Dogma v0.1.16 Dogma.Util.CyclomaticComplexity

A module for calculating the cyclomatic complexity for an AST.

Summary

Functions

Returns the cyclomatic complexity of a given AST

Functions

count(ast)

Returns the cyclomatic complexity of a given AST.

count(ast, size)