| lib/CPANPLUS/Internals/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 56 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 216 | 0 | 0 | 0 | defined $href->{'distversion'} and $href->{'distversion'} eq $dist | 
| 405 | 0 | 0 | 0 | $obj and $cb->_vcmp($prq_ver, $obj->installed_version) > 0 | 
| 465 | 0 | 0 | 0 | $status and defined $status->{'capture'} | 
| 0 | 0 | 0 | $grade eq 'pass' and ($status and defined $status->{'capture'}) | |
| 475 | 0 | 0 | 0 | $cp_conf =~ /\bmaketest_only\b/i and not $stage =~ /\btest\b/ | 
| 478 | 0 | 0 | 0 | $status && defined $status->{'capture'} | 
| 515 | 0 | 0 | 0 | $status && defined $status->{'capture'} | 
| 584 | 0 | 0 | 0 | defined $message and length $message | 
| 673 | 0 | 0 | 0 | -e $file and -r $file | 
| line | l | !l | condition | 
|---|---|---|---|
| 327 | 0 | 0 | $conf->get_conf('cpantest') || '' | 
| 353 | 0 | 0 | $mod->status->prereqs || {} | 
| 553 | 0 | 0 | $conf->get_conf('cpantest_reporter_args') || {} | 
| 562 | 0 | 0 | $conf->get_conf('timeout') || 60 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 216 | 0 | 0 | 0 | $all or defined $href->{'distversion'} and $href->{'distversion'} eq $dist | 
| 221 | 0 | 0 | 0 | $href->{'dist'} ||= $href->{'distversion'} | 
| 222 | 0 | 0 | 0 | $href->{'action'} || $href->{'status'} | 
| 0 | 0 | 0 | $href->{'grade'} ||= $href->{'action'} || $href->{'status'} | |
| 326 | 0 | 0 | 0 | $mod->author->email || sub { package CPANPLUS::Internals::Constants::Report; return unless my $username = shift(); return $username . '@cpan.org'; } ->($author) | 
| 383 | 0 | 0 | 0 | $obj or defined &$sub($prq_name) | 
| 465 | 0 | 0 | 0 | $grade eq 'fail' or $grade eq 'unknown' |