| blib/lib/Data/Walk/More.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 10 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 18 | 0 | 0 | not $opts->{'recurseobjects'} and defined $class |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 0 | 6 | $opts->{'recurseobjects'} //= 1 |
| 97 | 0 | 6 | $opts->{'sortkeys'} //= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 14 | 4 | 0 | $ref eq 'ARRAY' or $ref eq 'HASH' |