blib/lib/HTTP/Any/LWP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 0 | 0 | 0 | $opt->{'compressed'} || $opt->{'gzip'} and $content_encoding |
139 | 0 | 0 | 0 | $res->content and $opt->{'compressed'} || $opt->{'gzip'} |
0 | 0 | 0 | $res->content and $opt->{'compressed'} || $opt->{'gzip'} and $content_encoding | |
0 | 0 | 0 | $res->content and $opt->{'compressed'} || $opt->{'gzip'} and $content_encoding and $content_encoding eq 'deflate' || $content_encoding eq 'gzip' |
line | l | !l | condition |
---|---|---|---|
38 | 0 | 0 | $opt->{'method'} || 'GET' |
88 | 0 | 0 | $res->is_success || 0 |
121 | 0 | 0 | $res->is_success || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 0 | 0 | $opt->{'compressed'} or $opt->{'gzip'} |
66 | 0 | 0 | 0 | $on_header or $on_body |
80 | 0 | 0 | 0 | $opt->{'compressed'} || $opt->{'gzip'} |
100 | 0 | 0 | 0 | $status == Compress::Raw::Zlib::Z_OK() or $status == Compress::Raw::Zlib::Z_STREAM_END() |
139 | 0 | 0 | 0 | $opt->{'compressed'} || $opt->{'gzip'} |
0 | 0 | 0 | $content_encoding eq 'deflate' || $content_encoding eq 'gzip' | |
142 | 0 | 0 | 0 | $status == Compress::Raw::Zlib::Z_OK() or $status == Compress::Raw::Zlib::Z_STREAM_END() |