Branch Coverage

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


line true false branch
157 25 0 if ($format =~ /fastq/u) { }
0 0 elsif ($format eq 'sam') { }
0 0 elsif ($format eq 'bam') { }
188 14 0 if ($self->read_stdd == 0) { }
196 0 0 if (++$random_tries > 1000)
220 0 0 if ($format eq 'sam') { }
0 0 elsif ($format eq 'bam') { }
234 0 0 unless open my $fh, ">>", $file
242 0 0 unless close $fh