| blib/lib/PomBase/Chobo/OntologyData.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 103 | 93 | 1 | 7 | defined $existing_term and not $existing_term->{'is_obsolete'} |
| 169 | 76 | 0 | 5 | exists $terms_by_name->{$name} and grep {$_ == $term;} @{$$terms_by_name{$name};} |
| 182 | 79 | 2 | 0 | $existing_term_by_name and $existing_term_by_name != $term |
| line | l | !l | condition |
|---|---|---|---|
| 214 | 1 | 0 | $self->terms_by_name->{$name} // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 119 | 0 | 0 | 5 | $term->is_obsolete or $existing_term->is_obsolete |