Bio/Seq/Meta/Array.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 34 | 38.2 |
line | l | !l | condition |
---|---|---|---|
304 | 0 | 0 | $self->warn('Gap mismatch in column [' . ($i + 1) . "] of [$name] meta data in seq [" . $self->id . ']') and $success = 0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
304 | 0 | 0 | 0 | $m eq '-' and $s ne $m |
398 | 0 | 0 | 2144 | $start =~ /^[+]?\d+$/ and $start > 0 |
614 | 5 | 11 | 0 | $self->named_meta_length($m) > 0 and $self->length != $self->named_meta_length($m) |
672 | 0 | 0 | 54 | $start =~ /^[+]?\d+$/ and $start > 0 |
674 | 0 | 0 | 54 | $end =~ /^[+]?\d+$/ and $end > 0 |
line | l | !l | condition |
---|---|---|---|
397 | 2140 | 4 | $start ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
245 | 1564 | 0 | 0 | $name ||= $DEFAULT_NAME |
272 | 1564 | 0 | 0 | $self->{'_meta'}{$name} || ' ' x $self->length |
396 | 2144 | 0 | 0 | $name ||= $DEFAULT_NAME |
436 | 2127 | 5 | 0 | $end ||= $meta_len |
520 | 104 | 0 | 0 | $name ||= $DEFAULT_NAME |