line |
!l |
l&&!r |
l&&r |
condition |
57
|
1 |
1 |
22 |
$self->base and $self->endpoint
|
|
2 |
1 |
21 |
$self->base and $self->endpoint and $self->apiKey
|
60
|
19 |
1 |
1 |
$self->user and not $self->password
|
63
|
18 |
1 |
1 |
$self->filter and not is_code_ref($self->filter)
|
84
|
0 |
16 |
0 |
not $self->fullResponse and $self->post_xml
|
85
|
0 |
0 |
0 |
defined $options->{'size'} and $options->{'size'} == 0
|
90
|
0 |
15 |
1 |
not $self->fullResponse and $options->{'offset'}
|
116
|
1 |
1 |
23 |
is_string($handler) and not is_number($handler)
|
154
|
0 |
0 |
0 |
$res->status >= 500 and $tries--
|
|
0 |
0 |
0 |
$res->status >= 500 and $tries-- and sleep 10
|
161
|
0 |
0 |
0 |
$res->content and $res->content =~ /<\?xml/
|
178
|
0 |
0 |
0 |
$options and %$options
|
191
|
0 |
0 |
0 |
not $self->fullResponse and $self->post_xml
|
244
|
0 |
0 |
0 |
not $self->_next_url and $self->_total_size
|
|
0 |
0 |
0 |
not $self->_next_url and $self->_total_size and $self->_start + $self->_n >= $self->_total_size
|