Condition Coverage

blib/lib/Suricata/Ping.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
200 0 0 0 ref $$parsed_config{$opts{'section'}}[$interfaces_int] eq "HASH" and defined $$parsed_config{$opts{'section'}}[$interfaces_int]{'interface'}
0 0 0 ref $$parsed_config{$opts{'section'}}[$interfaces_int] eq "HASH" and defined $$parsed_config{$opts{'section'}}[$interfaces_int]{'interface'} and ref $$parsed_config{$opts{'section'}}[$interfaces_int]{'interface'} eq ""

or 3 conditions

line l !l&&r !l&&!r condition
82 0 0 0 $opts{'ip'} =~ /^$Suricata::Ping::IPv4_re$/ || $opts{'ip'} =~ /^$Suricata::Ping::IPv6_re$/