| lib/Perlmazing/Perlmazing/Precompile/numeric.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 18 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 5 | 239 | 0 | 0 | &is_number($aa) and &is_number($bb) |
| 0 | 0 | 239 | defined $aa and defined $bb | |
| 14 | 225 | 10 | 4 | $aa =~ /\d/u and $bb =~ /\d/u |
| 21 | 0 | 0 | 7 | @split_a and @split_b |
| 23 | 4 | 0 | 3 | &is_number($aa) and &is_number($bb) |
| 37 | 3 | 0 | 4 | $current_sort and $break |