blib/lib/Perl5/Dist/Backcompat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 32 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 0 | 0 | 0 | defined $params and ref $params ne "HASH" |
757 | 0 | 0 | 0 | $thisrun{'configure'} and $thisrun{'make'} |
0 | 0 | 0 | $thisrun{'configure'} and $thisrun{'make'} and $thisrun{'test'} | |
857 | 0 | 0 | 0 | $self->{'distro_metadata'}{$d}{'minimum_perl_version'} and $self->{'distro_metadata'}{$d}{'minimum_perl_version'} >= $p->{'canon'} |
line | l | !l | condition |
---|---|---|---|
106 | 0 | 0 | $data->{'host'} ||= "dromedary.p5h.org" |
107 | 0 | 0 | $data->{'path_to_perls'} ||= "/media/Tux/perls-t/bin" |
196 | 0 | 0 | $rowdata[1] // "" |
0 | 0 | $rowdata[2] // "" | |
0 | 0 | $rowdata[3] // "" | |
0 | 0 | $rowdata[4] // "" | |
0 | 0 | $rowdata[5] // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | $data->{'tarball_dir'} ||= "$ENV{'P5P_DIR'}/dist-backcompat/tarballs" |
757 | 0 | 0 | 0 | defined $thisrun{'configure'} || defined $thisrun{'make'} || defined $thisrun{'test'} |