| blib/lib/Test/QuickGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 191 | 200 | 0 | 0 | $code_point >= 55296 and $code_point <= 57343 |
| 192 | 200 | 0 | 0 | $code_point >= 64976 and $code_point <= 65007 |
| 195 | 1 | 199 | 0 | $code_point >= 127 and $code_point <= 159 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 194 | 0 | 0 | 200 | $code_point % 65536 == 65534 or $code_point % 65536 == 65535 |