| lib/Rex/Interface/Exec/Local.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 123 | 0 | 1149 | 2 | not $^O =~ /^MSWin/u and "Rex::Config"->get_no_tty |
| line | l | !l | condition |
|---|---|---|---|
| 73 | 920 | 231 | $path ||= "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 2178 | 0 | ref $that || $that |
| 112 | 0 | 555 | 0 | $check_with_command ||= $^O =~ /^MSWin/iu ? "where" : "which" |