| blib/lib/Text/CSV/SQLhelper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 238 | 0 | 0 | 0 | $row[$int] =~ /^[0123456789]*$/ and not $matched |
| 287 | 0 | 0 | 0 | $row[$int] =~ /^[0123456789]*\.[0123456789]*$/ and not $matched |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 355 | 0 | 0 | 0 | not defined $columns[$int]{'min'} or $columns[$int]{'min'} > $length |
| 358 | 0 | 0 | 0 | not defined $columns[$int]{'max'} or $columns[$int]{'max'} < $length |