R92 – The condition is more complicated then the threshold (WMB)

The condition is more complicated then the threshold (WMB)

Complicated IF and WHILE conditions are difficult to read and understand.

sonar.mb.esql.condition.complexity 3

Defaults to 3

For example the following is complicated and has 4 conditions IF (Person.Age = 20) AND (Person.Sex = ‘M’) AND (Person.Height > 1029) OR (Person.Weight = 50)
THEN