Branch Coverage

blib/lib/Mojolicious/Plugin/BindSessionToIP.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
13 1 1 if ($$conf{'on_error'} and ref $$conf{'on_error'} eq 'CODE') { }
26 4 6 if ($stored_ip ne $req_ip)
27 2 2 if ($stored_ip)