| blib/lib/Data/Str2Num.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 30 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | @strs and not $strs[0] =~ /^\s*\S/ |
| 123 | 0 | 0 | 0 | $integer and substr($integer, 0, 1) == 0 |
| 130 | 0 | 0 | 0 | $fraction and substr($fraction, 0, 1) == 0 |
| 137 | 0 | 0 | 0 | $integer and substr($integer, 0, 1) == 0 |
| 152 | 0 | 0 | 0 | @strs and not $strs[0] =~ /^\s*\S/ |
| 204 | 0 | 0 | 0 | @strs and not $strs[0] =~ /^\s*\S/ |
| 256 | 0 | 0 | 0 | defined $strs[0] && $strs[0] =~ /^\s*\S/ |
| 0 | 0 | 0 | @strs and not defined $strs[0] && $strs[0] =~ /^\s*\S/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | defined $integer or defined $fraction |
| 0 | 0 | 0 | defined $integer or defined $fraction or defined $exponent |