blib/lib/Snail/CSV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 37 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 0 | 0 | exists $$this{'FILTER'}{$colname} and ref $$this{'FILTER'}{$colname} eq 'CODE' |
77 | 0 | 0 | 0 | exists $$this{'FILTER'}{$colname} and not ref $$this{'FILTER'}{$colname} |
82 | 0 | 0 | 0 | $f_flag and $dtype eq 'ARRAY' |
83 | 0 | 0 | 0 | $f_flag and $dtype eq 'HASH' |
138 | 0 | 0 | 0 | exists $$this{'DATA'}{$NUMB}{$colname} and $$this{'DATA'}{$NUMB}{$colname} ne $$columns[$j] |
line | l | !l | condition |
---|---|---|---|
15 | 0 | 0 | shift() || {} |
27 | 0 | 0 | shift() || [] |
28 | 0 | 0 | shift() || {} |
52 | 0 | 0 | shift() || [] |
56 | 0 | 0 | $$this{'OPTS'}{'eol'} || "\r\n" |
101 | 0 | 0 | shift() || [] |
116 | 0 | 0 | $$this{'OPTS'}{'eol'} || "\r\n" |
170 | 0 | 0 | $$this{'OPTS'}{'eol'} || "\r\n" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | shift() || $$this{'FILE'} |
162 | 0 | 0 | 0 | shift() || $$this{'FILE'} |