blib/lib/Mojolicious/Plugin/Captcha/reCAPTCHA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 0 | unless $conf->{'private_key'} and $conf->{'public_key'} |
47 | 0 | 0 | unless (defined $use_ssl) |
48 | 0 | 0 | if (defined $self->app->recaptcha_use_ssl) { } |
0 | 0 | elsif ($self->req->url->base->scheme eq 'https' or $self->req->headers->header('X-Forwarded-Protocol') eq 'https') { } | |
60 | 0 | 0 | unless (defined $options) |
78 | 0 | 0 | unless ($result->{'is_valid'}) |