Branch Coverage

blib/lib/Module/Lazy.pm
Criterion Covered Total %
branch 22 30 73.3


line true false branch
74 2 22 unless defined $target
76 1 21 unless @rest == 0
80 1 20 if $seen{$target}
85 0 20 if $INC{$mod}
90 1 19 if $dont
93 0 19 unless $target =~ /^[A-Za-z_][A-Za-z_0-9]*(?:::[A-Za-z_0-9]+)*$/
140 0 3 if @_
150 2 1 if $seen{$_}
160 0 18 unless $mod
164 0 18 unless $INC{$mod}
167 0 18 unless $INC{$mod} eq $inc_stub
170 0 18 unless $cleanup_symbol{$target}
203 15 1 if $jump
206 0 1 unless $nodie
214 76 37 if (ref $ref) { }