lib/DBIx/Class/DeploymentAdapter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
49 | 0 | 0 | unless ($self->dh_store) |
51 | 0 | 0 | unless $args and $args->{'schema'} |
86 | 0 | 0 | unless $self->dh |
103 | 0 | 0 | unless $self->dh |
137 | 0 | 0 | unless ref $self->dh |
161 | 0 | 0 | unless ($self->dh) |
176 | 0 | 0 | if ($to_version and $upgrade_version > $to_version) |
184 | 0 | 0 | unless $self->dh->upgrade_single_step({'version_set', [$version, $upgrade_version]}) |
194 | 0 | 0 | if ($@) |