Condition Coverage

blib/lib/Text/Phonetic/Koeln.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

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