| Bio/Annotation/OntologyTerm.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 141 | 0 | 12 | if ($term) { } |
| 144 | 12 | 0 | if $name or $label |
| 145 | 10 | 2 | if $identifier |
| 146 | 0 | 12 | if $definition |
| 148 | 12 | 0 | if $ont or $tag |
| 200 | 0 | 0 | if ref $cb ne 'CODE' |
| 249 | 0 | 32 | if @_ |
| 252 | 32 | 0 | ref $ont ? : |
| 276 | 0 | 92 | if (defined $value) |
| 279 | 12 | 80 | unless (exists $self->{'term'}) |