blib/lib/Text/CSV_Multiline.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 0 | unless defined $value |
23 | 0 | 0 | if ($value =~ /^[\w\d.]*$/s and not $ALWAYS_USE_QUOTES) |
36 | 3 | 13 | if ($quoted =~ /^"(.*)"$/s) |
52 | 0 | 19 | ref $fh && $fh->can('readline') ? : |
64 | 4 | 14 | if ($line =~ /^($field)$/s) |
71 | 0 | 1 | if (length $line) |