Closed johnhaley81 closed 10 years ago
The code complexity tool was not registering break inside of a bracketed code block and was thinking that every switch case was falling through to the next. This gave an inflated code complexity score so I just decided to remove the brackets.
break
@tbranyen you cool with this?
Yup, thanks!
The code complexity tool was not registering
break
inside of a bracketed code block and was thinking that every switch case was falling through to the next. This gave an inflated code complexity score so I just decided to remove the brackets.