Condition Coverage

blib/lib/WebService/Pingboard.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
390 0 0 0 $params{'page_size'} ||= $self->default_page_size
403 0 0 0 !$params{'limit'} || scalar @results < $params{'limit'}
430 0 0 0 $params{'headers'} || $self->default_headers
487 0 0 0 not $self->max_tries or $self->max_tries > $try_count