Branch Coverage

blib/lib/Ark/Plugin/I18N.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
19 3 3 if $$stash{'setup_finished'}
35 0 3 if ($@) { }
48 0 7 if ($languages) { }
49 0 0 ref $languages eq 'ARRAY' ? :
62 7 0 if (my $mt = $self->app->can('_loc_lang'))
84 0 5 unless my $loc = $self->app->can('_loc')
85 0 5 if (ref $_[1] eq 'ARRAY') { }