Condition Coverage

blib/lib/Dancer/Template/TemplateToolkit.pm
Criterion Covered Total %
condition 13 27 48.1


or 2 conditions

line l !l condition
20 0 7 $self->config->{'subclass'} || 'Template'
24 0 6 setting('charset') || ''
37 0 6 $self->config->{'start_tag'} || '<%'
41 0 6 $self->config->{'stop_tag'} || $self->config->{'end_tag'} || '%>'
107 1 0 $self->{'orig_wrappers'} || []
131 0 9 setting('charset') || ''

or 3 conditions

line l !l&&r !l&&!r condition
21 5 1 1 $class->can("process") or "Dancer::ModuleLoader"->load($class)
33 0 1 5 $self->config->{'INCLUDE_PATH'} || setting('views')
41 0 0 0 $self->config->{'stop_tag'} || $self->config->{'end_tag'}
51 0 0 6 $start_tag eq '\\[%' || $start_tag eq '\\[\\%'
58 0 0 6 $stop_tag eq '%\\]' || $stop_tag eq '\\%\\]'