Branch Coverage

blib/lib/Tags/HTML/CPAN/Changes.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
50 2 13 unless (defined $changes and builtin::blessed($changes) and $changes->isa("CPAN::Changes"))
57 1 12 if ("CPAN::Version"->vlt($changes->VERSION, "0.500002"))
72 1 9 unless (exists $self->{'_changes'})
80 2 7 if ($self->{'_changes'}->preamble ne "")
89 3 5 if (defined $changes_rel->date)
92 1 7 if (defined $changes_rel->note)
107 2 7 if (defined $entry->text and $entry->text ne "")
108 1 1 if (@{$entry->entries;}) { }
149 1 2 unless (exists $self->{'_changes'})