Branch Coverage

blib/lib/Apache/Voodoo/Handler.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
47 0 0 if ($uri =~ m[/$]o)
57 0 0 unless (-e "$filename.tmpl")
58 0 0 unless (-r "$filename.tmpl")
68 0 0 if (my $e = 'Apache::Voodoo::Exception::Application::SessionTimeout'->caught) { }
0 0 elsif ($e = 'Exception::Class'->caught) { }
83 0 0 if ($@)
90 0 0 if ($$self{'mp'}->is_get and not $$params{'ajax_mode'} and not $$params{'return'})
104 0 0 if (my $e = 'Exception::Class'->caught)
105 0 0 if ($e->isa('Apache::Voodoo::Exception::Application::Redirect')) { }
0 0 elsif ($e->isa('Apache::Voodoo::Exception::Application::RawData')) { }
0 0 elsif ($e->isa('Apache::Voodoo::Exception::Application::Unauthorized')) { }
0 0 elsif (not $e->isa('Apache::Voodoo::Exception::Application')) { }
110 0 0 if ref $e->headers eq 'HASH'
126 0 0 unless ($$self{'engine'}->is_devel_mode)