Condition Coverage

blib/lib/CPAN/Uploader.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
51 0 0 0 $arg and ref $self
80 0 0 0 $tries and $try < $tries
231 0 0 0 $^O eq 'MSWin32' && "$]" < 5.016
234 0 0 0 -e $filename and -r _
253 0 0 0 $_ and not $_ =~ /^\s*#/
263 0 0 0 defined $conf{'user'} and $conf{'user'} =~ /\s$/
265 0 0 0 defined $conf{'user'} and $conf{'user'} =~ /\s/

or 2 conditions

line l !l condition
71 0 0 $self->{'retries'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 ref $self or $arg
95 0 0 0 ref $self || $self
116 0 0 0 $self->{'upload_uri'} || $UPLOAD_URI
207 0 0 0 $arg->{$_} or Carp::croak("missing $_ argument")
231 0 0 0 $ENV{'HOME'} || $ENV{'USERPROFILE'}