Branch Coverage

blib/lib/Bio/Phylo/Taxa/Taxon.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
96 0 10 if (not defined $datum) { }
3 7 elsif (ref $datum eq 'ARRAY') { }
5 0 elsif (&looks_like_object($datum, $DATUM_CONSTANT)) { }
129 0 6 if (not defined $node) { }
3 3 elsif (ref $node eq 'ARRAY') { }
1 0 elsif (&looks_like_object($node, $NODE_CONSTANT)) { }