blib/lib/Net/Cisco/ObjectGroup/ICMP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 2 | 2 | 1 | defined $$arg_ref{'group_object'} and defined $$arg_ref{'icmp_type'} |
31 | 2 | 1 | 1 | defined $$arg_ref{'group_object'} and not UNIVERSAL::isa($$arg_ref{'group_object'}, 'Net::Cisco::ObjectGroup::ICMP') |
36 | 1 | 0 | 2 | defined $$arg_ref{'icmp_type'} and defined 'Net::Cisco::ObjectGroup::ICMP'->__dict |
1 | 1 | 1 | defined $$arg_ref{'icmp_type'} and defined 'Net::Cisco::ObjectGroup::ICMP'->__dict and exists 'Net::Cisco::ObjectGroup::ICMP'->__dict->{$$arg_ref{'icmp_type'}} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 3 | 0 | 3 | defined $$arg_ref{'group_object'} or defined $$arg_ref{'icmp_type'} |