| blib/lib/SQL/Abstract/Plugin/InsertMulti.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 5 | 0 | wantarray ? : |
| 41 | 1 | 6 | $opts->{'ignore'} ? : |
| 45 | 1 | 6 | if ($opts->{'returning'}) |
| 117 | 3 | 4 | if ($opts->{'update'}) |
| 155 | 1 | 8 | if (ref $_[0] eq 'ARRAY' and not ref $_[0][0]) { } |
| 176 | 1 | 2 | if ($opts->{'update_ignore_fields'}) |
| 190 | 2 | 0 | wantarray ? : |