Condition Coverage

blib/lib/UNIVERSAL/Object.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 88 $proto and ref $proto eq 'HASH'
26 0 0 85 defined $self and UNIVERSAL::isa($self, 'UNIVERSAL')
36 81 1 4 scalar @_ == 1 and ref $_[0]
53 0 0 86 defined $proto and ref $proto eq 'HASH'
58 0 0 83 defined $instance and ref $instance