Condition Coverage

blib/lib/Suricata/Monitoring.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
130 0 0 0 $args{'mode'} ne "librenms" and $args{'mode'} ne "nagios"
0 0 0 defined $args{'mode'} and ($args{'mode'} ne "librenms" and $args{'mode'} ne "nagios")
142 0 0 0 defined $args{'files'} && defined keys %{$args{'files'};}
243 0 0 0 $process_it and defined $line
257 0 0 0 $process_it and defined $json->{'event_type'}
0 0 0 $process_it and defined $json->{'event_type'} and $json->{'event_type'} eq "stats"

or 3 conditions

line l !l&&r !l&&!r condition
274 0 0 0 $found or $process_it