| blib/lib/Test/QuickGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 20 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 132 | 1 | 18 | unless @chars |
| 208 | 0 | 200 | if $code_point >= 55296 and $code_point <= 57343 |
| 209 | 0 | 200 | if $code_point >= 64976 and $code_point <= 65007 |
| 211 | 0 | 200 | if $code_point % 65536 == 65534 or $code_point % 65536 == 65535 |
| 212 | 0 | 200 | if $code_point >= 127 and $code_point <= 159 |
| 250 | 2 | 5 | if $s eq "" |
| 255 | 0 | 5 | if ($s eq "") |
| 311 | 1 | 3 | unless &looks_like_number($max_len) and $max_len > 0 |
| 329 | 1 | 223 | if $max < $min |
| 345 | 1 | 15 | if (rand() < 0.25) { } |