Branch Coverage

blib/lib/DBIx/Class/DeploymentHandler/CLI.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
229 0 0 if (defined $1 and $1 ne 'cli') { }
0 0 elsif (@params) { }
242 0 0 if ($self->can($cmd))
280 0 0 unless ($dh->version_storage_is_installed)
286 0 0 unless (defined $version)
319 0 0 unless ($schema_version == $db_version + 1)
393 0 0 if ($before_sql) { }
412 0 0 unless ($module_name)
421 0 0 unless ($module_upgrade =~ /::/)
473 0 0 unless ($schema_version == $db_version + 1)
520 0 0 if ($schema_version)