Branch Coverage

blib/lib/HTML/MasonX/Free/Request.pm
Criterion Covered Total %
branch 16 36 44.4


line true false branch
29 0 23 unless $self->initialized
31 23 0 if $self->component_error_handler
36 0 23 if ($self->{'execd'}++)
42 0 23 if $self->request_depth > $self->max_recurse
66 0 23 if $HTML::MasonX::Free::Request::log->is_debug
94 0 23 if ($self->{'has_plugins'})
103 0 0 if ($@)
109 0 23 if ($wantarray) { }
0 23 elsif (defined $wantarray) { }
119 0 23 if ($self->{'has_plugins'})
129 0 0 if ($@)
140 0 23 if $HTML::MasonX::Free::Request::log->is_debug
148 0 23 if ($err and not $self->_aborted_or_declined($err))
156 23 0 if (length $self->{'request_buffer'} > 0)
161 0 23 if $self->aborted($err)
162 0 23 if $self->declined($err)
163 0 23 defined $wantarray ? :
0 23 $wantarray ? :