Fixed definition of cyclomatic complexity
The cyclomatic complexity can be calculated as the sum of all "for", "while", "if" and "elseif" statements + 1 according to McGabe.
Authored by: numere 2017-05-06
Parent: [r104]
Child: [r106]