| blib/lib/Database/Migrator/Core.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 143 | 0 | 0 | if ($self->_database_exists) { } |
| 175 | 0 | 0 | if ($file =~ /\.sql/) { } |
| 186 | 0 | 0 | if $self->dry_run |
| 192 | 0 | 0 | if $self->dry_run |
| 207 | 0 | 0 | if (grep {$_ =~ /\b\Q$table\E\b/;} $self->dbh->tables) |
| 212 | 0 | 0 | unless $self->dbh->selectcol_arrayref("SELECT migration FROM $quoted") |
| 226 | 0 | 0 | $self->verbose ? : |
| 0 | 0 | $self->quiet ? : |