| Conditions | 1 |
| Paths | 1 |
| Total Lines | 22 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | 2 | public static function paint($message) |
|
| 13 | { |
||
| 14 | 2 | return sprintf("<fg=yellow;options=bold;> |
|
| 15 | @@@@@@@@@@@@@@@ |
||
| 16 | @@@@ @@@@@@@@@@@@@@@@@@@ |
||
| 17 | @ @ @@@@@@@@@@@@@@@@@@@@@@@ |
||
| 18 | @ @ @@@@@@@@ @@@ @@@@@@@@@ |
||
| 19 | @ @ @@@@@@@@@ @@@ @@@@@@@@@@ |
||
| 20 | @ @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
||
| 21 | @@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
||
| 22 | @ @ @@ @@@@@@@@@@@@@ @@@@@@@@ |
||
| 23 | @@ @ @@@ @@@@@@@@@@@ @@@@@@@@@ |
||
| 24 | @@ @@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@ |
||
| 25 | @ @ @@@@ @@@@@@@@@@ |
||
| 26 | @@ @ @@@@@@@@@@@@@@@@@@@@@@@@ |
||
| 27 | @ @@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@ |
||
| 28 | @@ @ @@@@@@@@@@@@@@@@@@@@@@ |
||
| 29 | @@@@@@@@@@ @@@@@@@@@@@@@@@@@@@ |
||
| 30 | @@@@@@@@@@@@@@@ |
||
| 31 | </fg=yellow;options=bold;>\n |
||
| 32 | 2 | <fg=white;bg=yellow;options=bold;> %s </fg=white;bg=yellow;options=bold;>", $message); |
|
| 33 | } |
||
| 34 | } |
||
| 35 |