File: | lib/Yukki/Web/View.pm |
Coverage: | 60.0% |
line | % | coverage | condition | ||||||
---|---|---|---|---|---|---|---|---|---|
155 | 50 |
| $which // 'default' | ||||||
156 | 50 |
| $self->app->settings->page_views->{$view} // {'template', 'shell.html'} | ||||||
158 | 100 |
| $view_args->{'directives'} //= [] | ||||||
258 | 50 |
| $vars //= {} | ||||||
286 | 50 |
| $ctx->request->parameters->{'view'} // 'default' | ||||||
288 | 50 |
| $vars->{'head script.local'} //= [] | ||||||
289 | 50 |
| $vars->{'head link.local'} //= [] | ||||||
352 | 50 |
| $match->mapping->{'special'} // '-' | ||||||
100 |
| $match->mapping->{'repository'} // '-' | |||||||
412 | 50 |
| $vars //= {} |