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