Condition Coverage

lib/ExtUtils/MM_Win32.pm
Criterion Covered Total %
condition 1 51 2.0


and 3 conditions

line !l l&&!r l&&r condition
318 0 0 0 $$self{'PERL_SRC'} and $$self{'EXTRALIBS'}
417 0 0 0 -r $file and -f _
418 0 0 0 -r "$file.pl" and -f _
419 0 0 0 -r "$file.plx" and -f _
420 0 0 0 -r "$file.bat" and -f _

or 2 conditions

line l !l condition
41 0 2 $$config{'dlltool'} || 'dlltool'
58 0 0 $attribs{'DL_FUNCS'} || $$self{'DL_FUNCS'} || {}
59 0 0 $attribs{'DL_VARS'} || $$self{'DL_VARS'} || []
60 0 0 $attribs{'FUNCLIST'} || $$self{'FUNCLIST'} || []
61 0 0 $attribs{'IMPORTS'} || $$self{'IMPORTS'} || {}
153 0 0 $$self{'NOOP'} ||= 'rem'
154 0 0 $$self{'DEV_NULL'} ||= '> NUL'
182 0 0 $$self{'LD'} ||= 'link'
183 0 0 $$self{'AR'} ||= 'lib'
254 0 0 $$self{'MAXLINELENGTH'} || 800000
339 0 0 $attribs{'INST_DYNAMIC_DEP'} || ''
583 0 0 $$self{'_MAX_EXEC_LEN'} ||= 2048

or 3 conditions

line l !l&&r !l&&!r condition
156 0 0 0 $$self{'FIXIN'} ||= $$self{'PERL_CORE'} ? "\$(PERLRUN) $$self{'PERL_SRC'}/win32/bin/pl2bat.pl" : 'pl2bat.bat'
187 0 0 0 $$self{'LDLOADLIBS'} ||= $ExtUtils::MM_Win32::Config{'libs'}
197 0 0 0 $$self{'LDDLFLAGS'} ||= $ExtUtils::MM_Win32::Config{'lddlflags'}
338 0 0 0 $attribs{'OTHERLDFLAGS'} || ($BORLAND ? 'c0d32.obj' : '')