Branch Coverage

lib/Math/String/Sequence.pm
Criterion Covered Total %
branch 22 38 57.8


line true false branch
49 0 6 if (ref $_[0] eq 'HASH') { }
62 0 6 if (ref $args eq $class)
75 6 0 unless ref $first
76 6 0 unless ref $last
78 0 6 if $first->is_nan
79 0 6 if $last->is_nan
108 4 2 $self->{'_first'} < $self->{'_last'} ? :
140 0 3 if (defined $_[0])
144 0 0 unless ref $self->{'_first'}
153 0 3 if (defined $_[0])
157 0 0 unless ref $self->{'_last'}
167 0 11 unless defined $nr
169 11 0 unless ref $nr
171 4 7 if ($self->{'_rev'}) { }
173 2 2 if ($nr < 0) { }
181 0 4 if $n > $self->{'_first'} or $n < $self->{'_last'}
185 4 3 if ($nr < 0) { }
193 0 7 if $n > $self->{'_last'} or $n < $self->{'_first'}
211 1 1 if ($x->{'_rev'}) { }