Branch Coverage

blib/lib/CGI/Session/MembersArea.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
109 0 0 if not defined $data && $data =~ /^([^`\x00-\x1F\x7F-\x9F]+)$/ or length $1 == 0 or length $1 > $max_length
110 0 0 if $data =~ m[.+<\s*/?\s*script\s*>]i
111 0 0 if $data =~ m[<(.+)\s*>.*<\s*/?\s*\1\s*>]i
114 0 0 if $integer and not $data && $data =~ /^[0-9]+$/
126 0 0 if $$self{'_dbh'}
145 0 0 if ($my_username and $my_password)
168 0 0 if ($profile and $$profile{$$self{'_session_key_name_column'}}) { }
198 0 0 if (exists $arg{$arg_name}) { }
208 0 0 unless $$self{'_dsn'} and $$self{'_username'} and $$self{'_query'}
221 0 0 unless $$self{'_dbh'}