lib/CGI/Application/Plugin/Throttle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
290 | 0 | 0 | 0 | $cur and $$self{'exceeded'} |
0 | 0 | 0 | $cur and $$self{'exceeded'} and $cur > $$self{'limit'} |
line | l | !l | condition |
---|---|---|---|
121 | 0 | 0 | $supplied{'prefix'} || 'THROTTLE' |
270 | 0 | 0 | $$self{'redis'} || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | ref $proto || $proto |