Condition Coverage

blib/lib/Net/GitHub/V3/Query.pm
Criterion Covered Total %
condition 4 38 10.5


and 3 conditions

line !l l&&!r l&&r condition
128 0 0 0 @args > 1 and not grep({$args[0] eq $_;} 'GET', 'POST', 'PUT', 'PATCH', 'HEAD', 'DELETE')
140 0 0 0 $self->has_login and $self->has_pass
164 0 0 0 $ENV{'NG_DEBUG'} and $ENV{'NG_DEBUG'} > 1
184 0 0 0 $ENV{'NG_DEBUG'} and $ENV{'NG_DEBUG'} > 1
188 0 0 0 $res->header('Content-Type') and $res->header('Content-Type') =~ m[application/json]
203 0 0 0 not $res->is_success and ref $data eq 'HASH'
0 0 0 not $res->is_success and ref $data eq 'HASH' and exists $data->{'message'}
320 0 0 0 $is_u_repo || index($url, '/repos/%s/%s') > -1 and @_ < $n + $args

or 2 conditions

line l !l condition
180 0 0 $self->rate_limit_remaining || 0
0 0 $self->rate_limit || 60
306 90 90 $v->{'method'} || 'GET'
307 46 134 $v->{'args'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
153 0 0 0 $query_form{'per_page'} ||= $self->per_page
320 0 0 0 $is_u_repo || index($url, '/repos/%s/%s') > -1