| GO/Model/GraphIterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 27 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 406 | 0 | 0 | 0 | $a_pos >= 0 and $b_pos >= 0 |
| 0 | 0 | 0 | $a_pos < 0 and $b_pos < 0 |
| line | l | !l | condition |
|---|---|---|---|
| 157 | 0 | 9 | $self->sort_by || 'alphabetical' |
| 158 | 0 | 9 | $self->sort_by_list || [] |
| 210 | 0 | 491 | $self->order || 'depth' |
| 301 | 0 | 491 | $self->sort_by || 'alphabetical' |
| 302 | 0 | 491 | $self->sort_by_list || [] |
| 349 | 0 | 0 | $fmt ||= '%s' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 143 | 2 | 0 | 0 | $self->graph->get_term($acc) || confess("$acc not in graph") |
| 146 | 7 | 0 | 0 | not $self->direction or $self->direction ne 'up' |
| 215 | 486 | 0 | 5 | !$self->direction || $self->direction ne 'up' |