Condition Coverage

blib/lib/Text/CSV/Slurp.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 1 exists $arg{'input'} and ref $arg{'input'} eq 'ARRAY'
0 0 1 exists $arg{'input'} and ref $arg{'input'} eq 'ARRAY' and ref @{$arg{'input'};}[0] eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
25 4 0 0 defined $opt{'file'} or defined $opt{'filehandle'}
4 0 0 defined $opt{'file'} or defined $opt{'filehandle'} or defined $opt{'string'}