| blib/lib/Math/BigInt/FastCalc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | defined $base_len and $base_len == int $base_len |
| 0 | 0 | 0 | defined $base_len and $base_len == int $base_len and $base_len > 0 | |
| 32 | 0 | 0 | 0 | $use_int and $base_len > $MAX_EXP_I |
| 0 | 0 | 0 | not $use_int and $base_len > $MAX_EXP_F |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 0 | 0 | $use_int and $base_len > $MAX_EXP_I or not $use_int and $base_len > $MAX_EXP_F |