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