line |
!l |
l&&!r |
l&&r |
condition |
386
|
2 |
0 |
0 |
$low == $high and &is_prob_prime($low) |
401
|
0 |
2 |
1 |
$bigdigits and prime_get_config()->{'nobigint'} |
508
|
22 |
0 |
0 |
$_big_gcd_use and $p > $_big_gcd_top |
637
|
5 |
0 |
0 |
$verbose and $verbose != 3 |
662
|
30 |
0 |
0 |
$_big_gcd_use and $n > $_big_gcd_top |
688
|
0 |
0 |
5 |
$q->is_odd and $q > 2 |
|
0 |
0 |
5 |
$q->is_odd and $q > 2 and $m > 0 |
|
0 |
0 |
5 |
$q->is_odd and $q > 2 and $m > 0 and $m * $q + $ONE == $n |
|
0 |
0 |
5 |
$q->is_odd and $q > 2 and $m > 0 and $m * $q + $ONE == $n and $TWO * $q + $ONE > $n->copy->bsqrt |
740
|
0 |
0 |
6 |
defined $input_seed and length $input_seed >= 32 |
802
|
18 |
12 |
0 |
$looks_prime and $_big_gcd_use |
|
30 |
0 |
0 |
$looks_prime and $_big_gcd_use and $c > $_big_gcd_top |
803
|
0 |
0 |
0 |
Math::BigInt::bgcd($c, $_big_gcd[0])->is_one && Math::BigInt::bgcd($c, $_big_gcd[1])->is_one && Math::BigInt::bgcd($c, $_big_gcd[2])->is_one && Math::BigInt::bgcd($c, $_big_gcd[3])->is_one |
808
|
18 |
4 |
8 |
$looks_prime and not &is_strong_pseudoprime($c, 3) |
821
|
0 |
0 |
4 |
Math::BigInt::bgcd($z - 1, $c)->is_one and $z->copy->bmodpow($c0, $c)->is_one |
892
|
1 |
0 |
0 |
prime_get_config()->{'gmp'} and $k <= 450 |
line |
l |
!l&&r |
!l&&!r |
condition |
381
|
0 |
0 |
2 |
$high < 2 or $low > $high |
486
|
348 |
232 |
218 |
$zi >= $pm or defined $premod[$pm] |
497
|
14 |
5 |
37 |
$a % 3 == $premod[3] or $a % 5 == $premod[5] |
|
19 |
5 |
32 |
$a % 3 == $premod[3] or $a % 5 == $premod[5] or $a % 7 == $premod[7] |
|
10 |
2 |
30 |
$a % 3 == $premod[3] or $a % 5 == $premod[5] or $a % 7 == $premod[7] or $a % 11 == $premod[11] |
|
7 |
1 |
29 |
$a % 3 == $premod[3] or $a % 5 == $premod[5] or $a % 7 == $premod[7] or $a % 11 == $premod[11] or $a % 13 == $premod[13] |
|
3 |
0 |
29 |
$a % 3 == $premod[3] or $a % 5 == $premod[5] or $a % 7 == $premod[7] or $a % 11 == $premod[11] or $a % 13 == $premod[13] or $a % 17 == $premod[17] |
|
1 |
1 |
28 |
$a % 3 == $premod[3] or $a % 5 == $premod[5] or $a % 7 == $premod[7] or $a % 11 == $premod[11] or $a % 13 == $premod[13] or $a % 17 == $premod[17] or $a % 19 == $premod[19] |