Branch Coverage

blib/lib/HTTP/Size.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
100 0 0 unless (ref $url eq 'URI')
104 0 0 unless ($url->scheme)
112 0 0 unless ($method)
120 0 0 unless (not $method and $response->is_success and $size)
126 0 0 if (not $response->is_success) { }
0 0 elsif (not $response->content_length) { }
0 0 elsif ($response->content_length) { }
188 0 0 unless ($size and $HTTP::Size::CONTENT_TYPE eq 'text/html')
189 0 0 wantarray ? :
209 0 0 wantarray ? :