Bio/DB/DBFetch.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 15 | 6.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
247 | 1 | 0 | 0 | $value and defined $self->formatmap->{$value} |
269 | 0 | 0 | 0 | defined $servertype and $servertype ne '' |
296 | 0 | 0 | 0 | defined $location and $location ne '' |
323 | 0 | 0 | 0 | defined $location and defined $servertype |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 0 | 0 | 0 | $format ||= $self->default_format |