Branch Coverage

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


line true false branch
31 1 451 unless $exists
32 1 450 unless $got
33 3 447 unless ref $got
34 2 445 unless &blessed($got)
35 1 444 unless $got->isa($self->object_base)
50 1 75 unless $self->{'refcheck'}->can('add_field')
60 1 7 unless $self->{'refcheck'}->can('add_item')
68 106 970 ref $meth ? :
81 418 27 if $meta
90 1110 6 $exists ? :
92 2 1114 if (not $ok) { }
102 1108 6 $exists ? :
112 215 230 unless $refcheck
116 227 3 if ($refcheck->verify(%params)) { }