Branch Coverage

lib/App/Sandy/Seq.pm
Criterion Covered Total %
branch 2 18 11.1


line true false branch
158 29 0 if ($format =~ /fastq/u) { }
0 0 elsif ($format eq 'sam') { }
0 0 elsif ($format eq 'bam') { }
189 14 0 if ($self->read_stdd == 0) { }
196 0 0 if (++$random_tries > 1000)
221 0 0 if ($format eq 'sam') { }
0 0 elsif ($format eq 'bam') { }
235 0 0 unless open my $fh, '>>', $file
243 0 0 unless close $fh