line |
l |
!l&&r |
!l&&!r |
condition |
102
|
0 |
0 |
0 |
$options{'local_hostname'} || $entity->{'local_hostname'} |
103
|
0 |
0 |
0 |
$options{'local_port'} || $entity->{'local_port'} |
105
|
0 |
0 |
0 |
$options{'tunnel_hostname'} || $entity->{'tunnel_hostname'} |
107
|
0 |
0 |
0 |
$options{'tunnel_username'} || $entity->{'tunnel_username'} |
109
|
0 |
0 |
0 |
$options{'destination_hostname'} || $entity->{'destination_hostname'} |
111
|
0 |
0 |
0 |
$options{'destination_port'} || $entity->{'destination_port'} |
115
|
0 |
0 |
0 |
$options{'control_socket_dir'} || $entity->{'control_socket_dir'} || 'File::Spec'->catdir($ENV{'HOME'} ? $ENV{'HOME'} : $ENV{'USERPROFILE'}, '.ssh', 'control_socket') |
158
|
0 |
0 |
0 |
$options{'tries'} || $self->{'tries'} |
159
|
0 |
0 |
0 |
$options{'wait_seconds'} || $self->{'wait_seconds'} |