Branch Coverage

blib/lib/App/RecordStream/Operation/fromcsv.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
33 0 11 unless length $delim == 1
36 0 11 $quote eq '' ? :
46 7 4 unless ($strict)
67 2 9 if (scalar @$files > 0) { }
71 0 4 unless open my $fh, '<', $file
89 3 22 if ($do_headers)
108 2 11 unless ($parser->eof and $code == 0 || $code == 2012)