Condition Coverage

blib/lib/API/Pingboard.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
377 0 0 0 $response->{'meta'}{$params{'field'}}{'page'} < $response->{'meta'}{$params{'field'}}{'page_count'} and !$params{'size'} || scalar @results < $params{'size'}
442 0 0 0 $response->header('Retry-After') and $response->header('Retry-After') =~ /^\d+$/

or 3 conditions

line l !l&&r !l&&!r condition
377 0 0 0 !$params{'size'} || scalar @results < $params{'size'}
404 0 0 0 $params{'headers'} || $self->default_headers
461 0 0 0 not $self->max_tries or $self->max_tries > $try_count