blib/lib/Bio/Phylo/Parsers/Fastq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 22 | 63.6 |
line | true | false | branch |
---|---|---|---|
50 | 0 | 1 | unless my $type = $self->_args->{'-type'} |
53 | 0 | 1 | unless $self->_flush |
61 | 584 | 1752 | if ($line =~ /^\@(.+)$/ and not $readphred) { } |
584 | 1168 | elsif ($line =~ /^\+/ and not $readphred) { } | |
584 | 584 | elsif ($readseq) { } | |
584 | 0 | elsif ($readphred) { } | |
65 | 583 | 0 | if ($id and $seq and $phred) |
101 | 584 | 0 | if (length $phred == length $seq) |
118 | 1 | 0 | $self->_flush ? : |
138 | 584 | 0 | if $sh |
139 | 0 | 584 | unless $self->_flush |