blib/lib/MsOffice/Word/Template.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 11 | 63.6 |
line | l | !l | condition |
---|---|---|---|
274 | 1 | 1 | $self->{'engine_stash'} //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
269 | 0 | 6 | 0 | $TT2_args{'BLOCKS'}{$_} //= $precompiled_blocks{$_} |
275 | 1 | 1 | 0 | $stash->{'TT2'} //= "Template::AutoFilter"->new(\%TT2_args) |
276 | 1 | 1 | 0 | $stash->{'compiled_template'} //= $stash->{'TT2'}->template(\$self->{'template_text'}) |