| blib/lib/Bio/Phylo/Parsers/Adjacency.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 1 | 0 | if ($ns) |
| 48 | 2 | 4 | unless (scalar(keys %node_for_id) % 1000) |
| 54 | 1 | 5 | unless (@header) |
| 57 | 1 | 3 | if ($col =~ /^node:(.+)$/) |
| 77 | 4 | 1 | if (my $parent = $node_for_id{$pname}) |
| 82 | 5 | 0 | if (defined $record{'length'}) |
| 89 | 5 | 0 | if ($value) |
| 91 | 5 | 0 | if ($predicate =~ /^(.+)?:.+$/) |
| 93 | 5 | 0 | if (my $ns = $Bio::Phylo::Util::CONSTANT::NS->{$prefix}) { } |