| blib/lib/Math/BigInt/Named.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 28 | 67.8 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 1 | 60 | unless ref $x |
| 46 | 1 | 60 | if $x->is_nan |
| 49 | 58 | 2 | if (@_) |
| 50 | 0 | 58 | if (ref $_[0] eq 'HASH') { } |
| 51 | 0 | 0 | if @_ > 1 |
| 62 | 0 | 58 | unless defined $param |
| 63 | 0 | 58 | unless length $param |
| 65 | 58 | 0 | if ($param =~ /^lang(uage)?$/) |
| 67 | 0 | 58 | unless defined $lang |
| 68 | 0 | 58 | unless length $lang |
| 75 | 2 | 58 | unless defined $lang |
| 76 | 57 | 3 | if exists $LANGUAGE->{$lang} |
| 80 | 4 | 56 | unless (defined $LOADED->{$lang}) |
| 85 | 0 | 4 | if $@ |