| Bio/DB/GFF/Segment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 14 | 28.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 162 | 0 | 0 | CORE::ref $segname and $segname->can('class') |
| 393 | 0 | 0 | 15 | CORE::ref $peer and $peer->isa('Bio::DB::GFF::Segment') |
| 396 | 0 | 0 | 15 | $self->{'start'} eq $peer->{'start'} && $self->{'stop'} eq $peer->{'stop'} && $self->{'sourceseq'} eq $peer->{'sourceseq'} |
| line | l | !l | condition |
|---|---|---|---|
| 68 | 162 | 0 | $segclass ||= 'Sequence' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 836 | 0 | 0 | 0 | defined $value or not defined $obj->{'annotation'} |