blib/lib/Lingua/UK/Translit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
85 | 11 | 424 | if ($i == 0 and exists $ua2enwb{$c[0]}) { } |
269 | 155 | elsif (exists $ua2en{$c[$i]}) { } | |
88 | 2 | 267 | if ($c[$i] eq 'г' and $c[$i - 1] eq 'з' || $c[$i - 1] eq 'З') { } |
2 | 265 | elsif ($c[$i] eq 'Г' and $c[$i - 1] eq 'з' || $c[$i - 1] eq 'З') { } |