| blib/lib/Crypto/ECC/PublicKey.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 15 | 0.0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 25 | 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 | |
| 43 | 0 | 0 | 0 | ($r <=> 1) < 0 or ($r <=> $n - 1) > 0 | 
| 47 | 0 | 0 | 0 | ($s <=> 1) < 0 or ($s <=> $n - 1) > 0 |