Branch Coverage

blib/lib/Test/Apocalypse/AutoLoader.pm
Criterion Covered Total %
branch 6 16 37.5


line true false branch
24 75 0 if (-e 'META.yml' and -f _) { }
28 0 0 if (-e '../META.yml' and -f _) { }
49 0 75 if ($@)
59 75 0 if (scalar keys %$data > 0) { }
67 0 2775 if (_module_has_autoload($module)) { }
82 0 2775 if (defined($dirname = $INC{"$pkg.pm"}))
83 0 0 if ($^O eq 'MacOS') { }
90 2775 0 if (not defined $dirname && (-d $dirname && -r _)) { }