Condition Coverage

blib/lib/BioX/Seq/Stream/FASTQ.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
73 4 0 2 length $qual < $seq_len and defined(my $line = readline $fh)

or 2 conditions

line l !l condition
57 4 0 readline $fh // die("Bad or missing FASTQ sequence")
69 4 0 readline $fh // die("Bad or missing FASTQ format")

or 3 conditions

line l !l&&r !l&&!r condition
47 2 2 0 $self->{'buffer'} // readline $fh