| blib/lib/Crypto/ECC/PublicKey.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | ($p->x <=> 0) < 0 or ($n <=> $p->x) <= 0 |
| 0 | 0 | 0 | ($p->x <=> 0) < 0 or ($n <=> $p->x) <= 0 or ($p->y <=> 0) < 0 | |
| 0 | 0 | 0 | ($p->x <=> 0) < 0 or ($n <=> $p->x) <= 0 or ($p->y <=> 0) < 0 or ($n <=> $p->y) <= 0 | |
| 41 | 0 | 0 | 0 | ($r <=> 1) < 0 or ($r <=> $n - 1) > 0 |
| 45 | 0 | 0 | 0 | ($s <=> 1) < 0 or ($s <=> $n - 1) > 0 |