lib/Bio/Tradis/AddTagsToSeq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 16 | 18.7 |
line | true | false | branch |
---|---|---|---|
47 | 0 | 1 | if $self->verbose |
52 | 0 | 1 | if $self->verbose |
71 | 0 | 0 | if ($mapped and $rev) { } |
104 | 0 | 0 | if ($mapped) { } |
124 | 0 | 0 | if $self->verbose |
129 | 0 | 0 | if ($self->_number_of_lines_in_bam_file($outfile) != $self->_number_of_lines_in_bam_file($filename)) |
144 | 1 | 0 | if (defined $self->extension_to_output_switch->{$self->_file_extension}) { } |
156 | 0 | 0 | unless open my $fh, '-|', $self->samtools_exec . " view $filename | wc -l" |