| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 37 | 3 | public static function listRanks() |
|
| 38 | { |
||
| 39 | return [ |
||
| 40 | 3 | 257 => 'Novice', |
|
| 41 | 514 => 'Apprentice', |
||
| 42 | 771 => 'Regular', |
||
| 43 | 1028 => 'Expert', |
||
| 44 | 1285 => 'A.Expert', |
||
| 45 | 1542 => 'Master', |
||
| 46 | 1799 => 'A.Master', |
||
| 47 | 2056 => 'G.Master', |
||
| 48 | 2313 => 'Completer', |
||
| 49 | 2570 => 'Transcender' |
||
| 50 | ]; |
||
| 108 | } |