| line | !l | l&&!r | l&&r | condition | 
 
| 71 | 0 | 0 | 0 | $signal and $self->{'current'} | 
 
|  | 0 | 0 | 0 | $signal and $self->{'current'} and $self->{'current'}{'type'} eq 'cmd' | 
 
|  | 0 | 0 | 0 | $signal and $self->{'current'} and $self->{'current'}{'type'} eq 'cmd' and my $pid = $self->{'current'}{'pid'} | 
 
| 90 | 0 | 0 | 0 | $self->{'ssh'} and $self->{'ssh'}->error | 
 
| 112 | 0 | 0 | 0 | $ssh and $exit_pid | 
 
|  | 0 | 0 | 0 | $ssh and $exit_pid and $ssh->get_master_pid | 
 
|  | 0 | 0 | 0 | $ssh and $exit_pid and $ssh->get_master_pid and $exit_pid == $ssh->get_master_pid | 
 
| 145 | 0 | 0 | 0 | $exit_pid and $self->{'current'} | 
 
|  | 0 | 0 | 0 | $exit_pid and $self->{'current'} and $self->{'current'}{'pid'} == $exit_pid | 
 
| 188 | 0 | 0 | 0 | defined $master_state and not $master_state |