Condition Coverage

blib/lib/CPAN/Uploader.pm
Criterion Covered Total %
condition 2 40 5.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
238 1 0 5 $_ and not $_ =~ /^\s*#/
257 0 0 0 $^O eq 'MSWin32' && "$]" < 5.016
260 0 0 0 -e $filename and -r _
274 0 0 0 defined $conf{'user'} and $conf{'user'} =~ /\s$/
276 0 0 0 defined $conf{'user'} and $conf{'user'} =~ /\s/

or 2 conditions

line l !l condition
71 0 0 $self->{'retries'} || 0
96 0 0 $class->VERSION // "dev"

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")
257 0 0 0 $ENV{'HOME'} || $ENV{'USERPROFILE'}