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 - modules Hit Total Coverage
Test: PARI/GP v2.16.2 lcov report (development 29419-8afb0ed749) Lines: 11818 12468 94.8 %
Date: 2024-07-02 09:03:41 Functions: 779 788 98.9 %
Legend: Rating: low: < 75 % medium: >= 75 % high: >= 90 %

Filename Sort by name Line Coverage Sort by line coverage Functions Sort by function coverage
groupid.c
85.4%85.4%
85.4 % 187 / 219 87.5 % 7 / 8
part.c
81.5%81.5%
81.5 % 154 / 189 92.3 % 12 / 13
mpqs.c
84.7%84.7%
84.7 % 609 / 719 96.9 % 31 / 32
galois.c
96.2%96.2%
96.2 % 1768 / 1838 97.2 % 69 / 71
thue.c
95.1%95.1%
95.1 % 937 / 985 98.4 % 63 / 64
stark.c
92.5%92.5%
92.5 % 1680 / 1817 98.5 % 128 / 130
algebras.c
99.3%99.3%
99.3 % 3499 / 3525 99.7 % 305 / 306
forperm.c
100.0%
100.0 % 37 / 37 100.0 % 4 / 4
galpol.c
83.3%83.3%
83.3 % 45 / 54 100.0 % 4 / 4
ellfromeqn.c
94.0%94.0%
94.0 % 63 / 67 100.0 % 6 / 6
forsubset.c
100.0%
100.0 % 53 / 53 100.0 % 7 / 7
elldata.c
94.7%94.7%
94.7 % 143 / 151 100.0 % 16 / 16
ratpoints.c
96.8%96.8%
96.8 % 879 / 908 100.0 % 33 / 33
krasner.c
98.0%98.0%
98.0 % 439 / 448 100.0 % 34 / 34
genus2red.c
90.9%90.9%
90.9 % 1325 / 1458 100.0 % 60 / 60

Generated by: LCOV version 1.16