Branch Coverage

blib/lib/Cog/WebApp.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
39 0 0 unless open INDEX, $index_file
41 0 0 unless close INDEX
44 0 0 unless $time =~ /GMT/
47 0 0 $$env{'REQUEST_METHOD'} eq 'POST' ? :
69 0 0 if ($path =~ /^$regexp$/)
75 0 0 unless $action
79 0 0 if ($@)
83 0 0 unless defined $result
84 0 0 if (ref $result eq 'ARRAY') { }
0 0 elsif (ref $result eq 'HASH') { }
101 0 0 unless ref $data
115 0 0 unless $$env{'CONTENT_LENGTH'}