| blib/lib/PomBase/Chobo/ParseOBO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 20 | 70.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 75 | 6 | 0 | $current->{'is_obsolete'} and $current->{'is_relationshiptype'} |
| 138 | 63 | 0 | 3 | $seen_synonym and lc $seen_synonym->{'scope'} eq "exact" |
| 254 | 0 | 192 | 294 | defined $field_conf->{'type'} and $field_conf->{'type'} eq 'SINGLE' || $field_conf->{'type'} eq 'SINGLE_HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 102 | 8 | 73 | $current->{'relationship'} //= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 110 | 33 | 7 | 0 | $metadata_ref->{'default-namespace'} // $metadata_ref->{'ontology'} |
| 7 | 0 | 0 | ($metadata_ref->{'default-namespace'} // $metadata_ref->{'ontology'}) // $current->{'source_file'} . '::' . $current->{'id'} =~ s/:.*//r | |
| 254 | 237 | 57 | 192 | $field_conf->{'type'} eq 'SINGLE' || $field_conf->{'type'} eq 'SINGLE_HASH' |