Condition Coverage

blib/lib/Devel/Cycle.pm
Criterion Covered Total %
condition 9 21 42.8


and 3 conditions

line !l l&&!r l&&r condition
123 0 2 0 not $inc_weak_refs and isweak $$current
137 30 43 2 not $inc_weak_refs and isweak($$current[$i])
152 22 29 3 not $inc_weak_refs and isweak($$current{$key})

or 3 conditions

line l !l&&r !l&&!r condition
167 0 0 0 $$complain{$current} or $QUIET
195 0 0 0 $type ||= _get_type($ref)
206 0 0 0 $SHORT_NAMES{$ref} ||= $SHORT_NAME++
218 0 2 35 UNIVERSAL::isa($thingy, 'SCALAR') or UNIVERSAL::isa($thingy, 'REF')