Branch Coverage

blib/lib/Math/NumSeq/SophieGermainPrimes.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
71 0 501 unless my(undef, $prime) = $prime_seq->next
73 0 501 if ($prime >= 2147483647)
76 109 392 if (is_prime(2 * $prime + 1))