Branch Coverage

Bio/Tree/NodeNHX.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
122 0 549 if (defined $self->{'_desc'} and ref($self->{'_desc'}) =~ /ARRAY/i)
137 2269 223 if (scalar @tags > 0)
143 1314 1178 defined $self->id ? :
2408 84 defined $self->branch_length ? :
165 478 72 if (defined $tags and ref($tags) =~ /HASH/i) { }
0 144 elsif (defined $tags and not ref $tags) { }
167 0 778 if (ref($val) =~ /ARRAY/i) { }
175 135 343 if (exists $tags->{'B'})