Branch Coverage

blib/lib/Mojolicious/Plugin/WithCSRFProtection.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
49 8 1 unless $c->render_maybe('bad_csrf')
62 9 6 unless ($csrf and $csrf eq $c->csrf_token)