| blib/lib/Apache2/ASP/HTTPContext/SubContext.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 0 | unless $args{'parent'} |
| 17 | 0 | 0 | unless $args{'parent'}->isa('Apache2::ASP::HTTPContext') |
| 56 | 0 | 0 | if ($@) |
| 63 | 0 | 0 | $s->{'parent'} ? : |
| 64 | 0 | 0 | if ($s->page and $s->page->directives->{'OutputCache'} and defined $s->{'_cache_buffer'}) |
| 66 | 0 | 0 | if ($res == 200 or $res == 0) |
| 72 | 0 | 0 | if $res =~ /^200/ |
| 120 | 0 | 0 | if (my $parent = $s->{'parent'}) |