| blib/lib/File/SearchPath.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 153 | 7 | 2 | 0 | $options{'exe'} and $options{'dir'} |
| 292 | 17 | 3 | 0 | $testexe and $testdir |
| 300 | 0 | 1 | 1 | -f $testfile && -x $testfile |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 148 | 3 | 0 | 6 | exists $options{'exe'} or exists $options{'dir'} |
| 234 | 8 | 0 | 1 | defined $var or defined $contents |
| 256 | 0 | 1 | 8 | not $use_env_path or defined $contents |