| blib/lib/Mojo/UserAgent/Proxy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 16 | 81.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 938 | 0 | 7 | $http and $proto eq "http" |
| 34 | 945 | 0 | 0 | $https and $proto eq "https" |
| line | l | !l | condition |
|---|---|---|---|
| 12 | 1 | 2 | $ENV{'NO_PROXY'} || $ENV{'no_proxy'} || '' |
| 16 | 13 | 943 | $_[0]->not // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 10 | 1 | 1 | 2 | $ENV{'HTTP_PROXY'} || $ENV{'http_proxy'} |
| 11 | 1 | 1 | 2 | $ENV{'HTTPS_PROXY'} || $ENV{'https_proxy'} |