Condition Coverage

blib/lib/Text/LooseCSV.pm
Criterion Covered Total %
condition 8 27 29.6


and 3 conditions

line !l l&&!r l&&r condition
240 0 0 0 defined $newval and $newval ne '_'
495 1 0 3 defined $delim and length $delim
1 3 0 defined $delim and length $delim and not length $line
619 1 0 0 substr($l, -1) eq $$self{'WORD_DELIMITER'} and not defined $lde
658 0 0 0 not defined $lde || $$self{'NO_QUOTES'} and $field =~ /(?:$wd)|(?:$ld)|\"/s

or 3 conditions

line l !l&&r !l&&!r condition
89 0 1 0 ref $caller || $caller
432 0 0 1 ref $line or not defined $line
658 0 0 0 defined $lde || $$self{'NO_QUOTES'}
4 0 0 $$self{'ALWAYS_QUOTE'} or not defined $lde || $$self{'NO_QUOTES'} and $field =~ /(?:$wd)|(?:$ld)|\"/s