Condition Coverage

blib/lib/Monitoring/Icinga.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
140 0 0 0 defined $target and $target eq 'host' || $target eq 'service'
353 0 0 0 defined $target and $target eq 'host' || $target eq 'service'
371 0 0 0 $target eq 'host' and not $state =~ /^[012]$/
375 0 0 0 $target eq 'service' and not $state =~ /^[0123]$/

or 2 conditions

line l !l condition
91 0 0 $args{'BaseURL'} || 'http://localhost/icinga-web/web/api'
93 0 0 $args{'ssl_verify_hostname'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
140 0 0 0 $target eq 'host' || $target eq 'service'
353 0 0 0 $target eq 'host' || $target eq 'service'