blib/lib/HTTP/Any/AnyEvent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 49 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 0 | 0 | $opt->{'compressed'} || $opt->{'gzip'} and $content_encoding |
92 | 0 | 0 | 0 | $headers_got and $max_size |
0 | 0 | 0 | $headers_got and $max_size and $body_from_on_body_length > $max_size | |
95 | 0 | 0 | 0 | $headers_got and $on_body |
139 | 0 | 0 | 0 | $body and $opt->{'compressed'} || $opt->{'gzip'} |
0 | 0 | 0 | $body and $opt->{'compressed'} || $opt->{'gzip'} and $content_encoding | |
160 | 0 | 0 | 0 | $status >= 200 && $status < 300 |
line | l | !l | condition |
---|---|---|---|
10 | 0 | 0 | $opt->{'method'} || 'GET' |
111 | 0 | 0 | $args{'headers'}{'Content-Type'} ||= "application/x-www-form-urlencoded" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
18 | 0 | 0 | 0 | $opt->{'compressed'} or $opt->{'gzip'} |
61 | 0 | 0 | 0 | $max_size or $on_header |
0 | 0 | 0 | $max_size or $on_header or $on_body | |
73 | 0 | 0 | 0 | $opt->{'compressed'} || $opt->{'gzip'} |
98 | 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'} |
140 | 0 | 0 | 0 | $content_encoding eq "deflate" or $content_encoding eq "gzip" |
143 | 0 | 0 | 0 | $status == Compress::Raw::Zlib::Z_OK() or $status == Compress::Raw::Zlib::Z_STREAM_END() |