Branch Coverage

blib/lib/Monitoring/TT/Object.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
36 0 0 unless defined &$obj
39 0 0 unless defined $current_object->{'montt'}{$type . 'spossible_tags'}
69 0 0 if exists $self->{'tags'}
82 0 0 if exists $self->{'extra_tags'}
95 0 0 if $val
98 0 0 if ($self->{'extra_tags'}{$tag} and $self->{'tags'}{$tag})
100 0 0 ref $self->{'tags'}{$tag} eq 'ARRAY' ? :
103 0 0 if $self->{'extra_tags'}{$tag}
104 0 0 if $self->{'tags'}{$tag}
105 0 0 if $self->{'conf'}{$tag}
126 0 0 unless exists $self->{$type}
128 0 0 unless exists $self->{$type}{$tag}
129 0 0 if (defined $val) { }
132 0 0 if (ref $tags eq 'ARRAY') { }
134 0 0 if lc $a eq $val
137 0 0 if lc $tags eq $val
140 0 0 if exists $self->{$type}{$tag}
149 0 0 unless defined $val
150 0 0 unless defined $self->{$type}{$tag}
151 0 0 if (ref $self->{$type}{$tag} ne 'ARRAY') { }