Condition Coverage

Bio/DB/SwissProt.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
181 0 0 0 $format and not $format =~ /(swiss)|(fasta)/i
365 0 0 0 defined $servertype and $servertype ne ''
398 0 0 0 defined $location and $location ne ''
425 0 0 0 defined $location and defined $servertype

or 2 conditions

line l !l condition
300 0 0 $HOSTS{$self->servertype}{'jointype'} || ' '
301 0 0 $HOSTS{$self->servertype}{'idvar'} || 'id'

or 3 conditions

line l !l&&r !l&&!r condition
377 0 0 0 $self->{'_servertype'} || $DEFAULTSERVERTYPE
451 0 0 0 $value =~ /sprot/ or $value =~ /swiss/
460 0 0 0 $value =~ /sprot/ or $value =~ /swiss/