Branch Coverage

blib/lib/Captcha/reCAPTCHA/V3.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
39 0 1 if @_
47 1 0 if $res->is_success
57 0 0 if $score < 0 or 1 < $score
60 0 0 if ($content->{'success'} and $content->{'score'} == 1 || $content->{'score'} < $score)
70 0 0 if $content->{'success'}
78 0 1 unless my $id = $attr{'id'}