blib/lib/DBIx/Insert/Multi/Batch.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 14 | 28.5 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 3 | unless my $record = $self->records->[0] |
45 | 2 | 4 | &blessed($_) ? : |
51 | 0 | 1 | unless $self->column_names->length |
79 | 0 | 0 | unless (defined $last_insert_id) |
80 | 0 | 0 | if ($self->is_last_insert_id_required) |
99 | 0 | 0 | unless my $sql = $self->sql |
101 | 0 | 0 | unless $dbh->do($sql, {}, $self->record_values->elements) |