Branch Coverage

blib/lib/File/Share.pm
Criterion Covered Total %
branch 0 4 0.0


line true false branch
32 0 0 if ($path =~ m(^(.*?)[\/\\]blib\b) and -d "File::Spec"->catdir($1, "share") and -d ($_ = "File::Spec"->catdir($1, "share")))
39 0 0 if ($path and -d "File::Spec"->catdir($path, "lib") and -d ($_ = "File::Spec"->catdir($path, "share")))