Branch Coverage

blib/lib/Bio/Phylo/Parsers/Adjacency.pm
Criterion Covered Total %
branch 13 18 72.2


line true false branch
43 1 0 if ($ns)
49 2 4 unless (scalar(keys %node_for_id) % 1000)
55 1 5 unless (@header)
58 1 3 if ($col =~ /^node:(.+)$/)
78 4 1 if (my $parent = $node_for_id{$pname})
83 5 0 if (defined $record{'length'})
90 5 0 if ($value)
92 5 0 if ($predicate =~ /^(.+)?:.+$/)
94 5 0 if (my $ns = $Bio::Phylo::Util::CONSTANT::NS->{$prefix}) { }