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 29115-f22e516b23) Lines: 11763 12419 94.7 %
Date: 2024-03-19 08:06:49 Functions: 775 784 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
algebras.c
99.3%99.3%
99.3 % 3501 / 3527 99.7 % 305 / 306
elldata.c
94.7%94.7%
94.7 % 143 / 151 100.0 % 16 / 16
ellfromeqn.c
94.0%94.0%
94.0 % 63 / 67 100.0 % 6 / 6
forperm.c
100.0%
100.0 % 37 / 37 100.0 % 4 / 4
forsubset.c
100.0%
100.0 % 53 / 53 100.0 % 7 / 7
galois.c
96.2%96.2%
96.2 % 1768 / 1838 97.2 % 69 / 71
galpol.c
83.3%83.3%
83.3 % 45 / 54 100.0 % 4 / 4
genus2red.c
90.9%90.9%
90.9 % 1325 / 1458 100.0 % 60 / 60
groupid.c
85.5%85.5%
85.5 % 189 / 221 87.5 % 7 / 8
krasner.c
98.0%98.0%
98.0 % 440 / 449 100.0 % 34 / 34
mpqs.c
83.6%83.6%
83.6 % 601 / 719 96.9 % 31 / 32
part.c
81.5%81.5%
81.5 % 154 / 189 92.3 % 12 / 13
ratpoints.c
96.8%96.8%
96.8 % 887 / 916 100.0 % 33 / 33
stark.c
92.4%92.4%
92.4 % 1651 / 1786 98.4 % 127 / 129
thue.c
95.0%95.0%
95.0 % 906 / 954 98.4 % 60 / 61

Generated by: LCOV version 1.14