| blib/lib/Captcha/reCAPTCHA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 13 | 76.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 216 | 3 | 2 | 1 | $options and ref $options ne 'HASH' |
| 527 | 0 | 0 | 2 | $challenge and $response |
| line | l | !l | condition |
|---|---|---|---|
| 114 | 1 | 22 | shift() || {} |
| 150 | 2 | 4 | shift() || (return '') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 120 | 6 | 11 | 0 | (shift())->{'_html'} ||= 'HTML::Tiny'->new |