Branch Coverage

blib/lib/Module/Require.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
26 0 0 unless $f
28 0 0 if $INC{"$root/$f"}
29 0 0 if (-d $realfilename) { }
0 0 elsif (-f $realfilename) { }
33 0 0 if &$todo("$root/$f", $realfilename)
41 0 0 unless /\.pod$/ or /\.pl$/
44 0 0 if require $_[1] and $INC{$_[0]} = $_[1]
47 0 0 unless defined $root
53 0 0 unless defined wantarray
54 0 0 wantarray ? :
65 0 0 if ($file =~ m[^(.*)/([^/]*)$])
81 0 0 if $INC{$realfilename} or $INC{"$fileprefix/$f"}
82 0 0 if (-f $realfilename)
85 0 0 if eval "require $realfilename"
91 0 0 if defined wantarray
93 0 0 unless defined wantarray
94 0 0 wantarray ? :
105 0 0 if ($file =~ m[^(.*)/([^/]*)$])
116 0 0 if $INC{$realfilename} or $INC{"$fileprefix/$f"}
117 0 0 if (-f $realfilename)
120 0 0 if (eval { do { require $realfilename } })
130 0 0 unless defined wantarray
131 0 0 wantarray ? :