line |
!l |
l&&!r |
l&&r |
condition |
20
|
0 |
0 |
0 |
ref $_[0] and $_[0]->isa('POE::Component::Client::SOCKS') |
35
|
0 |
0 |
0 |
ref $_[0] and $_[0]->isa('POE::Component::Client::SOCKS') |
55
|
0 |
0 |
0 |
$opts{'successevent'} and $opts{'failureevent'} |
59
|
0 |
0 |
0 |
$opts{'remoteaddress'} and $opts{'remoteport'} |
67
|
0 |
0 |
0 |
$command eq 'bind' and not $opts{'remoteaddress'} =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ |
152
|
0 |
0 |
0 |
$$args{'successevent'} and $$args{'failureevent'} |
156
|
0 |
0 |
0 |
$$args{'remoteaddress'} and $$args{'remoteport'} |
164
|
0 |
0 |
0 |
$state eq 'bind' and not $$args{'remoteaddress'} =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ |
244
|
0 |
0 |
0 |
scalar @resp == 4 and $resp[0] eq '0' |
|
0 |
0 |
0 |
scalar @resp == 4 and $resp[0] eq '0' and $resp[1] =~ /^(90|91|92|93)$/ |