blib/lib/GenOO/Data/File/SAM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
134 | 5 | 2934 | if ($self->_has_cached_record) { } |
142 | 2936 | 3 | if defined $record |
161 | 242 | 11 | if ($line =~ /^\@/u) { } |
179 | 2932 | 3 | if (defined $line) { } |
201 | 0 | 11 | if (not defined $self->file) { } |
11 | 0 | elsif ($self->file =~ /\.gz$/u) { } | |
205 | 0 | 11 | unless -e $self->file |