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