Condition Coverage

blib/lib/Module/Require.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 require $_[1] and $INC{$_[0]} = $_[1]

or 2 conditions

line l !l condition
41 0 0 $filter ||= sub { return $_ unless /\.pod$/ or /\.pl$/; }
44 0 0 $todo ||= sub { 1 if require $_[1] and $INC{$_[0]} = $_[1]; }

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 /\.pod$/ or /\.pl$/
81 0 0 0 $INC{$realfilename} or $INC{"$fileprefix/$f"}
116 0 0 0 $INC{$realfilename} or $INC{"$fileprefix/$f"}