| blib/lib/GenOO/Data/File/SAM/Record.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 213 | 8 | 0 | if (defined $self->strand) { } |
| 0 | 0 | elsif ($self->is_unmapped) { } | |
| 214 | 5 | 3 | if ($self->strand == 1) { } |
| 3 | 0 | elsif ($self->strand == -1) { } | |
| 240 | 45 | 0 | if (defined $self->tags) |
| 260 | 337 | 1012 | if ($self->flag & 4) { } |
| 271 | 1 | 2 | if ($self->flag & 4) { } |
| 282 | 0 | 0 | if ($self->flag & 256) { } |
| 294 | 0 | 1 | if (defined $t) |
| 332 | 319 | 368 | if ($self->flag & 16) { } |
| 365 | 3 | elsif ($self->is_mapped) { } |