| lib/Dancer2/Plugin/ViewCache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 72 | 0 | 1 | unless $self->_set_d2pdb($self->find_plugin("Dancer2::Plugin::DBIC")) |
| 108 | 1 | 3 | unless (defined $view_by_code) |
| 112 | 1 | 2 | if ($view_by_code->delete_after_view) |
| 129 | 2 | 1 | unless (defined $del) |
| 137 | 0 | 3 | unless exists $params->{'html'} and defined $params->{'html'} and $params->{'html'} ne "" |
| 141 | 1 | 2 | if (exists $params->{'code'} and defined $params->{'code'} and $params->{'code'} ne '') { } |