blib/lib/Lingua/Translit/Tables.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
98 | 1 | 88 | unless $name |
103 | 87 | 1030 | if $table =~ /^$name$/i |
120 | 262 | 5179 | if (defined $rule->{'context'}) |
122 | 162 | 100 | if defined $rule->{'context'}{'before'} |
124 | 208 | 54 | if defined $rule->{'context'}{'after'} |
140 | 48 | 2 | _get_table_reference(_get_table_id($_[0])) ? : |
153 | 0 | 0 | unless $table |
155 | 0 | 0 | $table->{'reverse'} =~ /^true$/ ? : |
180 | 0 | 0 | $tables{$table}{'reverse'} eq 'false' ? : |
327 | 1 | 149 | unless $name |