Branch Coverage

blib/lib/Bintray/API/Session.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
67 0 0 if ($opts{'username'} and $opts{'apikey'})
72 0 0 $opts{'hascreds'} ? :
143 0 0 unless ($opts{'anon'})
144 0 0 unless $self->hascreds
160 0 0 if (@query_parts)
169 0 0 if (@param_parts)
177 0 0 $opts{'content'} ? :
186 0 0 unless ($$response{'success'})
187 0 0 $$response{'status'} ne '404' ? :
194 0 0 if $self->debug
200 0 0 if ($$response{'content'})
212 0 0 if (exists $$api_headers{'x-ratelimit-limit'} and exists $$api_headers{'x-ratelimit-remaining'})
222 0 0 if ($opts{'wantheaders'})
262 0 0 unless defined $response
265 0 0 if (ref $$response{'data'} eq 'ARRAY') { }
284 0 0 if $num_of_results >= $max_results
285 0 0 if $num_of_results >= $_total
289 0 0 if ($opts{'wantheaders'})