Condition Coverage

Bio/DB/GFF/Segment.pm
Criterion Covered Total %
condition 4 14 28.5


and 3 conditions

line !l l&&!r l&&r condition
67 160 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'}

or 2 conditions

line l !l condition
68 160 0 $segclass ||= 'Sequence'

or 3 conditions

line l !l&&r !l&&!r condition
836 0 0 0 defined $value or not defined $obj->{'annotation'}