| line |
!l |
l&&!r |
l&&r |
condition |
|
122
|
0 |
0 |
0 |
$self->res->code and $self->res->is_status_class(200) |
|
131
|
0 |
0 |
0 |
$c->tx and $c->tx->error |
|
132
|
0 |
0 |
0 |
$c->res and not $c->res->is_status_class(200) |
|
255
|
0 |
4 |
0 |
$meta and $meta->get('auto_failover') |
|
257
|
0 |
0 |
4 |
$self->server_url and not $url =~ /^http/ |
|
264
|
0 |
4 |
0 |
$method eq 'POST' and grep /^--/, @args |
|
292
|
0 |
0 |
4 |
$meta and my $arg_spec = $meta->get('args') |
|
311
|
0 |
0 |
0 |
$method eq 'GET' and $arg =~ s/^--// |
|
|
0 |
0 |
0 |
$method eq 'GET' and $arg =~ s/^-// |
|
|
0 |
0 |
0 |
$method eq 'POST' and not ref $arg |
|
313
|
0 |
0 |
0 |
$meta and $meta->get('skip_existing') |
|
334
|
0 |
0 |
0 |
$args[0] and ref $args[0] eq 'HASH' |
|
348
|
3 |
0 |
1 |
$body and ref $body eq 'HASH' |
|
364
|
4 |
0 |
0 |
($tx->res->code || 0) == 401 and $auth_header = $tx->res->headers->www_authenticate |
|
|
4 |
0 |
0 |
($tx->res->code || 0) == 401 and $auth_header = $tx->res->headers->www_authenticate and not $url->userinfo |
|
|
0 |
0 |
0 |
($tx->res->code || 0) == 401 and $auth_header = $tx->res->headers->www_authenticate and not $url->userinfo and $self->_has_auth || $self->_can_auth |
|
391
|
0 |
0 |
0 |
$ENV{'ACPS_SUPPRESS_404'} and $url =~ /$ENV{'ACPS_SUPPRESS_404'}/ |