Condition Coverage

blib/lib/LWP/Protocol/AnyEvent/http.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 defined $ssl_opts{'SSL_verifycn_scheme'} and $ssl_opts{'SSL_verifycn_scheme'} eq 'www'
42 0 0 0 $tls_ctx{'verify'} and not exists $tls_ctx{'ca_file'} || exists $tls_ctx{'ca_path'}

or 2 conditions

line l !l condition
37 0 0 $tls_ctx{'verify'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
42 0 0 0 exists $tls_ctx{'ca_file'} || exists $tls_ctx{'ca_path'}