| blib/lib/App/Sqitch/Engine/vertica.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 39 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 0 | 2 | 1 | not $uri->dbname and $ENV{'VSQL_DATABASE'} |
| 77 | 0 | 3 | 0 | not $uri->host and $ENV{'VSQL_HOST'} |
| 78 | 0 | 3 | 0 | not $uri->_port and $ENV{'VSQL_PORT'} |
| 174 | 3 | 1 | 1 | $DBI::state && $DBI::state eq '42V01' |
| 178 | 2 | 1 | 1 | $DBI::state && $DBI::state eq '42703' |
| 182 | 0 | 0 | 0 | $DBI::state && $DBI::state eq '23505' |
| 261 | 1 | 0 | 0 | $self->_no_table_error and not $self->initialized |
| 442 | 1 | 0 | 0 | $self->_no_table_error and not $self->initialized |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 0 | 0 | 13 | not $self->target->name =~ /:/ or $self->target->uri->dbname |
| 33 | 4 | 9 | 0 | $ENV{'VSQL_DATABASE'} || $self->username |
| 238 | 0 | 0 | 0 | $project // $self->plan->project |
| 286 | 0 | 0 | 0 | delete $res->{'tag'} || () |
| 434 | 0 | 0 | 0 | $project || $self->plan->project |