line |
l |
!l&&r |
!l&&!r |
condition |
125
|
47 |
3 |
10 |
$a->get('DST_IP')->compare($b->get('DST_IP')) or $a->get('SRC_IP')->compare($b->get('SRC_IP')) |
|
50 |
5 |
5 |
$a->get('DST_IP')->compare($b->get('DST_IP')) or $a->get('SRC_IP')->compare($b->get('SRC_IP')) or $a->get('DST_PORT')->compare($b->get('DST_PORT')) |
|
8 |
0 |
5 |
$a->get('DST_IP')->compare($b->get('DST_IP')) or $a->get('SRC_IP')->compare($b->get('SRC_IP')) or $a->get('DST_PORT')->compare($b->get('DST_PORT')) or $a->get('SRC_PORT')->compare($b->get('SRC_PORT')) |
144
|
6 |
0 |
7 |
$a->get('DST_IP')->compare($b->get('DST_IP')) or $a->get('SRC_IP')->compare($b->get('SRC_IP')) |
|
6 |
4 |
3 |
$a->get('DST_IP')->compare($b->get('DST_IP')) or $a->get('SRC_IP')->compare($b->get('SRC_IP')) or $a->get('ICMP_TYPE')->compare($b->get('ICMP_TYPE')) |
190
|
0 |
0 |
1 |
$a->get('DST_IP')->compare($b->get('DST_IP')) or $a->get('SRC_IP')->compare($b->get('SRC_IP')) |