Condition Coverage

blib/lib/Module/Install/Makefile.pm
Criterion Covered Total %
condition 0 65 0.0


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 0 $ENV{'AUTOMATED_TESTING'} || -!-t(STDIN) and not $ENV{'PERL_MM_USE_DEFAULT'}
195 0 0 0 /\.t$/ and -f $_
216 0 0 0 $perl_version and $self->_cmp($perl_version, '5.006') >= 0
247 0 0 0 -d 'xt' and $Module::Install::AUTHOR || $ENV{'RELEASE_TESTING'}
269 0 0 0 $self->makemaker(6.17) and $self->sign
275 0 0 0 $self->makemaker(6.31) and $self->license

or 2 conditions

line l !l condition
102 0 0 $self->{'makemaker_args'} ||= {}
148 0 0 $self->makemaker_args->{'DIR'} ||= []
156 0 0 $self->makemaker_args->{'clean'} ||= {}
165 0 0 $self->makemaker_args->{'realclean'} ||= {}
188 0 0 shift() || 't'
192 0 0 $self->tests || ''
279 0 0 $args->{'PREREQ_PM'} ||= {}
291 0 0 $args->{'BUILD_REQUIRES'} ||= {}
303 0 0 $args->{'DIR'} || []
353 0 0 $mm->{'FIRST_MAKEFILE'} || 'Makefile'
359 0 0 ref $self->_top || ''
360 0 0 $self->_top->VERSION || ''
366 0 0 $self->postamble || ''

or 3 conditions

line l !l&&r !l&&!r condition
29 0 0 0 $ENV{'AUTOMATED_TESTING'} || -!-t(STDIN)
45 0 0 0 @_ < 2 || $makemaker >= eval $_[1]
159 0 0 0 $clean->{'FILES'} || ()
168 0 0 0 $realclean->{'FILES'} || ()
238 0 0 0 $self->module_name || $self->name
247 0 0 0 $Module::Install::AUTHOR || $ENV{'RELEASE_TESTING'}
408 0 0 0 $self->{'postamble'} ||= $self->admin->postamble