Condition Coverage

blib/lib/Plack/App/Login/Password.pm
Criterion Covered Total %
condition 1 12 8.3


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 0 defined $body_parameters_hr->{'username'} and $body_parameters_hr->{'username'}
42 0 0 0 defined $body_parameters_hr->{'password'} and $body_parameters_hr->{'password'}
95 3 0 0 defined $self->login_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'} or $body_parameters_hr->{'login'} ne "login"