| blib/lib/Test/QuickGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 20 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 131 | 1 | 11 | unless @chars |
| 193 | 0 | 201 | if $code_point >= 55296 and $code_point <= 57343 |
| 194 | 0 | 201 | if $code_point >= 64976 and $code_point <= 65007 |
| 196 | 0 | 201 | if $code_point % 65536 == 65534 or $code_point % 65536 == 65535 |
| 197 | 1 | 200 | if $code_point >= 127 and $code_point <= 159 |
| 235 | 2 | 5 | if $s eq "" |
| 240 | 0 | 5 | if ($s eq "") |
| 296 | 1 | 3 | unless &looks_like_number($max_len) and $max_len > 0 |
| 314 | 1 | 224 | if $max < $min |
| 330 | 4 | 12 | if (rand() < 0.25) { } |