|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
213
 | 
 0  | 
 0  | 
 0  | 
 exists $c->req->params->{'iframe'} and $c->req->params->{'iframe'} eq 'request'
  | 
 
| 
251
 | 
 0  | 
 0  | 
 0  | 
 $external && $self->_template_exists($c, $template)
  | 
 
| 
266
 | 
 0  | 
 4  | 
 0  | 
 $self->default_template_extension and not $template =~ /\./
  | 
 
| 
307
 | 
 0  | 
 0  | 
 0  | 
 $c->redispatch_public_path($c->mount_url, @args) and $c->detach
  | 
 
| 
 | 
 0  | 
 0  | 
 0  | 
 $self->_validate_args_template_viewable(@pre_args) and $args[0] eq 'simplecas' || $args[0] eq 'assets' || $args[0] eq 'rapidapp'
  | 
 
| 
491
 | 
 0  | 
 0  | 
 0  | 
 exists $c->req->params->{'iframe'} and $c->req->params->{'iframe'} eq 'request'
  | 
 
| 
510
 | 
 0  | 
 0  | 
 0  | 
 $content_type and not $content_type =~ m[^text/html]
  | 
 
| 
667
 | 
 0  | 
 0  | 
 0  | 
 $self->is_editable_request($c) && $self->Access->template_writable($template)
  | 
|  line  | 
 l  | 
 !l&&r  | 
 !l&&!r  | 
 condition  | 
 
| 
77
 | 
 0  | 
 0  | 
 0  | 
 $self->edit_alias_path || $self->read_alias_path
  | 
 
| 
213
 | 
 0  | 
 0  | 
 0  | 
 $c->req->header('X-RapidApp-RequestContentType') or exists $c->req->params->{'iframe'} and $c->req->params->{'iframe'} eq 'request'
  | 
 
| 
222
 | 
 0  | 
 0  | 
 0  | 
 $self->auto_editable || $c->req->params->{'editable'} || $c->req->params->{'edit'} || $c->stash->{'editable'}
  | 
 
| 
231
 | 
 0  | 
 0  | 
 0  | 
 $c->req->params->{'iframe'} || $c->stash->{'iframe'}
  | 
 
| 
244
 | 
 0  | 
 0  | 
 0  | 
 $template =~ m[^rapidapp/public/] || $self->Access->template_external_tpl($template)
  | 
 
| 
297
 | 
 0  | 
 0  | 
 0  | 
 $args[0] eq 'tpl' or $args[0] eq 'tple'
  | 
 
| 
307
 | 
 0  | 
 0  | 
 0  | 
 $args[0] eq 'simplecas' || $args[0] eq 'assets' || $args[0] eq 'rapidapp'
  | 
 
| 
394
 | 
 0  | 
 0  | 
 0  | 
 $external or $ra_client
  | 
 
| 
399
 | 
 0  | 
 0  | 
 0  | 
 $external || $self->is_iframe_request($c)
  | 
 
| 
504
 | 
 0  | 
 0  | 
 0  | 
 $content_type ||= $c->res->content_type
  | 
 
| 
698
 | 
 1  | 
 0  | 
 0  | 
 $c ||= 'RapidApp'->active_request_context
  | 
 
| 
703
 | 
 1  | 
 0  | 
 0  | 
 $c || $self->_app
  |