Branch Coverage

Bio/TreeIO/lintree.pm
Criterion Covered Total %
branch 24 30 80.0


line true false branch
168 9 366 if (/^\s*(\d+)\s+sequences/ox) { }
117 249 elsif (/^(\d+)\s+(\S+)\s*$/ox) { }
207 42 elsif (/^\s*(\d+)\s+and\s+(\d+)\s+(\-?\d+\.\d+)(?:\s+(\d+))?/ox) { }
0 42 elsif (/\s+(\S+)\-distance was used\./ox) { }
6 36 elsif (/\s*seed=(\d+)/ox) { }
3 33 elsif (/^outgroup:\s+(\d+)\s+(\S+)/ox) { }
169 0 9 if ($seentop)
177 9 108 unless (defined $data{'outgroup'})
199 9 3 if (@nodes)
207 117 99 unless $n->{'-d'}
212 9 0 if ($data{'outgroup'})
214 0 9 if (not defined $outgroup) { }
240 9 12 if (defined $value)
242 0 9 if ($@)
246 0 9 unless ($a->isa('Bio::Tree::NodeI'))