Condition Coverage

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


or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
41 102 410 0 $self->{'meta'} ||= $self->meta_class->new
47 40 36 0 $self->{'refcheck'} ||= 'Test::Stream::Compare::Hash'->new
57 4 4 0 $self->{'refcheck'} ||= 'Test::Stream::Compare::Array'->new
68 2 1076 0 $name ||= ref $meth ? '\\&CODE' : $meth
88 108 1002 6 ref $meth || $got->can($meth)