Condition Coverage

blib/lib/Text/Phonetic/Koeln.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
64 0 1 0 defined $character_list[1] and $character_list[1] eq 'H'
76 2 6 0 defined $character_list[1] and $character_list[1] =~ /[CSZ]/
93 0 0 1 defined $character_list[1] and Text::Phonetic::_is_inlist($character_list[1], ('A', 'H', 'K', 'O', 'Q', 'U', 'X'))