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