blib/lib/Text/xSV/Slurp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 20 | 90.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
545 | 45 | 4 | 1 | defined $o{'col_grep'} and ref $o{'col_grep'} ne 'CODE' |
550 | 43 | 5 | 1 | defined $o{'row_grep'} and ref $o{'row_grep'} ne 'CODE' |
997 | 6 | 20 | 13 | $on_collide and exists $leaf->{$key} |
line | l | !l | condition |
---|---|---|---|
972 | 56 | 45 | $leaf->{$v} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
562 | 5 | 42 | 0 | $o{'text_csv'} || () |
997 | 34 | 13 | 26 | $on_store or $on_collide and exists $leaf->{$key} |
1000 | 13 | 34 | 0 | $on_collide || $on_store |