blib/lib/Math/NumSeq/Runs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 16 | 75.0 |
line | l | !l | condition |
---|---|---|---|
310 | 46 | 0 | $self->{'runs_type'} ||= '0toN' |
315 | 0 | 12 | $self->{'i_start'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
331 | 34 | 0 | 0 | $runs_type_data{$self->{'runs_type'}} || croak('Unrecognised runs_type: ', $self->{'runs_type'}) |
363 | 30 | 17 | 460 | $self->{'runs_type'} eq 'Nto0' or $self->{'runs_type'} eq 'Nto1' |
29 | 30 | 401 | $self->{'runs_type'} eq 'Nrep' or $self->{'runs_type'} eq 'N+1rep' | |
78 | 47 | 82 | $self->{'runs_type'} eq '0to2N' or $self->{'runs_type'} eq '1to2N+1' |