Branch Coverage

blib/lib/Test/Stream/Compare/Object.pm
Criterion Covered Total %
branch 28 28 100.0


line true false branch
33 1 441 unless $exists
34 1 440 unless $got
35 3 437 unless ref $got
36 2 435 unless &blessed($got)
37 1 434 unless $got->isa($self->object_base)
52 1 75 unless $self->{'refcheck'}->can('add_field')
62 1 7 unless $self->{'refcheck'}->can('add_item')
70 106 952 ref $meth ? :
83 408 27 if $meta
92 1092 6 $exists ? :
94 2 1096 if (not $ok) { }
104 1090 6 $exists ? :
114 207 228 unless $refcheck
118 225 3 if ($refcheck->verify(%params)) { }