blib/lib/App/Sqitch/Engine/vertica.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 27 | 40.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
182 | 3 | 1 | 1 | $DBI::state && $DBI::state eq '42V01' |
186 | 2 | 1 | 1 | $DBI::state && $DBI::state eq '42703' |
265 | 1 | 0 | 0 | $self->_no_table_error and not $self->initialized |
446 | 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 |
242 | 0 | 0 | 0 | $project // $self->plan->project |
290 | 0 | 0 | 0 | delete $res->{'tag'} || () |
438 | 0 | 0 | 0 | $project || $self->plan->project |