Condition Coverage

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


or 2 conditions

line l !l condition
19 0 7 $self->config->{'subclass'} || 'Template'
23 0 6 setting('charset') || ''
36 0 6 $self->config->{'start_tag'} || '<%'
40 0 6 $self->config->{'stop_tag'} || $self->config->{'end_tag'} || '%>'
106 1 0 $self->{'orig_wrappers'} || []
130 0 9 setting('charset') || ''

or 3 conditions

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