| Conditions | 7 |
| Paths | 12 |
| Total Lines | 15 |
| Lines | 15 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | View Code Duplication | function __invoke() |
|
| 19 | { |
||
| 20 | if (true) { |
||
| 21 | if (true) { |
||
| 22 | } elseif (true) { |
||
| 23 | } else { |
||
| 24 | } |
||
| 25 | } elseif (true) { |
||
| 26 | if (false) { |
||
| 27 | } |
||
| 28 | } |
||
| 29 | |||
| 30 | if (true) { |
||
| 31 | } |
||
| 32 | } |
||
| 33 | } |
||
| 73 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.