blib/lib/Unicode/CharName.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 18 | 88.8 |
line | true | false | branch |
---|---|---|---|
54 | 5 | 4 | if ($code >= 19968) |
55 | 1 | 4 | if ($code <= 40959 or $code >= 63744 and $code <= 64255) { } |
2 | 2 | elsif ($code >= 55296 and $code <= 63743) { } | |
1 | 1 | elsif ($code >= 44032 and $code <= 55203) { } | |
60 | 1 | 1 | if ($code <= 57343) { } |
72 | 0 | 1 | if $t == 4519 |
75 | 0 | 3 | unless $Unicode::CharName::JAMO_SHORT_NAME{$_} |
80 | 1 | 4 | unless defined %Unicode::CharName::NAMES |
90 | 4 | 385 | if $$block[0] <= $code and $$block[1] >= $code |