line |
!l |
l&&!r |
l&&r |
condition |
111
|
0 |
0 |
0 |
$proxy =~ m[^socks://(.*?):(\d+)] and not $HAS_LWP_PROTOCOL_SOCKS |
164
|
0 |
0 |
0 |
ref $ua and $ua->isa('LWP::UserAgent') |
|
0 |
0 |
0 |
ref $ua and $ua->isa('LWP::UserAgent') and $ua->can('post') |
172
|
0 |
0 |
0 |
exists $$class{'http_proxy'} and defined $$class{'http_proxy'} |
182
|
0 |
0 |
0 |
ref $cookie_jar and $cookie_jar->isa('HTTP::Cookies') |
226
|
0 |
0 |
0 |
defined $call and ref($call) =~ /HASH/ |
|
0 |
0 |
0 |
defined $call and ref($call) =~ /HASH/ and defined $$call{'operation'} |
|
0 |
0 |
0 |
defined $call and ref($call) =~ /HASH/ and defined $$call{'operation'} and defined $$call{'arguments'} |