Condition Coverage

blib/lib/Alien/Build/Plugin/Download/Negotiate.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
75 12 6 0 $self->scheme eq "http" and $self->ssl
77 5 2 1 $self->bootstrap_ssl and not _has_ssl()
163 0 6 1 defined $self->prefer and ref $self->prefer eq "CODE"

or 3 conditions

line l !l&&r !l&&!r condition
75 8 0 18 $self->scheme eq "https" or $self->scheme eq "http" and $self->ssl
100 1 0 1 $ENV{'ftp_proxy'} or $ENV{'all_proxy'}