Branch Coverage

blib/lib/Math/Prime/Util/PrimeIterator.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
24 9 2 if defined $start
45 0 3 $p <= 2 ? :
58 15 2 if (defined $start and $start ne 2)
60 10 2 if $start > 2
91 1 1 unless &is_prime($n)