blib/lib/File/Share.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | $path =~ m(^(.*?)[\/\\]blib\b) and -d "File::Spec"->catdir($1, "share") |
0 | 0 | 0 | $path =~ m(^(.*?)[\/\\]blib\b) and -d "File::Spec"->catdir($1, "share") and -d ($_ = "File::Spec"->catdir($1, "share")) | |
39 | 0 | 0 | 0 | $path and -d "File::Spec"->catdir($path, "lib") |
0 | 0 | 0 | $path and -d "File::Spec"->catdir($path, "lib") and -d ($_ = "File::Spec"->catdir($path, "share")) |
line | l | !l | condition |
---|---|---|---|
28 | 0 | 0 | $INC{$inc} || '' |