Condition Coverage

lib/ExtUtils/MM_Cygwin.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
148 0 0 0 $ExtUtils::MM_Cygwin::Config{'myarchname'} eq "i686-cygwin" and not exists $ENV{'CYGPORT_PACKAGE_VERSION'}
168 0 0 0 $ExtUtils::MM_Cygwin::Config{'myarchname'} eq "i686-cygwin" and not exists $ENV{'CYGPORT_PACKAGE_VERSION'}

or 2 conditions

line l !l condition
96 0 0 "$ExtUtils::MM_Cygwin::Config{'libperl'}" || 'libperl.a'
99 0 0 $self->{'PERL_ARCHIVEDEP'} ||= ""
100 0 0 $self->{'PERL_ARCHIVE_AFTER'} ||= ""
101 0 0 $self->{'EXPORT_LIST'} ||= ""

or 3 conditions

line l !l&&r !l&&!r condition
109 0 0 0 $self->{'LDLOADLIBS'} ||= $ExtUtils::MM_Cygwin::Config{'perllibs'}