Condition Coverage

blib/lib/Perl5/Dist/Backcompat.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
129 0 0 0 defined $params and ref $params ne "HASH"
807 0 0 0 $thisrun{'configure'} and $thisrun{'make'}
0 0 0 $thisrun{'configure'} and $thisrun{'make'} and $thisrun{'test'}
907 0 0 0 $self->{'distro_metadata'}{$d}{'minimum_perl_version'} and $self->{'distro_metadata'}{$d}{'minimum_perl_version'} >= $p->{'canon'}

or 2 conditions

line l !l condition
156 0 0 $data->{'host'} ||= "dromedary.p5h.org"
157 0 0 $data->{'path_to_perls'} ||= "/media/Tux/perls-t/bin"
248 0 0 $rowdata[1] // ""
0 0 $rowdata[2] // ""
0 0 $rowdata[3] // ""
0 0 $rowdata[4] // ""
0 0 $rowdata[5] // ""

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 $data->{'tarball_dir'} ||= "$ENV{'P5P_DIR'}/dist-backcompat/tarballs"
159 0 0 0 $data->{'older_perls_file'} ||= "File::Spec"->catfile(".", "etc", "dist-backcompat-older-perls.txt")
161 0 0 0 $data->{'distro_metadata_file'} ||= "File::Spec"->catfile(".", "etc", "dist-backcompat-distro-metadata.txt")
807 0 0 0 defined $thisrun{'configure'} || defined $thisrun{'make'} || defined $thisrun{'test'}