| line |
!l |
l&&!r |
l&&r |
condition |
|
19
|
0 |
0 |
0 |
ref $_[0] and $_[0]->isa('POE::Component::Client::SOCKS') |
|
34
|
0 |
0 |
0 |
ref $_[0] and $_[0]->isa('POE::Component::Client::SOCKS') |
|
54
|
0 |
0 |
0 |
$opts{'successevent'} and $opts{'failureevent'} |
|
58
|
0 |
0 |
0 |
$opts{'remoteaddress'} and $opts{'remoteport'} |
|
66
|
0 |
0 |
0 |
$command eq 'bind' and not $opts{'remoteaddress'} =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ |
|
151
|
0 |
0 |
0 |
$args->{'successevent'} and $args->{'failureevent'} |
|
155
|
0 |
0 |
0 |
$args->{'remoteaddress'} and $args->{'remoteport'} |
|
163
|
0 |
0 |
0 |
$state eq 'bind' and not $args->{'remoteaddress'} =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ |
|
243
|
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)$/ |