| blib/lib/App/Sqitch/Engine/snowflake.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 24 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 310 | 2 | 1 | 1 | $DBI::state && $DBI::state eq '42S02' |
| 314 | 1 | 1 | 1 | $DBI::state && $DBI::state eq '42703' |
| 348 | 1 | 0 | 0 | $self->_no_table_error and not $self->initialized |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 113 | 1 | 1 | 5 | $ENV{'SNOWSQL_USER'} or $_[0]->_snowcfg->{'username'} |
| 119 | 1 | 0 | 0 | $ENV{'SNOWSQL_ACCOUNT'} || $_[0]->_snowcfg->{'accountname'} || hurl('engine', &__('Cannot determine Snowflake account name')) |
| 125 | 1 | 0 | 5 | $ENV{'SNOWSQL_REGION'} || $_[0]->_snowcfg->{'region'} |
| 340 | 0 | 0 | 0 | $project || $self->plan->project |
| 404 | 1 | 1 | 0 | $lim || $self->_limit_default |