perllib/Arch/LiteWeb.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 31 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | $use_proxy and not $proxy_host |
0 | 0 | 0 | $use_proxy and not $proxy_host and defined $ENV{'http_proxy'} | |
86 | 0 | 0 | 0 | $ENV{'DEBUG'} and ("$ENV{'DEBUG'}" & "\cB") ne "\000" |
line | l | !l | condition |
---|---|---|---|
42 | 0 | 0 | $2 || 80 |
43 | 0 | 0 | $3 || '/' |
68 | 0 | 0 | $args{'proxy_host'} || '' |
69 | 0 | 0 | $args{'proxy_port'} || 80 |
74 | 0 | 0 | $args{'endl'} || "\r\n" |
75 | 0 | 0 | $args{'timeout'} || 20 |
76 | 0 | 0 | $args{'user_agent'} || 'Arch::LiteWeb/0.1' |
77 | 0 | 0 | $args{'max_redirect_depth'} || 5 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
148 | 0 | 0 | 0 | $rc == 301 or $rc == 302 |
184 | 0 | 0 | 0 | $$self{'network_error'} || $$self{'response_error'} |