Branch Coverage

blib/lib/GenOO/Data/File/SAM/Record.pm
Criterion Covered Total %
branch 13 20 65.0


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 43 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) { }
315 319 368 if ($self->flag & 16) { }
365 3 elsif ($self->is_mapped) { }