Branch Coverage

blib/lib/Devel/Leak/Module.pm
Criterion Covered Total %
branch 9 24 37.5


line true false branch
74 0 0 @_ ? :
76 0 0 if ($parts{'module'})
81 0 0 if ($parts{'package'})
86 0 0 if ($parts{'namespace'})
96 0 0 if new_namespaces()
97 0 0 if new_packages()
98 0 0 if new_modules()
168 908 5 defined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s ? :
174 0 908 unless my $class = shift()
175 331 577 if @{"${class}::ISA";}
179 237 972 if substr($_, -2) eq '::'
182 300 672 if defined *{"${class}::$_";}{'CODE'}