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