Condition Coverage

blib/lib/Authen/Simple/WebForm.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
497 0 0 0 ref $extra_headers eq 'ARRAY' and @$extra_headers
529 0 0 0 ref $req_redirectable eq 'ARRAY' and @$req_redirectable
582 0 0 0 $_[1] =~ /$expect/ and length $_[2]
584 0 0 0 $_[1] eq $expect and length $_[2]
606 0 0 0 ref $extra_fields eq 'ARRAY' and @$extra_fields
683 0 0 0 $_[1] =~ /$expect/ and length $_[2]
685 0 0 0 $_[1] eq $expect and length $_[2]

or 2 conditions

line l !l condition
509 0 0 $self->initial_request_method || 'GET'
514 0 0 $self->login_request_method || 'GET'