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