Condition Coverage

blib/lib/Template/Plugin/Filter/I18N.pm
Criterion Covered Total %
condition 0 11 0.0


or 2 conditions

line l !l condition
20 0 0 $$self{'_CONFIG'}{'filter'} || $$conf{'filter'} || 'i18n'

or 3 conditions

line l !l&&r !l&&!r condition
17 0 0 0 $$self{'_CONFIG'}{'domain'} || $$conf{'domain'} || $$self{'_CONTEXT'}->throw('Template::Plugin::Filter::I18N', 'undefined domain')
18 0 0 0 $$self{'_CONFIG'}{'locale'} || $$conf{'locale'} || $$self{'_CONTEXT'}->throw('Template::Plugin::Filter::I18N', 'undefined locale')
19 0 0 0 $$self{'_CONFIG'}{'dir'} || $$conf{'dir'}