blib/lib/App/Sqitch/Engine/vertica.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 30 | 36.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
176 | 3 | 1 | 1 | $DBI::state && $DBI::state eq '42V01' |
180 | 2 | 1 | 1 | $DBI::state && $DBI::state eq '42703' |
184 | 0 | 0 | 0 | $DBI::state && $DBI::state eq '23505' |
263 | 1 | 0 | 0 | $self->_no_table_error and not $self->initialized |
444 | 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 |
240 | 0 | 0 | 0 | $project // $self->plan->project |
288 | 0 | 0 | 0 | delete $res->{'tag'} || () |
436 | 0 | 0 | 0 | $project || $self->plan->project |