Branch Coverage

blib/lib/Plack/Middleware/Antibot/TextCaptcha.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
33 3 4 if ($$env{'REQUEST_METHOD'} eq 'GET') { }
4 0 elsif ($$env{'REQUEST_METHOD'} eq 'POST') { }
43 0 1 unless ($expected and $got and $got eq $expected)