blib/lib/SQL/Maker/Plugin/InsertMulti.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 21 | 76.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 32 | 8 | 0 | ref $val and $self->strict |
52 | 0 | 36 | 4 | not $self->strict and ref $val eq "SCALAR" |
0 | 32 | 4 | not $self->strict and ref $val eq "REF" | |
32 | 0 | 4 | not $self->strict and ref $val eq "REF" and ref $$val eq "ARRAY" | |
74 | 0 | 5 | 3 | $self->{'driver'} eq "mysql" and exists $opts->{'update'} |
line | l | !l | condition |
---|---|---|---|
23 | 3 | 2 | $args[1] || {} |
28 | 2 | 1 | $args[2] || {} |
31 | 2 | 6 | $opts->{'prefix'} || 'INSERT INTO' |