Condition Coverage

blib/lib/Test/Stream/Compare/Object.pm
Criterion Covered Total %
condition 13 17 76.4


or 2 conditions

line l !l condition
19 1 424 $self->{'calls'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
43 102 400 0 $self->{'meta'} ||= $self->meta_class->new
49 40 36 0 $self->{'refcheck'} ||= 'Test::Stream::Compare::Hash'->new
59 4 4 0 $self->{'refcheck'} ||= 'Test::Stream::Compare::Array'->new
70 2 1058 0 $name ||= ref $meth ? '\\&CODE' : $meth
90 108 984 6 ref $meth || $got->can($meth)