Condition Coverage

lib/ExtUtils/MM_OS2.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 $$self{'IMPORTS'} and %{$$self{'IMPORTS'};}
97 0 0 0 $$self{'IMPORTS'} and %{$$self{'IMPORTS'};}
117 0 0 0 -x $file and not -d _
118 0 0 0 -x "$file.exe" and not -d _
119 0 0 0 -x "$file.cmd" and not -d _

or 2 conditions

line l !l condition
43 0 0 $$self{'TO_UNIX'} ||= "\$(NOECHO) \$(TEST_F) tmp.zip && \$(RM_F) tmp.zip; \$(ZIP) -ll -mr tmp.zip \$(DISTVNAME) && unzip -o tmp.zip && \$(RM_F) tmp.zip\n"
53 0 0 $attribs{'DL_FUNCS'} || $$self{'DL_FUNCS'} || {}
54 0 0 $attribs{'DL_VARS'} || $$self{'DL_VARS'} || []
55 0 0 $attribs{'FUNCLIST'} || $$self{'FUNCLIST'} || []
56 0 0 $attribs{'IMPORTS'} || $$self{'IMPORTS'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
76 0 0 0 -d 'tmp_imp' or mkdir 'tmp_imp', 511