Condition Coverage

Bio/Ontology/OBOEngine.pm
Criterion Covered Total %
condition 10 21 47.6


and 2 conditions

line l !l condition
823 0 1 $matching_terms{$term->identifier} = $term and next
852 0 1 $matching_terms{$term->identifier} = $term and next
883 0 7 $matching_terms{$term->identifier} = $term and next

and 3 conditions

line !l l&&!r l&&r condition
817 0 0 1 defined $qterm and $qterm->isa('Bio::Ontology::TermI')
844 0 0 1 defined $qterm and $qterm->isa('Bio::Ontology::TermI')
874 0 0 1 defined $qterm and $qterm->isa('Bio::Ontology::TermI')

or 3 conditions

line l !l&&r !l&&!r condition
883 7 0 1274 $string =~ /\Q$qstring\E/ or $qstring =~ /\Q$string\E/
989 6936 2043 0 $term->isa('Bio::Ontology::OBOterm') or $id =~ /^\w+:\w+$/