blib/lib/CGI/Application/Plugin/RateLimit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 0 | 0 | 0 | $digits and $modifier |
line | l | !l | condition |
---|---|---|---|
57 | 0 | 0 | $self->protected_modes || {} |
197 | 0 | 0 | $self->protected_actions || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | $ENV{'REMOTE_USER'} || $ENV{'REMOTE_IP'} |
55 | 0 | 0 | 0 | $query->param($cgi_app->mode_param) || $cgi_app->start_mode |
91 | 0 | 0 | 0 | $$self{'violation_mode'} or $$self{'violation_callback'} |
131 | 0 | 0 | 0 | defined $$limits{$_} or croak("Missing required value in protected limits hash: '${_}'.") |