Condition Coverage

inc/Module/Install/Makefile.pm
Criterion Covered Total %
condition 1 43 2.3


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 $ENV{'AUTOMATED_TESTING'} and not $ENV{'PERL_MM_USE_DEFAULT'}
94 0 0 0 /\.t$/ and -f $_
136 0 0 0 eval $ExtUtils::MakeMaker::VERSION > 6.17 and $self->sign

or 2 conditions

line l !l condition
38 0 1 $$self{'makemaker_args'} ||= {}
56 0 0 $self->makemaker_args->{'DIR'} ||= []
64 0 0 $self->makemaker_args->{'clean'} ||= {}
73 0 0 $self->makemaker_args->{'realclean'} ||= {}
102 0 0 shift() || 't'
144 0 0 $$args{'PREREQ_PM'} ||= {}
156 0 0 $$args{'DIR'} ||= []
181 0 0 $$mm{'FIRST_MAKEFILE'} || 'Makefile'
187 0 0 ref $self->_top || ''
188 0 0 $self->_top->VERSION || ''
194 0 0 $self->postamble || ''

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 $$clean{'FILES'} || ()
76 0 0 0 $$realclean{'FILES'} || ()
123 0 0 0 $self->module_name || $self->name
235 0 0 0 $$self{'postamble'} ||= $self->admin->postamble