Branch Coverage

Bio/DB/SwissProt.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
181 0 0 if ($format and not $format =~ /(swiss)|(fasta)/i)
185 0 0 unless $servertype
188 0 0 if ($hostlocation)
287 0 0 unless (defined $uids)
303 0 0 if (ref($uids) =~ /ARRAY/i) { }
365 0 0 if (defined $servertype and $servertype ne '')
368 0 0 unless $HOSTS{$servertype}
395 0 0 unless defined $servertype
398 0 0 if (defined $location and $location ne '')
400 0 0 unless ($hosts{$location})
425 0 0 unless (defined $location and defined $servertype)
449 0 0 if (defined $value)
450 0 0 if ($self->servertype =~ /expasy/) { }
0 0 elsif ($self->servertype =~ /ebi/) { }
451 0 0 if ($value =~ /sprot/ or $value =~ /swiss/) { }
0 0 elsif ($value =~ /^fa/) { }
460 0 0 if ($value =~ /sprot/ or $value =~ /swiss/) { }
0 0 elsif ($value =~ /^fa/) { }
513 0 0 unless exists $ID_MAPPING_DATABASES{$_}
515 0 0 ref $ids ? :
532 0 0 if ($response->is_success) { }
535 0 0 if $id_from eq 'From'