Condition Coverage

blib/lib/Lingua/EN/Inflexion.pm
Criterion Covered Total %
condition 19 29 65.5


and 3 conditions

line !l l&&!r l&&r condition
141 11 2 0 $count == 1 and $opts =~ /a/i
146 11 2 0 $count_word and $opts =~ /c/i
151 1 9 3 $opts =~ /n|s/i && $count == 0
9 1 0 $opts =~ /w/i && $opts =~ /o/i

or 2 conditions

line l !l condition
172 37 0 $$transform{uc $parsed{'FUNC'}} // sub { shift(); }

or 3 conditions

line l !l&&r !l&&!r condition
23 3 115 0 $export_name{$func} // $func
64 14 15 0 $opt{'conj'} // $conj
65 0 29 0 $opt{'sep'} // $sep
68 15 14 0 $opt{'final_sep'} // $sep
137 3 0 8 $count == 1 || $opts =~ /s/i && $count == 0 || $opts =~ /o/i