blib/lib/Lingua/Translit/Tables.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
97 | 1 | 88 | unless $name |
102 | 87 | 1067 | if $table =~ /^$name$/i |
119 | 262 | 5179 | if (defined $rule->{'context'}) |
121 | 162 | 100 | if defined $rule->{'context'}{'before'} |
123 | 208 | 54 | if defined $rule->{'context'}{'after'} |
139 | 48 | 2 | _get_table_reference(_get_table_id($_[0])) ? : |
152 | 0 | 0 | unless $table |
154 | 0 | 0 | $table->{'reverse'} =~ /^true$/ ? : |
179 | 0 | 0 | $tables{$table}{'reverse'} eq 'false' ? : |
324 | 1 | 149 | unless $name |