blib/lib/HTML/Mason/PSGIHandler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 16 | 37.5 |
line | true | false | branch |
---|---|---|---|
49 | 0 | 6 | if $@ |
51 | 3 | 3 | defined $output ? : |
58 | 18 | 0 | if (wantarray) { } |
0 | 0 | elsif (defined wantarray) { } | |
75 | 0 | 18 | if (exists $$h{'Location'}) |
98 | 0 | 18 | if (my $err = $@) |
99 | 0 | 0 | isa_mason_exception($err, 'Decline') ? : |
0 | 0 | isa_mason_exception($err, 'Abort') ? : |