Condition Coverage

blib/lib/API/Zendesk.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
447 0 0 0 $info and $$info{'ticket'}
557 0 0 0 $info and $$info{'organization'}
677 0 0 0 $response and $$response{'organization'}{'id'} == $params{'organization_id'}
854 0 0 0 $response and $$response{'user'}{'id'} == $params{'user_id'}
960 0 0 0 $$response{'next_page'} and !$params{'size'} || scalar @results < $params{'size'}
987 0 0 0 $retry and not $response
1002 0 0 0 $response->code == 500 and $response->decoded_content =~ /Server closed connection without sending any data back/
0 0 0 $response->code == 500 and $response->decoded_content =~ /read timeout/
1006 0 0 0 $$data{'description'} and $$data{'description'} =~ /Please try again in a moment/
1015 0 0 0 $response->header('Retry-After') and $response->header('Retry-After') =~ /^\d+$/

or 3 conditions

line l !l&&r !l&&!r condition
960 0 0 0 !$params{'size'} || scalar @results < $params{'size'}