blib/lib/Text/MessageLibrary.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 24 | 62.5 |
line | true | false | branch |
---|---|---|---|
277 | 0 | 3 | unless @_ <= 2 |
279 | 1 | 2 | unless defined $prefix |
295 | 0 | 3 | unless @_ <= 2 |
297 | 0 | 3 | unless defined $suffix |
310 | 0 | 6 | unless @_ == 1 |
322 | 0 | 6 | unless @_ == 1 |
346 | 0 | 6 | if $message_name eq 'DESTROY' |
351 | 2 | 4 | unless (defined $message_generator) |
361 | 4 | 2 | if (ref $message_generator eq 'CODE') { } |
378 | 2 | 0 | defined $_[1] ? : |
391 | 0 | 2 | if ($^O eq 'MSWin32') { } |
2 | 0 | elsif ($^O ne 'Mac' and $^O ne 'VMS' and $^O ne 'OS2') { } |