Branch Coverage

blib/lib/YATT/Lite/WebMVC0/Partial/LangSwitch.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
39 0 0 if $self->{'cf_debug_lang'}
41 0 0 if (not $user and my $sub = $self->can('load_current_user'))
48 0 0 if ($lang)
49 0 0 unless $lang =~ /^\w{2}$/
52 0 0 $_ ? :
54 0 0 $lang ? :
56 0 0 if ($user and $sub = $user->can('pref_lang') and my $ul = &$sub($user)) { }
0 0 elsif ($ck_lang) { }