Branch Coverage

blib/lib/Rubric/EntryTag.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
50 17 1 unless defined $self->{'tag_value'} and length $self->{'tag_value'}
64 0 1 unless $tags and my(@tags) = @$tags
67 1 0 if grep {$_ eq "\@private";} @tags
92 10 13 unless $tags
93 12 1 if ref $tags eq "HASH"
94 0 13 unless my(@tags) = @$tags
97 1 12 if grep {$_ eq "\@private";} @tags