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 - basemath - bit.c (source / functions) Hit Total Coverage
Test: PARI/GP v2.16.2 lcov report (development 29115-f22e516b23) Lines: 408 422 96.7 %
Date: 2024-04-18 08:07:12 Functions: 34 36 94.4 %
Legend: Lines: hit not hit

Function Name Sort by function name Hit count Sort by hit count
bits_to_int 0
bits_to_u 0
hamming_mat 7
hamming_int 21
int_set_ulong 24
ibittrunc 35
bittest 91
gbittest 91
ibitor 105
gbitneg 112
ibitxor 147
gbitnegimply 196
gbitor 196
gbitxor 196
ibitnegimply 203
inegate 630
hamming_slice 714
hamming_vecsmall 847
hammingweight 1596
fromdigits_2k 28014
F2v_to_ZV_inplace 28042
binaire 28077
binary_zv 35238
int_set_int 192763
binary_2k 5189981
binary_2k_nv 5712325
nv_fromdigits_2k 16721085
hammingl 24104418
ibitand 37248204
gbitand 37248267
signs 37248659
checkint2 37248855
int_get_int 223024463
int_get_ulong 301593402
int_set_bits 791539770
int_get_bits 840391998

Generated by: LCOV version 1.14