blib/lib/HTTP/Size.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 16 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
123 | 1 | 2 | 2 | not $method and $response->is_success |
3 | 0 | 2 | not $method and $response->is_success and $size | |
129 | 0 | 1 | 0 | do { $response->content_length } && do { $size = $response->content_length } |
191 | 0 | 0 | 1 | $size and $HTTP::Size::CONTENT_TYPE eq 'text/html' |
line | l | !l | condition |
---|---|---|---|
100 | 1 | 6 | shift() || 0 |
204 | 1 | 0 | get_size($img) || 0 |