blib/lib/Captcha/noCAPTCHA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
79 | 2 | 1 | 6 | $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 |