| line | !l | l&&!r | l&&r | condition | 
 
| 52 | 0 | 0 | 1 | require Mojolicious::Plugin::StaticShare::Templates and push @{$app->renderer->classes;}, grep(($_ eq $push_class), @{$app->renderer->classes;}) ? () : $push_class | 
 
|  | 0 | 1 | 0 | require Mojolicious::Plugin::StaticShare::Templates and push @{$app->renderer->classes;}, grep(($_ eq $push_class), @{$app->renderer->classes;}) ? () : $push_class and push @{$app->static->paths;}, grep(($_ eq $push_path), @{$app->static->paths;}) ? () : $push_path | 
 
|  | 1 | 0 | 0 | ($self->render_dir // '') eq 0 and ($self->render_markdown // '') eq 0 | 
 
| 84 | 1 | 0 | 0 | $self->app->renderer->helpers->{'pod_to_html'} and ($self->render_pod // '') eq 0 | 
 
| 165 | 0 | 0 | 0 | $c->param('admin') and $c->param('admin') eq $pass | 
 
| 167 | 0 | 0 | 0 | $sess->{'StaticShare'} && $sess->{'StaticShare'}{'admin'} | 
 
| 196 | 0 | 0 | 0 | $route->name eq $self->routes_names->[2] || $route->name eq $self->routes_names->[3] and $host | 
 
|  | 0 | 0 | 0 | $route->name eq $self->routes_names->[2] || $route->name eq $self->routes_names->[3] and $host and $tx->req->headers->host =~ /$host/u | 
 
| 220 | 0 | 0 | 0 | $req->is_finished and not $self->{'handled'}++ | 
 
| 237 | 0 | 0 | 0 | $pkg->can('new') and $pkg->can('parse') |