blib/lib/Devel/Cycle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 18 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
123 | 0 | 2 | 0 | not $inc_weak_refs and isweak $$current |
137 | 30 | 47 | 2 | not $inc_weak_refs and isweak($$current[$i]) |
152 | 22 | 32 | 3 | not $inc_weak_refs and isweak($$current{$key}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
195 | 0 | 0 | 0 | $type ||= _get_type($ref) |
206 | 0 | 0 | 0 | $SHORT_NAMES{$ref} ||= $SHORT_NAME++ |
218 | 0 | 2 | 42 | UNIVERSAL::isa($thingy, 'SCALAR') or UNIVERSAL::isa($thingy, 'REF') |