lib/CGI/FormBuilder/Template/TT2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 14 | 35.7 |
line | l | !l | condition |
---|---|---|---|
58 | 0 | 4 | $$self{'data'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 0 | 4 | 0 | ref $self || $self |
42 | 4 | 0 | 0 | 'Template'->new($$opt{'engine'} || {}) || puke($Template::ERROR) |
54 | 4 | 0 | 0 | shift() || puke('Missing template expansion hashref ($form->prepare failed?)') |
56 | 4 | 0 | 0 | $$self{'template'} || puke('Template Toolkit template not specified') |