| blib/lib/App/Sqitch/Engine/snowflake.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 16 | 27 | 59.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 239 | 6 | 0 | 0 | $ident =~ /^"/ and $ident =~ /"$/ | 
| 320 | 2 | 1 | 1 | $DBI::state && $DBI::state eq '42S02' | 
| 324 | 1 | 1 | 1 | $DBI::state && $DBI::state eq '42703' | 
| 365 | 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'} | 
| 357 | 0 | 0 | 0 | $project || $self->plan->project | 
| 421 | 1 | 1 | 0 | $lim || $self->_limit_default |