| blib/lib/Unix/Lsof.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 12 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 0 | 0 | -x $opt{'binary'} and -f $opt{'binary'} |
| 139 | 21 | 0 | 0 | -f $p . '/lsof' and -x _ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 70 | 0 | 0 | 0 | _find_binary() || _idie('Cannot find lsof binary') |
| 0 | 0 | 0 | $opt{'binary'} ||= _find_binary() || _idie('Cannot find lsof binary') |