Branch Coverage

blib/lib/Test/Lazy/Tester.pm
Criterion Covered Total %
branch 25 40 62.5


line true false branch
193 2 0 unless $_{'cmp_scalar'}
194 2 0 unless $_{'cmp_structure'}
195 2 0 unless $_{'base_render'}
205 70 44 if (defined $notice) { }
206 0 70 if ($notice =~ /%\?/) { }
227 32 104 unless defined $value
229 98 38 unless $type
230 4 34 unless my $renderer = $self->render->{$type}
241 0 114 if (ref $cmp eq 'CODE') { }
248 112 2 $scalar ? :
250 0 114 unless $cmp = $$cmp_source{$cmp}
275 0 92 ref $statement eq 'CODE' ? :
276 0 92 if $@
278 2 90 if (@got > 1) { }
279 0 2 if (ref $expect eq 'ARRAY') { }
2 0 elsif (ref $expect eq 'HASH') { }
290 0 90 if (ref $expect eq 'ARRAY' and !@got || ref $got[0] ne 'ARRAY') { }
0 90 elsif (ref $expect eq 'HASH' and not @got) { }
302 0 92 if (ref $statement eq 'CODE' and $deparser) { }
305 0 0 if 3 == @deparse