| blib/lib/Antsy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 17 | 17.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 280 | 0 | 0 | 0 | int $n == $n and $n >= 0 |
| 0 | 0 | 0 | int $n == $n and $n >= 0 and $n <= 255 | |
| 302 | 0 | 0 | 12 | int $_ == $_ and $_ >= 0 |
| line | l | !l | condition |
|---|---|---|---|
| 421 | 20 | 4 | $n //= "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 628 | 0 | 0 | 0 | $n == 0 or $n == 1 |
| 0 | 0 | 0 | $n == 0 or $n == 1 or $n == 2 |