| blib/lib/Test/QuickGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 17 | 58.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 193 | 201 | 0 | 0 | $code_point >= 55296 and $code_point <= 57343 |
| 194 | 201 | 0 | 0 | $code_point >= 64976 and $code_point <= 65007 |
| 197 | 1 | 199 | 1 | $code_point >= 127 and $code_point <= 159 |
| 296 | 0 | 1 | 3 | &looks_like_number($max_len) and $max_len > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 295 | 2 | 2 | $max_len //= 70 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 196 | 0 | 0 | 201 | $code_point % 65536 == 65534 or $code_point % 65536 == 65535 |