lib/Template/Service.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 16 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
204 | 0 | 0 | 15 | blessed $$error and $$error->isa('Template::Exception') |
line | l | !l | condition |
---|---|---|---|
74 | 1046 | 155 | $params ||= {} |
162 | 18 | 1 | $data || '' |
173 | 4 | 141 | $$config{'DEBUG'} || 0 |
177 | 145 | 0 | $$config{'CONTEXT'} || 'Template::Config'->context($config) || (return $self->error('Template::Config'->error)) |
212 | 4 | 2 | $$self{'ERROR'} || (return undef) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
170 | 5 | 0 | 140 | $$config{'ERROR'} || $$config{'ERRORS'} |