| lib/Perlmazing/Perlmazing/Precompile/numeric.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 30 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 6 | 0 | 0 | 0 | &is_number($aa) and &is_number($bb) |
| 16 | 0 | 0 | 0 | @split_a and @split_b |
| 19 | 0 | 0 | 0 | _is_numeric($aaa) and _is_numeric($bbb) |
| 0 | 0 | 0 | &is_number($aaa) and &is_number($bbb) | |
| 33 | 0 | 0 | 0 | $i < @parts_a and $i < @parts_b |
| 36 | 0 | 0 | 0 | $number_a =~ /^0/u and not $number_b =~ /^0/u |
| 0 | 0 | 0 | $number_b =~ /^0/u and not $number_a =~ /^0/u |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 0 | 0 | &is_number($aaa) || &is_number($bbb) |
| 29 | 0 | 0 | 0 | $aaa =~ /\./u or $bbb =~ /\./u |
| 89 | 0 | 0 | 0 | $result ||= $aa cmp $bb |