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