Condition Coverage

blib/lib/PomBase/Chobo/ParseOBO.pm
Criterion Covered Total %
condition 14 20 70.0


and 3 conditions

line !l l&&!r l&&r condition
62 68 4 0 $current->{'is_obsolete'} and $current->{'is_relationshiptype'}
113 58 0 2 $seen_synonym and lc $seen_synonym->{'scope'} eq "exact"
229 0 182 260 defined $field_conf->{'type'} and $field_conf->{'type'} eq 'SINGLE' || $field_conf->{'type'} eq 'SINGLE_HASH'

or 2 conditions

line l !l condition
77 8 64 $current->{'relationship'} //= []

or 3 conditions

line l !l&&r !l&&!r condition
85 29 5 0 $metadata_ref->{'default-namespace'} // $metadata_ref->{'ontology'}
5 0 0 ($metadata_ref->{'default-namespace'} // $metadata_ref->{'ontology'}) // $current->{'source_file'} . "::" . $current->{'id'} =~ s/:.*//r
229 210 50 182 $field_conf->{'type'} eq 'SINGLE' || $field_conf->{'type'} eq 'SINGLE_HASH'