| blib/lib/Catalyst/Action/RenderView.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 18 | 55.5 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 1 | 3 | unless exists $c->config->{'Action::RenderView'}{'ignore_classes'} |
| 31 | 1 | 3 | unless exists $c->config->{'Action::RenderView'}{'scrubber_func'} |
| 33 | 0 | 0 | if ($c->debug and $c->req->params->{'dump_info'}) |
| 34 | 0 | 0 | unless (keys %ignore_classes) |
| 48 | 4 | 0 | unless ($c->response->content_type) |
| 51 | 0 | 4 | if $c->req->method eq "HEAD" |
| 52 | 2 | 2 | if defined $c->response->body |
| 53 | 0 | 2 | if scalar @{$c->error;} and not $c->stash->{'template'} |
| 54 | 0 | 2 | if $c->response->status =~ /^(?:204|3\d\d)$/ |