Condition Coverage

blib/lib/Portable/Dist.pm
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
288 0 0 5 defined &_STRING($_[0]) && -d $_[0]

or 3 conditions

line l !l&&r !l&&!r condition
80 0 1 0 $self->{'perl_bin'} ||= 'File::Spec'->catdir($self->perl_root, 'bin')
85 0 1 0 $self->{'perl_lib'} ||= 'File::Spec'->catdir($self->perl_root, 'lib')
90 0 1 0 $self->{'perl_sitelib'} ||= 'File::Spec'->catdir($self->perl_root, 'site', 'lib')
95 0 1 0 $self->{'perl_vendorlib'} ||= 'File::Spec'->catdir($self->perl_root, 'vendor', 'lib')
100 0 1 0 $self->{'perl_sitebin'} ||= 'File::Spec'->catdir($self->perl_root, 'site', 'bin')
105 0 1 0 $self->{'perl_vendorbin'} ||= 'File::Spec'->catdir($self->perl_root, 'vendor', 'bin')