blib/lib/File/Share.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 4 | 50.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 1 | if ($path =~ m(^(.*?)[\/\\]blib\b) and -d "File::Spec"->catdir($1, "share") and -d ($dir = "File::Spec"->catdir($1, "share"))) |
40 | 0 | 1 | if ($path and -d "File::Spec"->catdir($path, "lib") and -d ($dir = "File::Spec"->catdir($path, "share"))) |