Branch Coverage

blib/lib/Git/Database/Object/Tag.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
24 7 112 if not $self->has_digest || $self->has_content || $self->has_tag_info
46 14 45 unless ($self->has_content)
48 0 7 if exists $attr->{'tag_info'}
50 7 0 if (exists $attr->{'content'}) { }
64 52 156 if ($key eq 'tagger') { }
87 35 16 unless ($self->has_tag_info)
89 21 0 if exists $attr->{'content'}
91 0 0 if (exists $attr->{'tag_info'}) { }