blib/lib/Dancer2/Template/TextTemplate/FakeEngine.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 0 | 0 | 21 | defined $template and not &blessed($template) |
0 | 21 | 0 | defined $template and not &blessed($template) and ref $template || -f $template | |
166 | 0 | 14 | 7 | $self->safe and $self->safe_disposable |
168 | 1 | 15 | 5 | defined $computed and $self->caching |
169 | 3 | 0 | 2 | ref $template and $self->cache_stringrefs |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
144 | 16 | 5 | 0 | ref $template || -f $template |