| blib/lib/Captcha/noCAPTCHA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 2 | 7 | 0 | $response and ref $response |
| line | l | !l | condition |
|---|---|---|---|
| 15 | 0 | 3 | $args->{'theme'} || 'light' |
| 16 | 0 | 3 | $args->{'noscript'} || 0 |
| 17 | 2 | 1 | $args->{'api_url'} || 'https://www.google.com/recaptcha/api/siteverify' |
| 18 | 0 | 3 | $args->{'api_timeout'} || 10 |
| 33 | 5 | 0 | $self->site_key || die('site_key required!') |
| 84 | 1 | 1 | $response->{'status'} || 0 |