Code coverage tests

This page documents the degree to which the PARI/GP source code is tested by our public test suite, distributed with the source distribution in directory src/test/. This is measured by the gcov utility; we then process gcov output using the lcov frond-end.

We test a few variants depending on Configure flags on the pari.math.u-bordeaux.fr machine (x86_64 architecture), and agregate them in the final report:

The target is to exceed 90% coverage for all mathematical modules (given that branches depending on DEBUGLEVEL or DEBUGMEM are not covered). This script is run to produce the results below.

LCOV - code coverage report
Current view: top level - language - forprime.c (source / functions) Hit Total Coverage
Test: PARI/GP v2.16.2 lcov report (development 29115-f22e516b23) Lines: 435 512 85.0 %
Date: 2024-05-02 08:08:24 Functions: 36 42 85.7 %
Legend: Lines: hit not hit

Function Name Sort by function name Hit count Sort by hit count
init_primepointer_geq 0
init_primepointer_gt 0
init_primepointer_leq 0
maxprime_check 0
maxprimelim 0
set_optimize 0
u_forprime_restrict 63
forcomposite 70
forcomposite_init 70
forcomposite_next 238
maxprimeN 434
forprime 721
forprimestep 812
forprime_init 1301
good_arena_size 1820
initprimes 1820
initprimes0 1820
initprimes1 1820
initprimetable 1820
pari_close_primes 1820
pari_init_primes 1820
pari_sieve_init 1820
set_prodprimes 1820
forprimestep_init 2133
sieve_block 6588
sieve_chunk 6972
arith_set 101955
init_modular_small 4488282
u_forprime_sieve_init 5108769
sieve_init 7329519
optimize_chunk 7329523
init_modular_big 8804827
prodprimes 14406848
init_primepointer_lt 17853931
u_forprime_set_prime_table 19361143
u_forprime_init 27278919
u_forprime_arith_init 27884443
u_forprime_sieve_arith_init 32996061
forprime_next 44531789
maxprime 51056956
shift_cache 122886241
u_forprime_next 343262550

Generated by: LCOV version 1.14