line |
true |
false |
branch |
121
|
0 |
0 |
if not $$opts{'hostname'} && $$opts{'host'} && $$opts{'type'} =~ /local|remote/ or $$opts{'help'} |
122
|
0 |
0 |
if $$opts{'debug'} |
129
|
0 |
0 |
unless -x $$self{'cmds'}{'ssh'} and -x $$self{'cmds'}{'ps'} and -x $$self{'cmds'}{'grep'} |
144
|
0 |
0 |
if ($action eq 'setup') { } |
|
0 |
0 |
elsif ($action eq 'destroy') { } |
165
|
0 |
0 |
if $self->check_tunnel |
177
|
0 |
0 |
if ($type eq 'local') { } |
|
0 |
0 |
elsif ($type eq 'remote') { } |
186
|
0 |
0 |
if $ret |
210
|
0 |
0 |
unless open my $fh, '-|', $command |
217
|
0 |
0 |
$pid ? : |
230
|
0 |
0 |
if ($pid) |
232
|
0 |
0 |
unless $rc |