| Bio/SeqIO/gbdriver.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 46 | 54.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 237 | 31 | 4457 | 25 | $ann and $ann eq 'ORIGIN' |
| 263 | 505 | 31 | 914 | $annkey eq 'DATA' and $seqdata |
| 302 | 0 | 1322 | 3136 | $seqdata && $seqdata->{'NAME'} eq 'FEATURES' |
| 323 | 0 | 0 | 0 | $ann and $ann eq 'ORIGIN' |
| 349 | 0 | 0 | 0 | $annkey eq 'DATA' and $seqdata |
| 375 | 0 | 0 | 0 | $seqdata && $seqdata->{'NAME'} eq 'FEATURES' |
| 408 | 0 | 0 | 23 | ref $handler and $handler->isa('Bio::HandlerBaseI') |
| line | l | !l | condition |
|---|---|---|---|
| 256 | 1022 | 428 | $1 || '' |
| 342 | 0 | 0 | $1 || '' |
| 439 | 1667 | 57 | $qualdata ||= '' |
| 449 | 853 | 5 | $delim . $qualdata || '' |
| 2047 | 57 | $qualdata || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 248 | 1420 | 30 | 3063 | $line =~ /^(\s{0,5})(\w+)\s+(.*)$/ox or $endrec |
| 258 | 428 | 517 | 505 | $len == 0 || $len > 4 |
| 334 | 0 | 0 | 0 | $line =~ /^(\s{0,5})(\w+)\s+(.*)$/ox or $endrec |
| 344 | 0 | 0 | 0 | $len == 0 || $len > 4 |
| 444 | 740 | 0 | 2396 | $qual eq 'translation' || exists $FTQUAL_NO_QUOTE{$qual} |