| blib/lib/Test/QuickGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 17 | 52.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 208 | 200 | 0 | 0 | $code_point >= 55296 and $code_point <= 57343 |
| 209 | 200 | 0 | 0 | $code_point >= 64976 and $code_point <= 65007 |
| 212 | 3 | 197 | 0 | $code_point >= 127 and $code_point <= 159 |
| 311 | 0 | 1 | 3 | &looks_like_number($max_len) and $max_len > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 310 | 2 | 2 | $max_len //= 70 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 211 | 0 | 0 | 200 | $code_point % 65536 == 65534 or $code_point % 65536 == 65535 |