| line | !l | l&&!r | l&&r | condition | 
 
| 47 | 0 | 0 | 0 | blessed($_[0]) and $_[0]->can('rethrow') | 
 
| 178 | 0 | 0 | 0 | defined $self->_app and defined $$self{'session_handler'} | 
 
| 323 | 0 | 0 | 0 | defined $$app{'controllers'}{$$c[0]} and $$app{'controllers'}{$$c[0]}->can($$c[1]) | 
 
| 348 | 0 | 0 | 0 | defined $template_params && ref $return | 
 
|  | 0 | 0 | 0 | ref $return eq 'HASH' and ref $template_params eq 'HASH' | 
 
|  | 0 | 0 | 0 | ref $return eq 'ARRAY' and ref $template_params eq 'ARRAY' | 
 
| 384 | 0 | 0 | 0 | defined $$self{'p'}{'_view_'} and defined $self->_app->{'views'}{$$self{'p'}{'_view_'}} | 
 
|  | 0 | 0 | 0 | defined $$self{'p'}{'template_conf'}{'default_view'} and defined $self->_app->{'views'}{$$self{'p'}{'template_conf'}{'default_view'}} | 
 
| 400 | 0 | 0 | 0 | blessed $content and $content->can('rethrow') | 
 
| 435 | 0 | 0 | 0 | defined $app and $id ne $app | 
 
| 495 | 0 | 0 | 0 | $sr ne '/' and $uri =~ m[^/]o |