| blib/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 75 | 1 | 9 | if ($self->_index_of_versions->{$self->to_version} < $self->_version_idx) { } |
| 4 | 5 | elsif ($self->_version_idx == $self->_index_of_versions->{$self->to_version}) { } | |
| 95 | 1 | 6 | if ($self->_index_of_versions->{$self->to_version} > $self->_version_idx) { } |
| 2 | 4 | elsif ($self->_version_idx == $self->_index_of_versions->{$self->to_version}) { } |