line |
true |
false |
branch |
266
|
0 |
0 |
if ($self->get_db_version) |
273
|
0 |
0 |
if ($new_version) |
358
|
0 |
0 |
unless ($db_version) |
364
|
0 |
0 |
if ($db_version eq $self->schema_version) |
372
|
0 |
0 |
unless scalar @version_list |
376
|
0 |
0 |
if ref $version_list[0] eq 'ARRAY' |
392
|
0 |
0 |
if (scalar @version_list < 2) |
435
|
0 |
0 |
if ($db_version eq $target_version) |
455
|
0 |
0 |
unless (-f $upgrade_file) |
464
|
0 |
0 |
if $self->do_backup |
506
|
0 |
0 |
unless $self->_filedata |
512
|
0 |
0 |
if $self->storage->debug |
514
|
0 |
0 |
if $self->storage->debug |
530
|
0 |
0 |
unless $self->storage->dbh->do($_) |
621
|
0 |
0 |
if $conn_attrs->{'ignore_version'} or $ENV{'DBIC_NO_VERSION_CHECK'} and not exists $conn_attrs->{'ignore_version'} |
624
|
0 |
0 |
unless ($self->_source_exists($vtable)) |
626
|
0 |
0 |
if ($self->_source_exists($vtable_compat)) |
635
|
0 |
0 |
if ($pversion eq $self->schema_version) |
641
|
0 |
0 |
unless ($pversion) |
660
|
0 |
0 |
unless ($db) |
666
|
0 |
0 |
if (my $missing = 'DBIx::Class::Optional::Dependencies'->req_missing_for('deploy')) |
702
|
0 |
0 |
unless (open $file, ">$filename") |
719
|
0 |
0 |
$params->{'version'} ? : |
755
|
0 |
0 |
unless open my $fh, '<', $file |
761
|
0 |
0 |
if $_ and not /^--/ |
777
|
0 |
0 |
&dbic_internal_try(sub {
$rs->search_rs(\'1 = 0')->cursor->next;
1;
}
) ? : |