blib/lib/Dancer2/Plugin/Pg/Core.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | $self->returning and $sth->rows > 0 |
167 | 0 | 0 | 0 | $self->returning and $sth->rows > 0 |
210 | 0 | 0 | 0 | $self->returning and $sth->rows > 0 |
line | l | !l | condition |
---|---|---|---|
41 | 0 | 0 | 'DBI'->connect($dsn, $self->username, $self->password, $self->options) || die($DBI::errstr) |
113 | 0 | 0 | $sth || 1 |
172 | 0 | 0 | $sth || 1 |
215 | 0 | 0 | $sth || 1 |
221 | 0 | 0 | shift() || undef |
0 | 0 | shift() || undef |