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 18 0 0 not $opts->{'recurseobjects'} and defined $class

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
50 14 4 0 $ref eq 'ARRAY' or $ref eq 'HASH'