Branch Coverage

blib/lib/Math/NumSeq/GoldbachCount.pm
Criterion Covered Total %
branch 24 26 92.3


line true false branch
97 3 3 $self->{'on_values'} eq 'even' ? :
107 4 46 unless (@{$self->{'array'};})
112 2 2 if ($even_only)
121 2 2 if ($even_only)
131 170 12438 if ($sum > $hi) { }
0 12438 elsif ($sum < $lo) { }
147 16 34 if ($self->{'on_values'} eq 'even')
157 27 54 if ($self->{'on_values'} eq 'even')
160 18 63 if ($i <= 3)
163 0 63 unless ($i >= 0 and $i <= 16777215)
168 21 42 if ($i & 1)
170 16 5 is_prime($i - 2) ? :
181 125 74 if ($sum <= $i) { }