| line |
true |
false |
branch |
|
6
|
0 |
0 |
if (&is_number($aa) and &is_number($bb)) |
|
8
|
0 |
0 |
unless ($result) |
|
19
|
0 |
0 |
if (_is_numeric($aaa) and _is_numeric($bbb)) { } |
|
|
0 |
0 |
elsif (&is_number($aaa) and &is_number($bbb)) { } |
|
|
0 |
0 |
elsif (not &is_number($aaa) || &is_number($bbb)) { } |
|
|
0 |
0 |
elsif (&is_number($aaa)) { } |
|
26
|
0 |
0 |
if $length > $max_length |
|
29
|
0 |
0 |
if ($aaa =~ /\./u or $bbb =~ /\./u) |
|
32
|
0 |
0 |
@parts_a > @parts_b ? : |
|
33
|
0 |
0 |
unless $i < @parts_a and $i < @parts_b |
|
36
|
0 |
0 |
if ($number_a =~ /^0/u and not $number_b =~ /^0/u) { } |
|
|
0 |
0 |
elsif ($number_b =~ /^0/u and not $number_a =~ /^0/u) { } |
|
59
|
0 |
0 |
if ($dots_a > $dots_b) { } |
|
|
0 |
0 |
elsif ($dots_b > $dots_a) { } |
|
71
|
0 |
0 |
unless ($result) |
|
74
|
0 |
0 |
if $result |
|
77
|
0 |
0 |
if $result |
|
80
|
0 |
0 |
if $result |
|
95
|
0 |
0 |
if &is_number($v) |
|
96
|
0 |
0 |
if $v =~ /^\d+(\.\d+)*$/u |