Condition Coverage

blib/lib/Plack/Middleware/HealthCheck.pm
Criterion Covered Total %
condition 10 11 90.9


and 3 conditions

line !l l&&!r l&&r condition
25 16 1 5 @args == 1 && builtin::reftype($args[0]) eq 'HASH'
143 8 23 6 $req and exists $req->query_parameters->{'pretty'}

or 2 conditions

line l !l condition
105 23 0 $self->allowed_params || []

or 3 conditions

line l !l&&r !l&&!r condition
145 4 25 8 ref $result eq 'ARRAY' || ($result->{'status'} || '') eq 'OK'