blib/lib/Tie/Array/CSV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 15 | 2 | 12 | @_ == 2 and ref $_[1] eq 'HASH' |
52 | 25 | 0 | 4 | not $file and defined $opts{'file'} |
87 | 21 | 0 | 1 | &blessed($opts->{'text_csv'}) and $opts->{'text_csv'}->isa('Text::CSV') |
line | l | !l | condition |
---|---|---|---|
91 | 8 | 13 | $opts->{'text_csv'} || {} |