Condition Coverage

blib/lib/Captcha/reCAPTCHA/V3.pm
Criterion Covered Total %
condition 13 37 35.1


and 3 conditions

line !l l&&!r l&&r condition
88 0 0 0 $content->{'success'} and $content->{'score'} == 1 || $content->{'score'} < $score

or 2 conditions

line l !l condition
22 3 2 $attr{'sitekey'} || ''
24 0 5 $attr{'query_name'} || 'g-recaptcha-response'
84 0 0 $attr{'score'} || 0.5
124 0 3 $attr{'action'} || 'homepage'
148 4 0 $s //= ""

or 3 conditions

line l !l&&r !l&&!r condition
18 0 5 0 ref $class || $class
23 5 0 0 $attr{'secret'} || croak(q[missing param 'secret'])
83 0 0 0 $attr{'response'} || croak('missing response token')
85 0 0 0 $score < 0 or 1 < $score
88 0 0 0 $content->{'score'} == 1 || $content->{'score'} < $score
106 1 2 0 $attr{'sitekey'} || $self->{'sitekey'} || croak(q[missing 'sitekey'])
113 3 2 0 $attr{'sitekey'} || $self->{'sitekey'} || croak(q[missing 'sitekey'])
121 2 2 0 $attr{'sitekey'} || $self->{'sitekey'} || croak(q[missing 'sitekey'])