Bio/DB/SwissProt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
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 |
line | l | !l | condition |
---|---|---|---|
300 | 0 | 0 | $HOSTS{$self->servertype}{'jointype'} || ' ' |
301 | 0 | 0 | $HOSTS{$self->servertype}{'idvar'} || 'id' |
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/ |