| blib/lib/Dancer/Template/Abstract.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 16 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 207 | 0 | 1 | 38 | defined $_[1] && -f $_[1] |
| line | l | !l | condition |
|---|---|---|---|
| 144 | 26 | 57 | $options ||= {} |
| 147 | 82 | 1 | $tokens ||= {} |
| 174 | 24 | 15 | $tokens ||= {} |
| 175 | 2 | 37 | $options ||= {} |
| 179 | 38 | 1 | $engine->view($view) || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 3 | 109 | 0 | $self->config->{'extension'} || $self->default_tmpl_ext |