| blib/lib/DBIx/Class/Storage/DBI/Firebird/Common.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 0 | 0 | unless $nextval =~ /^nextval$/i |
| 41 | 0 | 0 | unless $sequence |
| 55 | 0 | 0 | if ref $table_name |
| 56 | 0 | 0 | $self->sql_maker->quote_char ? : |
| 72 | 0 | 0 | /^"([^"]+)/ ? : |
| 79 | 0 | 0 | if ($generator) |
| 80 | 0 | 0 | unless $quoted |
| 84 | 0 | 0 | $self->sql_maker->quote_char ? : |
| 85 | 0 | 0 | if &first(sub { $self->sql_maker->quote_char ? $_ eq $col : uc $_ eq uc $col; } , @trig_cols) |