blib/lib/AnyData/Format/CSV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 38 | if ($$self{'trim'}) |
93 | 94 | 2 | if $captured |
94 | 0 | 96 | if $captured and $captured eq "\n" |
97 | 2 | 36 | if substr($str, -1, 1) eq $field_wsep |
113 | 0 | 72 | unless defined $_ |
114 | 36 | 36 | if ($$self{'field_sep'} eq ',') |
116 | 0 | 36 | if /,/ or /\n/s or /"/ |