Condition Coverage

blib/lib/Lingua/EN/Inflexion.pm
Criterion Covered Total %
condition 16 29 55.1


and 3 conditions

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

or 2 conditions

line l !l condition
172 4 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 0 0 2 $count == 1 || $opts =~ /s/i && $count == 0 || $opts =~ /o/i