lib/Egg/Plugin/Response/ErrorDocument.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 0 | ref $$view[0] eq 'ARRAY' ? : |
19 | 0 | 0 | unless $e->is_view($$c{'view_name'}) |
21 | 0 | 0 | unless $$c{'template'} |
23 | 0 | 0 | unless ref $ignore eq 'ARRAY' |
24 | 0 | 0 | if (my $in = $$c{'include_ignore_status'}) |
25 | 0 | 0 | ref $in eq 'ARRAY' ? : |
33 | 0 | 0 | if $e->request->is_head |
35 | 0 | 0 | if $$c{'ignore_hash'}{$status} |
37 | 0 | 0 | if $$c{'no_cache'} |
38 | 0 | 0 | if $$c{'always_status'} |