Branch Coverage

blib/lib/Module/Lazy.pm
Criterion Covered Total %
branch 18 26 69.2


line true false branch
73 1 13 unless defined $target
75 1 12 unless @rest == 0
79 1 11 if $seen{$target}
84 0 11 if $INC{$mod}
85 0 11 if $dont
88 0 11 unless $target =~ /^[A-Za-z_][A-Za-z_0-9]*(?:::[A-Za-z_0-9]+)*$/
130 0 1 if @_
146 0 11 unless $mod
150 0 11 unless $INC{$mod} and $INC{$mod} eq $inc_stub
153 0 11 unless $known_method{$target}
180 9 1 if $jump
183 0 1 unless $nodie
191 44 44 if (ref $code) { }