A rubocop tale
Counts the number of
Assignments (A),
Branches (B) and
Conditions (C)
and assigns a single numerical score calculated as:
|ABC| = sqrt((A*A)+(B*B)+(C*C))
warning
By Stjepan Hadjić