Branch Coverage

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


line true false branch
52 0 6 if (ref $_[0] eq 'HASH') { }
65 0 6 if (ref $args eq $class)
78 6 0 unless ref $first
79 6 0 unless ref $last
81 0 6 if $first->is_nan
82 0 6 if $last->is_nan
111 4 2 $self->{'_first'} < $self->{'_last'} ? :
143 0 3 if (defined $_[0])
147 0 0 unless ref $self->{'_first'}
156 0 3 if (defined $_[0])
160 0 0 unless ref $self->{'_last'}
170 0 11 unless defined $nr
172 11 0 unless ref $nr
174 4 7 if ($self->{'_rev'}) { }
176 2 2 if ($nr < 0) { }
184 0 4 if $n > $self->{'_first'} or $n < $self->{'_last'}
188 4 3 if ($nr < 0) { }
196 0 7 if $n > $self->{'_last'} or $n < $self->{'_first'}
214 1 1 if ($x->{'_rev'}) { }