Condition Coverage

lib/Object/Accessor.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
440 1 15 9 UNIVERSAL::isa($self, 'HASH') and exists $$self{$method}
497 0 0 1 ref $_[0] and UNIVERSAL::isa($_[0], 'SCALAR')

or 2 conditions

line l !l condition
624 5 3 shift() || 0