Branch Coverage

blib/lib/Text/Phonetic/DaitchMokotoff.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
139 1 1 if Text::Phonetic::_compare_list($result1, $result2)
162 174 16745 if ($string =~ s/^$rule->[0]//)
164 32 142 if ($result_list->[0] eq '') { }
31 111 elsif (Text::Phonetic::_is_inlist(substr($string, 0, 1), ('A', 'E', 'I', 'O', 'U'))) { }
173 57 117 unless (defined $rule->[$match_index])
177 6 111 if defined $last_match and $last_match eq $rule->[$match_index]
197 0 111 unless defined $rule
199 6 105 if (ref $rule eq 'ARRAY') { }