| blib/lib/URI/redis.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 7 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 4 | 1 | $self->SUPER::host(@_) || 'localhost' |
| 23 | 6 | 2 | $self->database_from_path || $self->database_from_query || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 3 | 3 | 2 | $self->password_from_userinfo || $self->password_from_query |