Branch Coverage

blib/lib/RapidApp/Template/Context.pm
Criterion Covered Total %
branch 7 26 26.9


line true false branch
41 2 0 unless $self->Controller->{'_div_wrap'}
45 1 1 unless +(shift())->{'_process_template_stack'}
93 0 2 if (my $class = $self->Access->template_post_processor_class($template))
94 0 0 unless ($self->{'_loaded_post_processor_classes'}{$class})
96 0 0 unless $class->can('process')
115 0 0 unless my $next_template = $self->next_template
129 0 2 unless $meta->{'format'}
131 0 2 if $meta->{'postprocessor'}
134 0 2 $self->div_wrap($template) ? :
143 0 0 $exists ? :
149 0 0 $exists ? :
177 0 0 unless $self->Controller->is_editable_request($self->catalyst_context)
181 0 0 $editable ? :