Condition Coverage

blib/lib/CPANPLUS/Dist/Slackware/PackageDescription.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
246 0 0 0 $title and $title =~ /^(?:\S+\s+)+?-+\s+(.+)/sx
273 0 0 0 $distmeta and $distmeta->{'abstract'}
0 0 0 $distmeta and $distmeta->{'abstract'} and not $distmeta->{'abstract'} =~ /unknown/i
456 0 0 0 defined $r and 'version'->parse($r) <= $perl_version

or 2 conditions

line l !l condition
90 0 0 $self->{'build'} || $ENV{'BUILD'} || 1
116 0 0 $self->{'tag'} || $ENV{'TAG'} || '_CPANPLUS'
121 0 0 $self->{'type'} || $ENV{'PKGTYPE'} || 'tgz'
289 0 0 $self->_summary_from_meta || $module->description || $self->_summary_from_pod || ''

or 3 conditions

line l !l&&r !l&&!r condition
101 0 0 0 $self->{'arch'} || $ENV{'ARCH'}
137 0 0 0 $self->{'outputdir'} || $ENV{'OUTPUT'} || tmpdir()
451 0 0 0 not defined $s or $perl_version < 'version'->parse($s)
460 0 0 0 not exists $prereqs{$name} or 'version'->parse($prereqs{$name}) < 'version'->parse($version)
520 0 0 0 $ENV{'TMP'} || catdir(tmpdir(), 'CPANPLUS')