blib/lib/Proquint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 26 | 61.5 |
line | true | false | branch |
---|---|---|---|
41 | 174 | 116 | if ($i & 1) { } |
56 | 0 | 58 | unless length $in == $CHARS_PER_CHUNK |
60 | 174 | 116 | if (exists $CONSONANT_TO_UINT{$c}) { } |
116 | 0 | elsif (exists $VOWEL_TO_UINT{$c}) { } | |
81 | 0 | 2 | if $in < 0 or $in > 4294967295 |
93 | 0 | 2 | if length($in) % $CHARS_PER_CHUNK |
97 | 0 | 2 | unless @chunks == 2 |
112 | 0 | 6 | if length($in) % 4 |
125 | 0 | 6 | if length($in) % $CHARS_PER_CHUNK |
129 | 0 | 6 | unless @chunks |
151 | 0 | 15 | if length($in) % $CHARS_PER_CHUNK |
155 | 0 | 15 | unless @chunks |
158 | 13 | 2 | 2 == @chunks ? : |