blib/lib/Tie/Redis/Connection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 6 | 50.0 |
line | l | !l | condition |
---|---|---|---|
21 | 0 | 1 | delete $args{'host'} || 'localhost' |
22 | 1 | 0 | delete $args{'port'} || 6379 |
30 | 0 | 1 | 'IO::Socket::IP'->new("${host}:$port") || (return) |