| line | l | !l&&r | !l&&!r | condition | 
 
| 103 | 130 | 0 | 0 | $Template::Config::PARSER->new($params) || $class->error('failed to create parser: ', $Template::Config::PARSER->error) | 
 
| 121 | 149 | 0 | 0 | $Template::Config::PROVIDER->new($params) || $class->error('failed to create template provider: ', $Template::Config::PROVIDER->error) | 
 
| 140 | 149 | 0 | 0 | $Template::Config::PLUGINS->new($params) || $class->error('failed to create plugin provider: ', $Template::Config::PLUGINS->error) | 
 
| 159 | 149 | 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 | 152 | 0 | 0 | $Template::Config::STASH->new($params) || $class->error('failed to create stash: ', $Template::Config::STASH->error) | 
 
| 213 | 148 | 0 | 0 | $Template::Config::CONTEXT->new($params) || $class->error('failed to create context: ', $Template::Config::CONTEXT->error) | 
 
| 231 | 145 | 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) |