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 Hit Total Coverage
Test: PARI/GP v2.18.0 lcov report (development 29658-e7fd7c29c3) Lines: 155935 172141 90.6 %
Date: 2024-10-22 09:06:36 Functions: 14675 15876 92.4 %
Legend: Rating: low: < 75 % medium: >= 75 % high: >= 90 %

Directory Sort by name Line Coverage Sort by line coverage Functions Sort by function coverage
gp
50.1%50.1%
50.1 % 348 / 695 45.9 % 28 / 61
graph
78.1%78.1%
78.1 % 1330 / 1703 76.9 % 123 / 160
language
79.7%79.7%
79.7 % 12184 / 15286 84.8 % 1197 / 1411
mt
93.7%93.7%
93.7 % 310 / 331 85.7 % 48 / 56
kernel/none
93.3%93.3%
93.3 % 3534 / 3786 86.0 % 417 / 485
headers
91.0%91.0%
91.0 % 1448 / 1591 90.2 % 651 / 722
basemath
91.6%91.6%
91.6 % 124755 / 136154 93.8 % 11403 / 12163
kernel/gmp
96.2%96.2%
96.2 % 795 / 826 96.7 % 58 / 60
modules
95.4%95.4%
95.4 % 11231 / 11769 98.9 % 750 / 758

Generated by: LCOV version 1.16