Condition Coverage

blib/lib/CPAN/Dashboard.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

.*?]gms
line !l l&&!r l&&r condition
36 0 0 0 $self->author and $distinfo->cpanid eq $self->author
0 0 0 $self->distribution_names and grep {$distinfo->dist eq $_;} @{$self->distribution_names;}
99 0 0 0 $$response{'success'} and $$response{'content'} =~ m[
Kwalitee(.*?)
Core Kwalitee(.*?)

or 2 conditions

line l !l condition
65 0 0 $$bug_data{'bugs'}{'active'} // 0
123 0 0 $owner{$module->name} // '__undef'

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 0 $self->author and $distinfo->cpanid eq $self->author or $self->distribution_names and grep {$distinfo->dist eq $_;} @{$self->distribution_names;}