line |
l |
!l&&r |
!l&&!r |
condition |
387
|
0 |
0 |
0 |
$msg_engine_boots < 0 or $msg_engine_boots > 2147483647 |
399
|
0 |
0 |
0 |
$msg_engine_time < 0 or $msg_engine_time > 2147483647 |
509
|
0 |
0 |
0 |
$$this{'_priv_protocol'} eq PRIV_PROTOCOL_AESCFB128() or $$this{'_priv_protocol'} eq PRIV_PROTOCOL_DRAFT_AESCFB192() |
|
0 |
0 |
0 |
$$this{'_priv_protocol'} eq PRIV_PROTOCOL_AESCFB128() or $$this{'_priv_protocol'} eq PRIV_PROTOCOL_DRAFT_AESCFB192() or $$this{'_priv_protocol'} eq PRIV_PROTOCOL_DRAFT_AESCFB256() |
634
|
0 |
0 |
0 |
$len < 5 or $len > 32 |
853
|
0 |
0 |
2 |
$priv_proto eq PRIV_PROTOCOL_AESCFB128() or $priv_proto eq PRIV_PROTOCOL_DRAFT_AESCFB192() |
|
0 |
0 |
2 |
$priv_proto eq PRIV_PROTOCOL_AESCFB128() or $priv_proto eq PRIV_PROTOCOL_DRAFT_AESCFB192() or $priv_proto eq PRIV_PROTOCOL_DRAFT_AESCFB256() |
943
|
4 |
0 |
2 |
defined $$this{'_auth_key'} or defined $$this{'_auth_password'} |
944
|
0 |
0 |
0 |
defined $$this{'_priv_key'} or defined $$this{'_priv_password'} |
991
|
0 |
0 |
2 |
length $engine_id < 5 or length $engine_id > 32 |
1016
|
2 |
0 |
0 |
$msg_boots > $this->_engine_boots or $msg_boots == $this->_engine_boots and $msg_time > $$this{'_latest_engine_time'} |
1080
|
0 |
0 |
0 |
$msg_time < $engine_time - 150 or $msg_time > $engine_time + 150 |
1236
|
0 |
0 |
2 |
not defined $msglen or $msglen > $_[1]->length |
1662
|
0 |
0 |
2 |
$$this{'_priv_protocol'} eq PRIV_PROTOCOL_DRAFT_AESCFB192() or $$this{'_priv_protocol'} eq PRIV_PROTOCOL_DRAFT_AESCFB256() |