Condition Coverage

blib/lib/Dancer/Plugin/I18N.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 not ref $n and length $n
161 0 0 0 defined $handle and ref $handle eq 'HASH'
311 0 0 0 $handle and exists $$handle{'languages'}
452 0 0 0 $$handle{'installed_languages'} and $$handle{'installed_languages'}{$_[0]}

or 2 conditions

line l !l condition
167 0 0 $$settings{'maketext_options'} || {}
281 0 0 $$settings{'lang_default'} || 'i-default'
293 0 0 shift() || (return)
322 0 0 &_txt2ascii(setting('charset')) || undef

or 3 conditions

line l !l&&r !l&&!r condition
165 0 0 0 $$settings{'directory'} || path(setting('appdir'), 'I18N')
388 0 0 0 ref $c || $c
418 0 0 0 ref $c || $c
425 0 0 0 $ret eq $lang_test or $ret =~ /^$lang_test/