| blib/lib/Apache/Session/Browseable/Store/DBI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 3 | 33.3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 0 | 29 | 0 | $self->{'insert_sth'} //= $self->{'dbh'}->prepare_cached("INSERT INTO $self->{'table_name'} (" . join(",", "id", "a_session", map({s/'/''/g; $_;} @$index)) . ') VALUES (' . join(",", ("?") x (2 + @$index)) . ')') |