Condition Coverage

blib/lib/Monitoring/TT/Object.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
94 0 0 0 $$self{'extra_tags'}{$tag} and $$self{'tags'}{$tag}
130 0 0 0 defined $$self{$type}{$tag} and lc $$self{$type}{$tag} eq lc $val

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 $self->_has_something('conf', $tag, $val) || $self->_has_something('extra_tags', $tag, $val) || $self->_has_something('tags', $tag, $val)