Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 $self->{'IMPORTS'} and %{$self->{'IMPORTS'};}
87 0 0 0 $self->{'IMPORTS'} and %{$self->{'IMPORTS'};}
103 0 0 0 -x $file and not -d _
104 0 0 0 -x "$file.exe" and not -d _
105 0 0 0 -x "$file.cmd" and not -d _

or 2 conditions

line l !l condition
45 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"
118 0 0 $self->{'PERL_ARCHIVEDEP'} ||= ""

or 3 conditions

line l !l&&r !l&&!r condition
56 0 0 0 -d "tmp_imp" or mkdir "tmp_imp", 511