| blib/lib/Unicode/CharName.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 3 | 1 | 0 | $code >= 63744 and $code <= 64255 |
| 1 | 1 | 2 | $code >= 55296 and $code <= 63743 | |
| 0 | 1 | 1 | $code >= 44032 and $code <= 55203 | |
| 90 | 4 | 381 | 4 | $block->[0] <= $code and $block->[1] >= $code |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 1 | 0 | 4 | $code <= 40959 or $code >= 63744 and $code <= 64255 |