| blib/lib/Crypto/ECC/Point.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 18 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 46 | 0 | 0 | 0 | $class->cmp($p2, $class->infinity) == 0 and $p1->isa($class) | 
| 50 | 0 | 0 | 0 | $class->cmp($p1, $class->infinity) == 0 and $p2->isa($class) | 
| 54 | 0 | 0 | 0 | $class->cmp($p1, $class->infinity) == 0 and $class->cmp($p2, $class->infinity) == 0 | 
| 119 | 0 | 0 | 0 | $e3bit != 0 and $ebit == 0 | 
| 0 | 0 | 0 | $e3bit == 0 and $ebit != 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 164 | 0 | 0 | 0 | ($result <=> $x) < 0 or ($result <=> $x) == 0 |