Condition Coverage

blib/lib/Plack/App/Login/Request.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 0 defined $body_parameters_hr->{'email'} and $body_parameters_hr->{'email'}
96 0 0 0 defined $self->login_request_cb and $env->{'REQUEST_METHOD'} eq "POST"

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 not exists $body_parameters_hr->{'login_request'} or $body_parameters_hr->{'login_request'} ne "login_request"