Condition Coverage

blib/lib/Monitoring/TT.pm
Criterion Covered Total %
condition 2 36 5.5


and 3 conditions

line !l l&&!r l&&r condition
85 0 0 0 -e $self->{'out'} and not $self->{'opt'}{'force'}
205 0 0 0 defined $self->{'opt'}{'templatefilter'} and not $file =~ /$self->{'opt'}{'templatefilter'}/mx
254 0 0 0 defined $typefilter and not join(',', values %{$o;}) =~ /$typefilter/mx
274 0 0 0 defined $self->{'opt'}{'templatefilter'} and not $file =~ /$self->{'opt'}{'templatefilter'}/mx
336 0 0 0 defined $self->{'opt'}{'templatefilter'} and not $t =~ /$self->{'opt'}{'templatefilter'}/mx
361 0 0 0 defined $appdirs and scalar @{$appdirs;} > 0
369 0 0 0 defined $self->{'opt'}{'templatefilter'} and not $t =~ /$self->{'opt'}{'templatefilter'}/mx
403 0 0 0 not -d $dir and $dir =~ /$pattern/mx
643 0 0 0 defined $lines->[$x] and $lines->[$x] =~ /SRC\s+(.*):(\d+)/mx
668 0 0 0 $o->{'type'} and $o->{'type'} ne 'contact'

or 3 conditions

line l !l&&r !l&&!r condition
575 0 3 0 $1 eq 'service' or $1 eq 'host'
3 0 0 $1 eq 'service' or $1 eq 'host' or $1 eq 'contact'