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