blib/lib/Apache/Voodoo/Application/ConfigParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 25 | 32 | 78.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 4 | 0 | 2 | defined $conf{'session_timeout'} && $conf{'session_timeout'} =~ /^\d+$/ |
79 | 4 | 0 | 2 | defined $conf{'upload_size_max'} && $conf{'upload_size_max'} =~ /^\d+$/ |
192 | 4 | 2 | 0 | defined $conf{'themes'} and $conf{'themes'}{'use_themes'} == 1 |
line | l | !l | condition |
---|---|---|---|
85 | 0 | 6 | $conf{'template_opts'} ||= {} |
93 | 2 | 4 | $conf{'logout_target'} ||= '/index' |
109 | 2 | 2 | $conf{'dynamic_loading'} || 0 |
149 | 2 | 4 | $conf{'models'} || {} |
150 | 2 | 4 | $conf{'views'} || {} |
151 | 2 | 4 | $conf{'includes'} || {} |
171 | 2 | 4 | $conf{'template_conf'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 4 | 4 | 0 | shift() || 'Apache::Voodoo::Constants'->new |
74 | 2 | 4 | 0 | $conf{'base_package'} ||= $$self{'id'} |
81 | 2 | 4 | 0 | $conf{'cookie_name'} ||= uc($$self{'id'}) . '_SID' |