Condition Coverage

blib/lib/Scalar/Properties.pm
Criterion Covered Total %
condition 12 14 85.7


and 3 conditions

line !l l&&!r l&&r condition
272 1 1 1 defined $$self{substr $prop, 4} && $$self{substr $prop, 4}
275 1 1 6 defined $$self{substr $prop, 3} && $$self{substr $prop, 3}

or 2 conditions

line l !l condition
217 1 4 $limit ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
68 1398 466 18 /^_/ || exists $NON_PROPS{$_}
268 0 0 29 $prop eq 'DESTROY' or substr($prop, 0, 1) eq '_'