|
Ran
|
Jobs
8
|
Files
262
|
Run time
1min
|
Badge
README BADGES
|
push
github
Generic//EmptyPHPStatement: reduce complexity/nesting levels Follow up on #699 Commit 529bcba7a removed the unreachable `default` case from the `switch`, but even when it is not explicitly there, this still leaves an unreachable branch in the code flow. This commit takes the previous change one step further and removes the `switch` completely in favour of two separate `private` functions which each handle one specific token. N.B.: this commit will be easier to review while ignoring whitespace changes.
60 of 60 new or added lines in 1 file covered. (100.0%)
18740 of 24575 relevant lines covered (76.26%)
75.33 hits per line