Branch Coverage

blib/lib/Test/AutoLoader.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
28 0 0 unless ($package)
31 0 0 @subnames ? :
37 0 0 if (defined($dirname = $INC{"$pkg.pm"}))
38 0 0 if ($is_macos) { }
45 0 0 unless (defined $dirname and (-d $dirname and -r _))
48 0 0 unless defined $dirname
54 0 0 unless (@filenames)
55 0 0 unless (opendir AUTOLOAD, $dirname)
61 0 0 unless closedir AUTOLOAD
67 0 0 unless ($full_path =~ m[^/]s)
68 0 0 if ($is_dosish and not $full_path =~ m[^([a-z]:)?[\\/]]is) { }
0 0 elsif ($is_epoc and not $full_path =~ m[^([a-z?]:)?[\\/]]is) { }
0 0 elsif ($is_vms) { }
0 0 elsif (not $is_macos) { }
80 0 0 if (my $ret = do $full_path) { }
89 0 0 if (@nok) { }
0 0 elsif (@ok) { }