blib/lib/Redis/Setlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 0 | 0 | 0 | 0 < $WARN_LOCK_TIME_THRESHOLD and $WARN_LOCK_TIME_THRESHOLD < $elapsed |
162 | 0 | 0 | 0 | $major == 2 and $minor >= 7 |
0 | 0 | 0 | $major == 2 and $minor == 6 | |
0 | 0 | 0 | $major == 2 and $minor == 6 and $rev >= 12 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
115 | 0 | 0 | 0 | not defined $key or @command == 0 |
162 | 0 | 0 | 0 | $major >= 3 or $major == 2 and $minor >= 7 |
0 | 0 | 0 | $major >= 3 or $major == 2 and $minor >= 7 or $major == 2 and $minor == 6 and $rev >= 12 |