blib/lib/Tie/Handle/CSV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 14 | 92.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 26 | 1 | 1 | exists $opts{'openmode'} and not exists $opts{'open_mode'} |
59 | 26 | 1 | 1 | exists $opts{'stringify'} and not exists $opts{'simple_reads'} |
122 | 9 | 1 | 4 | $opts{'force_lower'} and not $opts{'key_case'} |
line | l | !l | condition |
---|---|---|---|
64 | 1 | 27 | &Scalar::Util::reftype($opts{'file'}) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
249 | 1 | 0 | 4 | not $header or ref $header ne 'ARRAY' |