Pattern: Template cyclomatic complexity is too high
Issue: -
Checks cyclomatic complexity against a specified limit. It is a quantitative measure of the number of linearly independent paths through a program’s source code.
Cyclomatic complexity over some threshold indicates that the logic should be moved outside the template.