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