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 15 blessed $$error and $$error->isa('Template::Exception')

or 2 conditions

line l !l condition
74 1054 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)

or 3 conditions

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