| line |
l |
!l&&r |
!l&&!r |
condition |
|
103
|
139 |
0 |
0 |
$Template::Config::PARSER->new($params) || $class->error('failed to create parser: ', $Template::Config::PARSER->error) |
|
121
|
159 |
0 |
0 |
$Template::Config::PROVIDER->new($params) || $class->error('failed to create template provider: ', $Template::Config::PROVIDER->error) |
|
140
|
159 |
0 |
0 |
$Template::Config::PLUGINS->new($params) || $class->error('failed to create plugin provider: ', $Template::Config::PLUGINS->error) |
|
159
|
159 |
0 |
0 |
$Template::Config::FILTERS->new($params) || $class->error('failed to create filter provider: ', $Template::Config::FILTERS->error) |
|
177
|
174 |
0 |
0 |
$Template::Config::ITERATOR->new($list, @_) || $class->error('failed to create iterator: ', $Template::Config::ITERATOR->error) |
|
195
|
162 |
0 |
0 |
$Template::Config::STASH->new($params) || $class->error('failed to create stash: ', $Template::Config::STASH->error) |
|
213
|
158 |
0 |
0 |
$Template::Config::CONTEXT->new($params) || $class->error('failed to create context: ', $Template::Config::CONTEXT->error) |
|
231
|
155 |
0 |
0 |
$Template::Config::SERVICE->new($params) || $class->error('failed to create context: ', $Template::Config::SERVICE->error) |
|
250
|
7 |
0 |
0 |
$Template::Config::CONSTANTS->new($params) || $class->error('failed to create constants namespace: ', $Template::Config::CONSTANTS->error) |