Branch Coverage

blib/lib/CPAN/Dashboard/Distribution.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
29 0 0 if $self->version =~ /^0\./
30 0 0 if $self->is_developer
33 0 0 if (@owners == 1) { }
35 0 0 if $owners[0] eq '__undef'
42 0 0 if $self->bug_count > 0
43 0 0 if $self->bug_count > 10
45 0 0 if (not defined $self->kwalitee or $self->kwalitee->core_kwalitee < 100)
49 0 0 if (not defined $self->cpan_testers) { }
58 0 0 $total > 0 ? :
60 0 0 if ($total < 100 or $score < 0.95 and $score > 0.5) { }
0 0 elsif ($score < 0.5) { }
71 0 0 if ($rating < 0)
75 0 0 if $self->bug_count == 0
78 0 0 if $self->rev_deps_count > 1
80 0 0 if $self->kwalitee->kwalitee >= 130
81 0 0 if $self->cpan_testers->fails == 0 and $self->cpan_testers->unknowns == 0