Condition Coverage

blib/lib/Bio/Das/Feature.pm
Criterion Covered Total %
condition 7 53 13.2


and 3 conditions

line !l l&&!r l&&r condition
175 0 0 0 exists $$self{'target'} and ref $$self{'target'} eq 'ARRAY'
180 0 0 0 exists $$self{'target'} and ref $$self{'target'} eq 'ARRAY'
185 0 0 0 exists $$self{'target'} and ref $$self{'target'} eq 'ARRAY'
382 0 0 0 $t and $st

or 2 conditions

line l !l condition
204 12 0 eval { do { $type->category } } || ''
243 0 204 $$self{'children'} ||= []
252 141 63 $$self{'children'} ||= []
355 141 63 $$self{'subfeatures'}{lc $type} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 $self->label || $self->group_label || $self->id
300 0 0 0 $self->note or $self->link_label
307 8919 0 0 $self->label || $self->id || ref $self
373 0 0 0 not defined $$self{'start'} or $start < $$self{'start'}
374 0 0 0 not defined $$self{'stop'} or $stop > $$self{'stop'}
376 0 0 0 not defined $$self{'start'} or $start > $$self{'start'}
377 0 0 0 not defined $$self{'stop'} or $stop < $$self{'stop'}
385 0 0 0 not defined $$t[1] or $start < $$t[1]
386 0 0 0 not defined $$t[2] or $stop > $$t[2]
388 0 0 0 not defined $$t[1] or $start > $$t[1]
389 0 0 0 not defined $$t[2] or $stop < $$t[2]