| blib/lib/Plient/Handler/HTTPLite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 32 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 0 | $args and $$args{'content_type'} |
| 0 | 0 | 0 | $args and $$args{'content_type'} and $$args{'content_type'} =~ /form-data/ | |
| 24 | 0 | 0 | 0 | $ENV{'http_proxy'} and $ENV{'http_proxy'} =~ /@/ |
| 84 | 0 | 0 | 0 | $$args{'user'} and defined $$args{'password'} |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 0 | 0 | $http->request($uri) || '' |
| 62 | 0 | 0 | $http->request($uri) || '' |
| 79 | 0 | 0 | $$args{'headers'} || {} |
| 85 | 0 | 0 | lc $$args{'auth_method'} || 'basic' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 0 | 0 | 0 | $res == 200 or $res == 301 |
| 0 | 0 | 0 | $res == 200 or $res == 301 or $res == 302 | |
| 63 | 0 | 0 | 0 | $res == 200 or $res == 301 |
| 0 | 0 | 0 | $res == 200 or $res == 301 or $res == 302 |