Condition Coverage

Bio/Ontology/Term.pm
Criterion Covered Total %
condition 3 22 13.6


and 3 conditions

line !l l&&!r l&&r condition
549 0 0 503 ref $dbxref and $dbxref->isa('Bio::Annotation::DBLink')
605 0 0 0 $self->{'_dblinks'}{$context} and grep {$_->display_text eq $value;} @{$$self{'_dblinks'}{$context};}
670 2559 0 0 $context and $context eq 'all'
711 0 0 0 ref $reference and $reference->isa('Bio::AnnotationI')
810 0 0 0 not $value =~ /\D/ and $value == 1 || $value == 0

or 2 conditions

line l !l condition
546 0 809 $context ||= '_default'
604 0 0 $context ||= '_default'

or 3 conditions

line l !l&&r !l&&!r condition
810 0 0 0 $value == 1 || $value == 0