Branch Coverage

blib/lib/App/BitBucketCli/Core.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
61 0 0 unless (eval { do { $json = $self->_get($self->url . "/projects?limit=$limit&start=$next_page_start"); 1 } })
85 0 0 unless (eval { do { $json = $self->_get($self->url . "/projects/$project/repos?limit=$limit&start=$next_page_start"); 1 } })
104 0 0 unless (eval { do { $json = $self->_get($self->url . "/projects/$project/repos/$repository"); 1 } })
125 0 0 unless (eval { do { $json = $self->_get($self->url . "/projects/$project/repos/$repository/pull-requests?limit=$limit&start=$next_page_start&state=$state"); 1 } })
132 0 0 if @pull_requests >= $self->max
144 0 0 unless grep {$branch eq $_;} @branches
155 0 0 $state ? :
189 0 0 if ($json and @{$json->{'values'};})
192 0 0 if ($last_page)
196 0 0 $url =~ /[?]/ ? :
202 0 0 unless $json->{'values'}
209 0 0 if $ENV{'BB_SHOW_URLS'}
218 0 0 if ($self->user)
221 0 0 if ($self->pass)