| blib/lib/App/TestOnTap/OrderStrategy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 16 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 33 | unless $strategy =~ /^(?:none|(r?)(?:alphabetic|natural)|random)$/i |
| 22 | 2 | 31 | $1 ? : |
| 34 | 36 | 74 | if ($self->{'strategy'} ne 'none') |
| 36 | 12 | 24 | if ($self->{'strategy'} =~ /^r?alphabetic$/) { } |
| 24 | 0 | elsif ($self->{'strategy'} =~ /^(r?)natural$/) { } | |
| 0 | 0 | elsif ($self->{'strategy'} eq 'random') { } | |
| 39 | 6 | 6 | if $self->{'reverse'} |
| 44 | 6 | 18 | if $self->{'reverse'} |