Condition Coverage

blib/lib/Test2/Compare/Object.pm
Criterion Covered Total %
condition 10 12 83.3


or 2 conditions

line l !l condition
20 1 2225 $self->{'calls'} ||= []
74 1852 8 $context || 'scalar'
90 1950 0 $context ||= "scalar"

or 3 conditions

line l !l&&r !l&&!r condition
71 3 1857 0 $name ||= ref $meth eq "ARRAY" ? $meth->[0] : (ref $meth eq "CODE" ? "\\&CODE" : $meth)
99 3 1937 10 ref $meth || $got->can($meth)