Condition Coverage

blib/lib/Object/InsideOut/Dump.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
69 70 0 1 $weak->{$field} and exists $dump{$pkg}{$name}
86 5 0 0 $weak->{$field} and exists $dump{$pkg}{$field}

or 2 conditions

line l !l condition
27 10 4 $d_flds->{$pkg} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
138 0 0 1 $@ or @errs
139 0 0 0 $@ || join(' | ', @errs)
156 0 0 9 not defined $class or ref $dump ne 'HASH'