Condition Coverage

blib/lib/CGI/Session/MembersArea.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 0 defined $data && $data =~ /^([^`\x00-\x1F\x7F-\x9F]+)$/
114 0 0 0 $data && $data =~ /^[0-9]+$/
0 0 0 $integer and not $data && $data =~ /^[0-9]+$/
145 0 0 0 $my_username and $my_password
168 0 0 0 $profile and $$profile{$$self{'_session_key_name_column'}}
208 0 0 0 $$self{'_dsn'} and $$self{'_username'}
0 0 0 $$self{'_dsn'} and $$self{'_username'} and $$self{'_query'}

or 2 conditions

line l !l condition
139 0 0 $$self{'_query'}->param($$self{'_form_resource'}) || ''
140 0 0 $$self{'_query'}->param($$self{'_form_username'}) || ''
141 0 0 $$self{'_query'}->param($$self{'_form_password'}) || ''

or 3 conditions

line l !l&&r !l&&!r condition
109 0 0 0 not defined $data && $data =~ /^([^`\x00-\x1F\x7F-\x9F]+)$/ or length $1 == 0
0 0 0 not defined $data && $data =~ /^([^`\x00-\x1F\x7F-\x9F]+)$/ or length $1 == 0 or length $1 > $max_length