Branch Coverage

blib/lib/WebService/Pingboard.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
231 0 0 $params{'id'} ? :
254 0 0 $params{'id'} ? :
277 0 0 $params{'id'} ? :
321 0 0 $params{'id'} ? :
344 0 0 $params{'id'} ? :
391 0 0 if ($params{'limit'} and $params{'limit'} < $params{'page_size'})
400 0 0 $params{'path'} =~ /\?/ ? :
419 0 0 if ($params{'uri'}) { }
0 0 elsif ($params{'path'}) { }
432 0 0 if $params{'body'}
435 0 0 if $self->log->is_trace
445 0 0 if ($params{'fields'}) { }
446 0 0 if ($request->method ne 'GET')
462 0 0 if ($response->is_success) { }
465 0 0 if (grep {$_ == $response->code;} @{$self->retry_on_status;}) { }
466 0 0 if ($response->code == 429) { }
468 0 0 if ($response->header('Retry-After') and $response->header('Retry-After') =~ /^\d+$/)
486 0 0 if ($retry == 1)
487 0 0 if (not $self->max_tries or $self->max_tries > $try_count) { }
498 0 0 if $self->log->is_trace
499 0 0 unless ($response->is_success)
502 0 0 if ($response->decoded_content)