Branch Coverage

blib/lib/Dist/Zilla/Plugin/CheckIssues.pm
Criterion Covered Total %
branch 14 32 43.7


line true false branch
110 4 1 if ($self->rt)
113 3 1 if (defined $rt_data{'open'} and defined $rt_data{'stalled'})
115 0 0 $rt_data{'stalled'} ? :
3 0 $rt_data{'open'} ? :
123 0 3 if $self->colour
128 3 2 if ($self->github and my($owner_name, $repo_name) = $self->_github_owner_repo)
132 3 0 if (defined $issue_count)
134 3 0 $issue_count ? :
142 0 3 if $self->colour
162 0 4 unless $json
166 1 3 unless $all_data->{$dist_name}
181 0 0 unless $data
192 0 0 unless $json
205 0 0 unless ($res->{'success'})
207 0 0 $res->{'status'} && $res->{'content'} ? :
214 0 0 if (my $charset = 'HTTP::Headers'->new(%{$$res{'headers'};})->content_type_charset)