Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
51 0 0 0 $arg and ref $self
179 0 0 0 -e $filename and -r _
193 0 0 0 $_ and not $_ =~ /^\s*#/

or 2 conditions

line l !l condition
176 0 0 'File::HomeDir'->my_home || '.'

or 3 conditions

line l !l&&r !l&&!r condition
55 0 0 0 ref $self or $arg
75 0 0 0 ref $self || $self
94 0 0 0 $$self{'upload_uri'} || $UPLOAD_URI
154 0 0 0 $$arg{$_} or Carp::croak("missing $_ argument")