lib/App/Lingua/BO/Wylie/Transliteration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
264 | 0 | 0 | 0 | defined $script and defined $super |
265 | 0 | 0 | 0 | defined $script and $super eq '' |
267 | 0 | 0 | 0 | defined $vowel and not uc $vowel eq 'A' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
245 | 0 | 0 | 0 | my $pre //= $+{'pre'} |
246 | 0 | 0 | 0 | my $super //= $+{'super'} |
247 | 0 | 0 | 0 | my $sub //= $+{'sub'} |
248 | 0 | 0 | 0 | my $script //= $+{'script'} |
249 | 0 | 0 | 0 | my $vowel //= $+{'vowel'} |
250 | 0 | 0 | 0 | my $post1 //= $+{'post1'} |
251 | 0 | 0 | 0 | my $post2 //= $+{'post2'} |