Condition Coverage

blib/lib/Data/Miscellany.pm
Criterion Covered Total %
condition 15 29 51.7


and 3 conditions

line !l l&&!r l&&r condition
48 63 0 38 ref $this and ref $that
49 3 0 60 defined $this and defined $that
61 34 1 7 UNIVERSAL::isa($e1, 'ARRAY') and UNIVERSAL::isa($e2, 'ARRAY')
63 9 1 25 UNIVERSAL::isa($e1, 'HASH') and UNIVERSAL::isa($e2, 'HASH')
65 8 0 2 UNIVERSAL::isa($e1, 'REF') and UNIVERSAL::isa($e2, 'REF')
67 4 0 4 UNIVERSAL::isa($e1, 'SCALAR') and UNIVERSAL::isa($e2, 'SCALAR')
102 0 0 0 ref $value && UNIVERSAL::isa($value, 'Class::Value') && UNIVERSAL::can($value, 'is_defined')
148 0 0 0 defined $found and $found ne $$map{'UNIVERSAL'}

or 2 conditions

line l !l condition
133 0 0 $seen ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
52 0 0 3 defined $this || defined $that