blib/lib/CPAN/Dashboard.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
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 | (.*?) |
line | l | !l | condition |
---|---|---|---|
65 | 0 | 0 | $$bug_data{'bugs'}{'active'} // 0 |
123 | 0 | 0 | $owner{$module->name} // '__undef' |
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;} |