| blib/lib/WebService/Zendesk.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 495 | 0 | 0 | 0 | $info and $info->{'ticket'} |
| 605 | 0 | 0 | 0 | $info and $info->{'organization'} |
| 725 | 0 | 0 | 0 | $response and $response->{'organization'}{'id'} == $params{'organization_id'} |
| 903 | 0 | 0 | 0 | $response and $response->{'user'}{'id'} == $params{'user_id'} |
| 1016 | 0 | 0 | 0 | $response->{'next_page'} and !$params{'size'} || scalar @results < $params{'size'} |
| 1083 | 0 | 0 | 0 | $response->header('Retry-After') and $response->header('Retry-After') =~ /^\d+$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 1016 | 0 | 0 | 0 | !$params{'size'} || scalar @results < $params{'size'} |
| 1045 | 0 | 0 | 0 | $params{'headers'} || $self->default_headers |
| 1102 | 0 | 0 | 0 | not $self->max_tries or $self->max_tries > $try_count |