Branch Coverage

blib/lib/CloudApp/REST.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
208 0 0 $$params{'type'} ? :
209 0 0 $$params{'deleted'} ? :
274 0 0 unless $$params{'name'} and $$params{'uri'}
321 0 0 unless $$params{'file'}
322 0 0 unless -f $$params{'file'}
330 0 0 ref $res eq 'ARRAY' ? :
572 0 0 unless defined $$item_attrs{$_}
608 0 0 wantarray ? :
675 0 0 $$params{'params'} ? :
677 0 0 if $$params{'noredirect'}
680 0 0 if (not exists $body{'file'}) { }
688 0 0 if (%body)
695 0 0 if (defined $method and $method)
708 0 0 if ($res->is_success) { }
0 0 elsif ($res->code == 303 or $res->code == 302) { }
711 0 0 if (not $res->content =~ /^\s*$/) { }
742 0 0 if $self->debug