| blib/lib/Catalyst/Action/RenderView.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 4 | 0 | 0 | $c->debug and $c->req->params->{'dump_info'} |
| 53 | 2 | 0 | 0 | scalar @{$c->error;} and not $c->stash->{'template'} |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 0 | 1 | (ref $c->config->{'debug'} eq 'HASH' ? $c->config->{'debug'}{'ignore_classes'} : undef) || ['DBIx::Class::ResultSource::Table', 'DBIx::Class::ResultSourceHandle', 'DateTime'] |
| 55 | 2 | 0 | $c->view || die("Catalyst::Action::RenderView could not find a view to forward to.\n") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 1 | 0 | (ref $c->config->{'debug'} eq 'HASH' ? $c->config->{'debug'}{'scrubber_func'} : undef) || sub { |