blib/lib/API/Zendesk.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
486 | 0 | 0 | 0 | $info and $info->{'ticket'} |
596 | 0 | 0 | 0 | $info and $info->{'organization'} |
716 | 0 | 0 | 0 | $response and $response->{'organization'}{'id'} == $params{'organization_id'} |
894 | 0 | 0 | 0 | $response and $response->{'user'}{'id'} == $params{'user_id'} |
1007 | 0 | 0 | 0 | $response->{'next_page'} and !$params{'size'} || scalar @results < $params{'size'} |
1074 | 0 | 0 | 0 | $response->header('Retry-After') and $response->header('Retry-After') =~ /^\d+$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
1007 | 0 | 0 | 0 | !$params{'size'} || scalar @results < $params{'size'} |
1036 | 0 | 0 | 0 | $params{'headers'} || $self->default_headers |
1093 | 0 | 0 | 0 | not $self->max_tries or $self->max_tries > $try_count |