Condition Coverage

blib/lib/Net/Cisco/AccessList/Extended.pm
Criterion Covered Total %
condition 41 48 85.4


and 3 conditions

line !l l&&!r l&&r condition
44 0 27 1 defined $$arg_ref{'proto'} and defined $$arg_ref{'proto_og'}
47 26 0 1 defined $$arg_ref{'src_mask'} and not defined $$arg_ref{'src_ip'}
49 25 0 1 defined $$arg_ref{'dst_mask'} and not defined $$arg_ref{'dst_ip'}
52 24 0 1 defined $$arg_ref{'src_ip'} and defined $$arg_ref{'src_og'}
54 23 0 1 defined $$arg_ref{'dst_ip'} and defined $$arg_ref{'dst_og'}
57 21 1 1 defined $$arg_ref{'src_svc_hi'} and not defined $$arg_ref{'src_svc'}
59 19 2 1 defined $$arg_ref{'src_svc'} and not defined $$arg_ref{'src_svc_op'}
61 17 3 1 defined $$arg_ref{'src_svc_op'} and defined $$arg_ref{'src_svc_og'}
64 18 1 1 defined $$arg_ref{'dst_svc_hi'} and not defined $$arg_ref{'dst_svc'}
66 16 2 1 defined $$arg_ref{'dst_svc'} and not defined $$arg_ref{'dst_svc_op'}
68 14 3 1 defined $$arg_ref{'dst_svc_op'} and defined $$arg_ref{'dst_svc_og'}
71 11 5 1 defined $$arg_ref{'icmp'} and defined $$arg_ref{'icmp_og'}
73 6 10 0 defined $$arg_ref{'icmp'} || defined $$arg_ref{'icmp_og'} and defined $$arg_ref{'src_svc_op'} || defined $$arg_ref{'src_svc_og'} || defined $$arg_ref{'dst_svc_op'} || defined $$arg_ref{'dst_svc_og'}

or 3 conditions

line l !l&&r !l&&!r condition
41 28 0 1 defined $$arg_ref{'proto'} or defined $$arg_ref{'proto_og'}
73 5 5 6 defined $$arg_ref{'icmp'} || defined $$arg_ref{'icmp_og'}
4 2 2 defined $$arg_ref{'src_svc_op'} || defined $$arg_ref{'src_svc_og'} || defined $$arg_ref{'dst_svc_op'} || defined $$arg_ref{'dst_svc_og'}