Condition Coverage

blib/lib/Data/Walk/More.pm
Criterion Covered Total %
condition 5 10 50.0


and 3 conditions

line !l l&&!r l&&r condition
51 22 0 0 not $opts->{'recurseobjects'} and defined $class

or 2 conditions

line l !l condition
96 0 7 $opts->{'recurseobjects'} //= 1
97 0 7 $opts->{'sortkeys'} //= 1

or 3 conditions

line l !l&&r !l&&!r condition
50 17 5 0 $ref eq "ARRAY" or $ref eq "HASH"