blib/lib/Net/SSH/Tunnel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
121 | 0 | 0 | 0 | $$opts{'hostname'} && $$opts{'host'} && $$opts{'type'} =~ /local|remote/ |
129 | 0 | 0 | 0 | -x $$self{'cmds'}{'ssh'} and -x $$self{'cmds'}{'ps'} |
0 | 0 | 0 | -x $$self{'cmds'}{'ssh'} and -x $$self{'cmds'}{'ps'} and -x $$self{'cmds'}{'grep'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 0 | 0 | 0 | not $$opts{'hostname'} && $$opts{'host'} && $$opts{'type'} =~ /local|remote/ or $$opts{'help'} |