| blib/lib/LWP/Protocol/AnyEvent/http.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 14 | 14.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 0 | 0 | 0 | defined $ssl_opts{'SSL_verifycn_scheme'} and $ssl_opts{'SSL_verifycn_scheme'} eq 'www' |
| 48 | 0 | 0 | 0 | $tls_ctx{'verify'} and not exists $tls_ctx{'ca_file'} || exists $tls_ctx{'ca_path'} |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 0 | 0 | $tls_ctx{'verify'} ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | exists $tls_ctx{'ca_file'} || exists $tls_ctx{'ca_path'} |
| 137 | 1 | 15 | 0 | $proxy || $url |