| blib/lib/Text/Phonetic/DaitchMokotoff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 137 | 1 | 1 | if Text::Phonetic::_compare_list($result1, $result2) |
| 160 | 174 | 16745 | if ($string =~ s/^$rule->[0]//) |
| 162 | 32 | 142 | if ($result_list->[0] eq '') { } |
| 31 | 111 | elsif (Text::Phonetic::_is_inlist(substr($string, 0, 1), ('A', 'E', 'I', 'O', 'U'))) { } | |
| 171 | 57 | 117 | unless (defined $rule->[$match_index]) |
| 175 | 6 | 111 | if defined $last_match and $last_match eq $rule->[$match_index] |
| 195 | 0 | 111 | unless defined $rule |
| 197 | 6 | 105 | if (ref $rule eq 'ARRAY') { } |