Condition Coverage

blib/lib/Plack/I18N/Lexicon/Maketext.pm
Criterion Covered Total %
condition 5 8 62.5


or 2 conditions

line l !l condition
21 21 2 $params{'default_language'} || 'en'

or 3 conditions

line l !l&&r !l&&!r condition
19 23 1 0 $params{'i18n_class'} || croak('i18n_class required')
57 21 0 0 $$self{'locale_dir'} || $INC{$$self{'i18n_class'}} || join('/', 'lib', split(/::/, $$self{'i18n_class'}, 0))