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