| line | !l | l&&!r | l&&r | condition | 
 
| 76 | 3 | 0 | 0 | not $captcha_id and $self->{'errno'} eq 'ERROR_NO_SLOT_AVAILABLE' || $self->{'errno'} eq 'HTTP_ERROR' | 
 
|  | 0 | 0 | 0 | not $captcha_id and $self->{'errno'} eq 'ERROR_NO_SLOT_AVAILABLE' || $self->{'errno'} eq 'HTTP_ERROR' and defined $self->{'wait'} ? time - $start < $self->{'wait'} : 1 | 
 
|  | 0 | 0 | 0 | not $captcha_id and $self->{'errno'} eq 'ERROR_NO_SLOT_AVAILABLE' || $self->{'errno'} eq 'HTTP_ERROR' and defined $self->{'wait'} ? time - $start < $self->{'wait'} : 1 and $attempts != $self->{'attempts'} | 
 
|  | 0 | 0 | 0 | not $captcha_id and $self->{'errno'} eq 'ERROR_NO_SLOT_AVAILABLE' || $self->{'errno'} eq 'HTTP_ERROR' and defined $self->{'wait'} ? time - $start < $self->{'wait'} : 1 and $attempts != $self->{'attempts'} and sleep $self->{'delay'} | 
 
| 98 | 2 | 2 | 1 | not $captcha_text and $self->{'errno'} eq 'CAPCHA_NOT_READY' || $self->{'errno'} eq 'HTTP_ERROR' | 
 
|  | 2 | 0 | 1 | not $captcha_text and $self->{'errno'} eq 'CAPCHA_NOT_READY' || $self->{'errno'} eq 'HTTP_ERROR' and defined $self->{'wait'} ? time - $start < $self->{'wait'} : 1 | 
 
|  | 0 | 0 | 1 | not $captcha_text and $self->{'errno'} eq 'CAPCHA_NOT_READY' || $self->{'errno'} eq 'HTTP_ERROR' and defined $self->{'wait'} ? time - $start < $self->{'wait'} : 1 and $attempts != $self->{'attempts'} |