blib/lib/MasonX/Request/WithApacheSession.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
69 | 0 | 21 | $HTML::Mason::CGIHandler::VERSION ? : |
0 | 21 | $HTML::Mason::ApacheHandler::VERSION ? : | |
77 | 2 | 19 | if $self->is_subrequest |
80 | 0 | 19 | if exists $$self{'session_args_param'} |
84 | 0 | 19 | if ($self->can('apache_req')) { } |
0 | 19 | elsif ($self->can('cgi_process')) { } | |
110 | 1 | 67 | $_[0]->is_subrequest ? : |
119 | 2 | 19 | if $self->is_subrequest |
124 | 0 | 19 | if (wantarray) { } |
135 | 0 | 18 | wantarray ? : |