Branch Coverage

blib/lib/Bio/Polloc/GroupCriteria/operator/seq.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
53 0 0 if defined $self->val
54 0 0 unless ref $self->operators and ref($self->operators) =~ /ARRAY/
57 0 0 if ($self->operation =~ /^\s*sequence\s*$/i)
63 0 0 if ($self->operators->[1] < 0) { }
0 0 elsif ($self->operators->[1] > 0) { }
73 0 0 $from <= $to ? :
74 0 0 unless $start > 0
75 0 0 unless $end < $locus->seq->length
77 0 0 if $from > $to
80 0 0 if ($self->operation =~ /^\s*reverse\s*$/i)
81 0 0 unless UNIVERSAL::isa($self->operators->[0], 'isa') and $self->operators->[0]->isa('Bio::Seq')