Add primes_geq
and primes_lt
generation functions, as well as sieve_geq
and sieve_lt
.
#19
91.30% of diff hit (target 93.01%)
View this Pull Request on Codecov
91.30% of diff hit (target 93.01%)
Annotations
Check warning on line 177 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L177
Added line #L177 was not covered by tests
Check warning on line 181 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L181
Added line #L181 was not covered by tests
Check warning on line 213 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L213
Added line #L213 was not covered by tests
Check warning on line 320 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L320
Added line #L320 was not covered by tests
Check warning on line 342 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L342
Added line #L342 was not covered by tests
Check warning on line 352 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L352
Added line #L352 was not covered by tests
Check warning on line 391 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L377-L391
Added lines #L377 - L391 were not covered by tests
Check warning on line 393 in src/generation.rs
codecov / codecov/patch
src/generation.rs#L393
Added line #L393 was not covered by tests
Check warning on line 19 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L19
Added line #L19 was not covered by tests
Check warning on line 110 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L110
Added line #L110 was not covered by tests
Check warning on line 112 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L112
Added line #L112 was not covered by tests
Check warning on line 121 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L121
Added line #L121 was not covered by tests
Check warning on line 160 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L160
Added line #L160 was not covered by tests
Check warning on line 168 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L168
Added line #L168 was not covered by tests
Check warning on line 208 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L208
Added line #L208 was not covered by tests
Check warning on line 213 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L213
Added line #L213 was not covered by tests
Check warning on line 216 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L216
Added line #L216 was not covered by tests
Check warning on line 224 in src/sieving.rs
codecov / codecov/patch
src/sieving.rs#L224
Added line #L224 was not covered by tests
Check warning on line 152 in src/wrapper.rs
codecov / codecov/patch
src/wrapper.rs#L152
Added line #L152 was not covered by tests
Check warning on line 178 in src/wrapper.rs
codecov / codecov/patch
src/wrapper.rs#L178
Added line #L178 was not covered by tests
Check warning on line 318 in src/wrapper.rs
codecov / codecov/patch
src/wrapper.rs#L315-L318
Added lines #L315 - L318 were not covered by tests