| blib/lib/Lingua/LO/NLP/Romanize/PCGN.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 17 | 18 | 94.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 169 | 2 | 97 | if ($cons eq "\x{eab}" and $sv) { } | 
| 176 | 5 | 92 | if $sv | 
| 180 | 46 | 53 | if (defined $endcons) { } | 
| 181 | 17 | 29 | if (exists $CONS_VOWELS{$endcons} and not defined $parse->{'vowel3'}) { } | 
| 192 | 0 | 99 | unless defined $VOWELS{$vowel} | 
| 196 | 15 | 84 | if ($parse->{'vowel0'} and &none(sub { defined $_; } , @$parse{'vowel1', 'vowel2', 'vowel3'})) { } | 
| 202 | 6 | 93 | if (defined $parse->{'extra'} and $parse->{'extra'} eq "\x{ec6}") | 
| 203 | 4 | 2 | $self->{'hyphen'} eq ' ' ? : | 
| 221 | 29 | 68 | ref $consdata ? : |