blib/lib/CatalystX/ASP/View.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 14 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 0 | 2 | &blessed($_) and $_->isa('Catalyst::Exception::Detach') |
76 | 0 | 0 | 0 | &blessed($_) and not $_->isa('CatalystX::ASP::Exception::End') |
0 | 0 | 0 | &blessed($_) and not $_->isa('CatalystX::ASP::Exception::End') and not $c->has_errors |
line | l | !l | condition |
---|---|---|---|
67 | 3 | 4 | $resp->Status || 200 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
112 | 0 | 9 | 0 | $path || $c->request->path |