| blib/lib/Number/Tolerant/Type.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 8 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 80 | 62 | 351 | unless defined $input |
| 82 | 290 | 61 | if ($input =~ qr/\A$number\z/) |
| 83 | 2 | 288 | $input =~ m[/] ? : |
| 89 | 0 | 61 | if ref $input and eval { do { $input->isa("Math::BigInt") } } |