Branch Coverage

blib/lib/Bio/NEXUS/TaxUnitSet.pm
Criterion Covered Total %
branch 14 32 43.7


line true false branch
153 13 37 if lc $name eq lc $otu->get_name
192 0 0 unless $delimiter
233 4 10 if ($newname)
255 0 0 if ($names =~ /\s+$name\s+/)
300 0 1 if ($i >= scalar @seq)
423 5 0 if (ref $otus) { }
459 1 0 if (@labels == 0)
483 0 1 if (@labels == 0)
508 0 9 if (@otus1 != @otus2)
514 0 35 if ($otus1[$i]->get_name ne $otus2[$i]->get_name)
523 0 35 if (@seqs1 != @seqs2)
527 0 1160 if (ref $seqs1[$j] eq 'ARRAY') { }
3 1157 elsif ($seqs1[$j] ne $seqs2[$j]) { }
531 0 0 if ($prob1[$k] != $prob2[$k])
549 0 0 if $Bio::NEXUS::TaxUnitSet::AUTOLOAD =~ /DESTROY$/
563 0 0 if (defined $synonym_for{$Bio::NEXUS::TaxUnitSet::AUTOLOAD}) { }