| blib/lib/DBD/mysqlPP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 25 | 44.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 447 | 23 | 2 | 13 | $splitted[$i] eq '?' and exists $$params[$param_idx] |
| 448 | 8 | 0 | 5 | $limit_found && $$params[$param_idx] =~ qr/^\d+$/ |
| 451 | 6 | 4 | 3 | exists $splitted[$i + 1] and not $splitted[$i + 1] =~ qr/,/ |
| 10 | 1 | 2 | exists $splitted[$i + 1] and not $splitted[$i + 1] =~ qr/,/ and not $splitted[$i + 1] =~ qr/\bOFFSET\b/i |
| line | l | !l | condition |
|---|---|---|---|
| 100 | 0 | 0 | $user ||= '' |
| 101 | 0 | 0 | $password ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $var eq 'hostname' or $var eq 'host' |
| 0 | 0 | 0 | $var eq 'db' or $var eq 'dbname' | |
| 168 | 0 | 0 | 0 | $c eq '"' or $c eq q['] |