blib/lib/Localizer/Resource.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 6 | @_ == 1 ? : |
25 | 0 | 6 | unless (exists $args{'dictionary'}) |
32 | 2 | 4 | if (exists $args{'functions'}) { } |
50 | 3 | 3 | if ($self->precompile) |
63 | 0 | 27 | unless defined $compiled |
65 | 18 | 9 | if (ref $compiled eq 'CODE') { } |
9 | 0 | elsif (ref $compiled eq 'SCALAR') { } | |
77 | 5 | 29 | if (my $code = $self->compiled->{$msgid}) |
82 | 0 | 29 | unless $fmt |