blib/lib/DTL/Fast/Template.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 0 | 2298 | 0 | defined $context and ref $context ne 'DTL::Fast::Context' |
line | l | !l | condition |
---|---|---|---|
20 | 962 | 0 | $template //= '' |
23 | 76 | 886 | $kwargs{'dirs'} //= [] |
24 | 66 | 896 | $kwargs{'file_path'} //= 'inline' |
27 | 0 | 962 | $kwargs{'modules'} //= {'DTL::Fast', $DTL::Fast::VERSION} |
82 | 2314 | 22 | $context //= {} |