Condition Coverage

blib/lib/File/Text/CSV.pm
Criterion Covered Total %
condition 4 10 40.0


and 3 conditions

line !l l&&!r l&&r condition
146 0 0 0 @$res == 1 and $res->[0] eq ""
190 2 0 0 @res == 1 and $res[0] eq ""

or 2 conditions

line l !l condition
184 0 3 $encoding ||= "UTF-8"
198 2 7 $encoding ||= "UTF-8"