Condition Coverage

lib/Template/Service.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
204 0 0 17 &blessed($$error) and $$error->isa('Template::Exception')

or 2 conditions

line l !l condition
74 1071 155 $params ||= {}
162 18 1 $data || ''
173 4 151 $config->{'DEBUG'} || 0
177 155 0 $config->{'CONTEXT'} || 'Template::Config'->context($config) || (return $self->error('Template::Config'->error))
212 4 4 $self->{'ERROR'} || (return undef)

or 3 conditions

line l !l&&r !l&&!r condition
170 5 0 150 $config->{'ERROR'} || $config->{'ERRORS'}