Condition Coverage

blib/lib/Farly/Rule/Optimizer.pm
Criterion Covered Total %
condition 14 27 51.8


and 3 conditions

line !l l&&!r l&&r condition
96 0 0 0 defined $action and length $action
104 0 0 0 defined $action and length $action
316 0 0 0 $rule_z->get('LINE')->number >= $rule_x->get('LINE')->number and $rule_z->get('LINE')->number <= $rule_y->get('LINE')->number

or 3 conditions

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'))