Churn.Processor.CyclomaticComplexity (churn v0.1.10)

Cyclomatic Complexity calulator, source code based (stolen?) from: https://github.com/rrrene/credo/blob/master/lib/credo/check/refactor/cyclomatic_complexity.ex

Link to this section Summary

Link to this section Functions

Link to this function

calculate(file)

Specs

calculate(Churn.File.t()) :: pos_integer()
Link to this function

do_block_for!(ast)