Branch Coverage

Bio/Tools/Phylo/Phylip/ProtDist.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
122 0 202 if ($#names >= 0 and $entry =~ /^\s+\d+\n$/) { }
2 200 elsif ($entry =~ /^\s+(\d+)\n$/) { }
156 44 elsif ($entry =~ s/^\s+(\-?\d+\.\d+)/$1/) { }
138 0 2 if (scalar @names != $size)
142 0 2 unless $#names >= 0