blib/lib/Lingua/LO/NLP/Romanize/PCGN.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 14 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
169 | 89 | 8 | 2 | $cons eq "\x{eab}" and $sv |
181 | 29 | 0 | 17 | exists $CONS_VOWELS{$endcons} and not defined $parse->{'vowel3'} |
196 | 71 | 13 | 15 | $parse->{'vowel0'} and &none(sub { defined $_; } , @$parse{'vowel1', 'vowel2', 'vowel3'}) |
202 | 93 | 0 | 6 | defined $parse->{'extra'} and $parse->{'extra'} eq "\x{ec6}" |
line | l | !l | condition |
---|---|---|---|
194 | 5 | 94 | $sv //= '' |