Branch Coverage

blib/lib/Text/Amuse/Utils.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
480 2 3 if (exists $langs{$lang}) { }
2 1 elsif (my $alias = language_mapping()->{$lang}) { }
484 1 1 if (exists $langs{$alias})