| blib/lib/Data/Nested/Multifile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 0 | 28 | 0 | @args and ref $args[0] eq $class |
| 0 | 0 | 28 | @args and $args[0] eq $class | |
| 55 | 28 | 0 | 0 | @args and ref $args[0] eq 'Data::Nested' |
| 816 | 3 | 3 | 0 | $label and not exists $$self{'file'}{$label} |
| 822 | 4 | 1 | 1 | $ele ne '' and not exists $$self{'eles'}{$ele} |
| 942 | 1 | 3 | 0 | @args and exists $$self{'file'}{$args[0]} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 145 | 0 | 0 | 28 | $#args == 0 or $#args % 2 == 0 |