| blib/lib/Test/QuickGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 127 | 1 | 11 | unless @chars |
| 191 | 0 | 200 | if $code_point >= 55296 and $code_point <= 57343 |
| 192 | 0 | 200 | if $code_point >= 64976 and $code_point <= 65007 |
| 194 | 0 | 200 | if $code_point % 65536 == 65534 or $code_point % 65536 == 65535 |
| 195 | 0 | 200 | if $code_point >= 127 and $code_point <= 159 |
| 234 | 2 | 5 | if $s eq "" |
| 239 | 0 | 5 | if ($s eq "") |
| 293 | 1 | 221 | if $max < $min |
| 310 | 2 | 14 | if (rand() < 0.25) { } |