| lib/Dancer2/Plugin/ViewCache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 14 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 3 | exists $params->{'html'} and defined $params->{'html'} |
| 0 | 0 | 3 | exists $params->{'html'} and defined $params->{'html'} and $params->{'html'} ne "" | |
| 141 | 0 | 2 | 1 | exists $params->{'code'} and defined $params->{'code'} |
| 2 | 0 | 1 | exists $params->{'code'} and defined $params->{'code'} and $params->{'code'} ne "" |
| line | l | !l | condition |
|---|---|---|---|
| 139 | 3 | 0 | $self->_randominteger // 128 |