| blib/lib/DBIx/Class/UnicornLogger.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 22 | 90.9 |
| line | true | false | branch |
|---|---|---|---|
| 33 | 8 | 0 | @rest == 1 ? : |
| 81 | 3 | 3 | if ($self->_format or $self->_multiline_format) |
| 86 | 2 | 1 | if $self->_multiline_format |
| 119 | 2 | 1 | $self->_multiline_format ? : |
| 151 | 1 | 10 | if defined $$bindargs[0] and $$bindargs[0] eq q['__BULK_INSERT__'] |
| 158 | 3 | 8 | if ($self->_squash_repeats and $self->_last_sql eq $string) { } |
| 164 | 2 | 6 | unless $use_placeholders |
| 168 | 3 | 8 | if ($self->_structured_logger) { } |
| 180 | 0 | 11 | if (defined $self->callback) |
| 190 | 1 | 10 | if $self->_show_progress |
| 194 | 1 | 2 | if $_[0]->_show_progress |