blib/lib/Data/Localize/Format/Gettext.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
14 | 4 | 3 | if (index($value, '(') > -1) |
19 | 6 | 1 | if (@args) |
20 | 3 | 0 | defined $args[$1 - 1] ? : |
31 | 1 | 3 | if ($code = $self->functions->{$method}) { } |
3 | 0 | elsif ($code = $self->can($method)) { } | |
36 | 0 | 4 | unless ($code) |
42 | 6 | 3 | if ($_ =~ /%(\d+)/) |
48 | 3 | 1 | if ($is_method) |