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