line |
!l |
l&&!r |
l&&r |
condition |
161
|
7 |
0 |
0 |
defined $options->{'handle_in'} and defined $options->{'handle_out'} |
219
|
13 |
0 |
20 |
defined $args{'arguments'} && ref $args{'arguments'} eq 'ARRAY' |
244
|
14 |
0 |
19 |
defined $args{'on_success'} and ref $args{'on_success'} eq 'CODE' |
251
|
0 |
0 |
0 |
defined $args{'on_failure'} and ref $args{'on_failure'} eq 'CODE' |
261
|
31 |
0 |
2 |
defined $code and not $args{'no_reply'} |
262
|
0 |
0 |
31 |
defined $success and $success |
272
|
0 |
33 |
0 |
defined $code and $code =~ /\D/ |
275
|
0 |
2 |
31 |
defined $code and length $code |
369
|
0 |
0 |
7 |
defined $code and ref $code eq 'CODE' |
468
|
32 |
0 |
0 |
not defined $rv and $! =~ /Resource temporarily unavailable/ || $!{'EAGAIN'} |
528
|
11 |
16 |
0 |
defined $params and $params =~ /[\r\n]/ |
542
|
0 |
0 |
27 |
defined $verb and exists $self->{'verb'}{$verb} |
574
|
36 |
3 |
0 |
$code >= 400 and $self->{'options'}{'error_sleep_time'} |