Condition Coverage

inc/Module/Install/Makefile.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 $ENV{'AUTOMATED_TESTING'} and not $ENV{'PERL_MM_USE_DEFAULT'}
110 0 0 0 eval $ExtUtils::MakeMaker::VERSION > 6.17 and $self->sign

or 2 conditions

line l !l condition
38 0 0 $$self{'makemaker_args'} ||= {}
56 0 0 $self->makemaker_args->{'DIR'} ||= []
64 0 0 $self->makemaker_args->{'clean'} ||= {}
73 0 0 $self->makemaker_args->{'realclean'} ||= {}
118 0 0 $$args{'PREREQ_PM'} ||= {}
123 0 0 $$args{'DIR'} ||= []
144 0 0 $$mm{'FIRST_MAKEFILE'} || 'Makefile'
150 0 0 ref $self->_top || ''
151 0 0 $self->_top->VERSION || ''
157 0 0 $self->postamble || ''

or 3 conditions

line l !l&&r !l&&!r condition
97 0 0 0 $self->module_name || $self->name || $self->determine_NAME($args)
98 0 0 0 $self->version || $self->determine_VERSION($args)
198 0 0 0 $$self{'postamble'} ||= $self->admin->postamble