Coverage Report

View results by: Directories | Files

Path Line Coverage Function Coverage Region Coverage
src/cpython-install/include/python3.15/cpython/abstract.h
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/3)
src/cpython-install/include/python3.15/cpython/bytearrayobject.h
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/bytesobject.h
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/3)
src/cpython-install/include/python3.15/cpython/cellobject.h
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/ceval.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/classobject.h
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/cpython-install/include/python3.15/cpython/code.h
  0.00% (0/25)
  0.00% (0/7)
  0.00% (0/7)
src/cpython-install/include/python3.15/cpython/dictobject.h
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/fileutils.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/floatobject.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/funcobject.h
  0.00% (0/21)
  0.00% (0/7)
  0.00% (0/7)
src/cpython-install/include/python3.15/cpython/listobject.h
  0.00% (0/14)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/lock.h
  0.00% (0/15)
  0.00% (0/3)
  0.00% (0/3)
src/cpython-install/include/python3.15/cpython/longintrepr.h
  0.00% (0/11)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/memoryobject.h
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/methodobject.h
  0.00% (0/20)
  0.00% (0/4)
  0.00% (0/4)
src/cpython-install/include/python3.15/cpython/monitoring.h
  0.00% (0/85)
  0.00% (0/17)
  0.00% (0/17)
src/cpython-install/include/python3.15/cpython/objimpl.h
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/pyatomic_gcc.h
  0.00% (0/154)
  0.00% (0/140)
  0.00% (0/140)
src/cpython-install/include/python3.15/cpython/pyhash.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/pystate.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/setobject.h
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/cpython/tupleobject.h
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/2)
src/cpython-install/include/python3.15/cpython/unicodeobject.h
  0.00% (0/150)
  0.00% (0/24)
  0.00% (0/24)
src/cpython-install/include/python3.15/cpython/weakrefobject.h
  0.00% (0/14)
  0.00% (0/1)
  0.00% (0/1)
src/cpython-install/include/python3.15/object.h
 23.68% (9/38)
 22.22% (2/9)
 22.22% (2/9)
src/cpython-install/include/python3.15/refcount.h
  8.78% (13/148)
 20.00% (2/10)
 60.00% (12/20)
src/cpython/Include/cpython/abstract.h
100.00% (13/13)
100.00% (3/3)
100.00% (11/11)
src/cpython/Include/cpython/bytearrayobject.h
 80.00% (12/15)
100.00% (2/2)
100.00% (14/14)
src/cpython/Include/cpython/bytesobject.h
 70.00% (7/10)
 66.67% (2/3)
 90.00% (9/10)
src/cpython/Include/cpython/cellobject.h
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/2)
src/cpython/Include/cpython/ceval.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Include/cpython/classobject.h
 66.67% (6/9)
 66.67% (2/3)
 66.67% (6/9)
src/cpython/Include/cpython/code.h
 32.00% (8/25)
 28.57% (2/7)
 28.57% (2/7)
src/cpython/Include/cpython/dictobject.h
 70.00% (7/10)
100.00% (1/1)
100.00% (2/2)
src/cpython/Include/cpython/fileutils.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Include/cpython/floatobject.h
100.00% (3/3)
100.00% (1/1)
100.00% (3/3)
src/cpython/Include/cpython/funcobject.h
 14.29% (3/21)
 14.29% (1/7)
 17.65% (3/17)
src/cpython/Include/cpython/listobject.h
 78.57% (11/14)
100.00% (2/2)
100.00% (9/9)
src/cpython/Include/cpython/lock.h
 73.33% (11/15)
100.00% (3/3)
 83.33% (10/12)
src/cpython/Include/cpython/longintrepr.h
100.00% (11/11)
100.00% (2/2)
100.00% (4/4)
src/cpython/Include/cpython/memoryobject.h
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/cpython/Include/cpython/methodobject.h
100.00% (20/20)
100.00% (4/4)
100.00% (24/24)
src/cpython/Include/cpython/monitoring.h
  0.00% (0/85)
  0.00% (0/17)
  0.00% (0/17)
src/cpython/Include/cpython/objimpl.h
100.00% (8/8)
100.00% (2/2)
100.00% (7/7)
src/cpython/Include/cpython/pyatomic_gcc.h
 21.43% (33/154)
 20.71% (29/140)
 20.71% (29/140)
src/cpython/Include/cpython/pyhash.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Include/cpython/pystate.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Include/cpython/setobject.h
 57.14% (4/7)
100.00% (1/1)
100.00% (3/3)
src/cpython/Include/cpython/tupleobject.h
100.00% (10/10)
100.00% (2/2)
100.00% (9/9)
src/cpython/Include/cpython/unicodeobject.h
 81.33% (122/150)
 79.17% (19/24)
 95.80% (114/119)
src/cpython/Include/cpython/weakrefobject.h
  0.00% (0/14)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Include/internal/mimalloc/mimalloc/atomic.h
 23.81% (5/21)
 16.67% (1/6)
 40.74% (11/27)
src/cpython/Include/internal/mimalloc/mimalloc/internal.h
  1.04% (4/383)
  1.41% (1/71)
  0.41% (1/245)
src/cpython/Include/internal/mimalloc/mimalloc/prim.h
 33.33% (12/36)
 75.00% (3/4)
 75.00% (3/4)
src/cpython/Include/internal/mimalloc/mimalloc/types.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/3)
src/cpython/Include/internal/pycore_abstract.h
100.00% (4/4)
100.00% (1/1)
100.00% (6/6)
src/cpython/Include/internal/pycore_asdl.h
 66.67% (18/27)
100.00% (1/1)
 82.35% (14/17)
src/cpython/Include/internal/pycore_backoff.h
 68.00% (34/50)
 60.00% (6/10)
 73.91% (17/23)
src/cpython/Include/internal/pycore_bitutils.h
  4.92% (6/122)
 20.00% (1/5)
 27.27% (3/11)
src/cpython/Include/internal/pycore_call.h
 60.71% (34/56)
 57.14% (4/7)
 84.21% (16/19)
src/cpython/Include/internal/pycore_cell.h
 68.42% (26/38)
100.00% (4/4)
 94.44% (17/18)
src/cpython/Include/internal/pycore_ceval.h
 97.50% (39/40)
100.00% (10/10)
 87.50% (14/16)
src/cpython/Include/internal/pycore_code.h
 80.61% (79/98)
 78.95% (15/19)
 88.89% (32/36)
src/cpython/Include/internal/pycore_dict.h
 81.13% (43/53)
100.00% (8/8)
 87.50% (14/16)
src/cpython/Include/internal/pycore_freelist.h
 86.27% (44/51)
100.00% (6/6)
100.00% (23/23)
src/cpython/Include/internal/pycore_function.h
 50.00% (3/6)
 50.00% (1/2)
 40.00% (2/5)
src/cpython/Include/internal/pycore_gc.h
 76.64% (82/107)
 92.31% (12/13)
 94.87% (37/39)
src/cpython/Include/internal/pycore_genobject.h
100.00% (5/5)
100.00% (1/1)
100.00% (1/1)
src/cpython/Include/internal/pycore_hashtable.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython/Include/internal/pycore_interp.h
  0.00% (0/18)
  0.00% (0/3)
  0.00% (0/8)
src/cpython/Include/internal/pycore_interpframe.h
 75.96% (139/183)
 90.00% (18/20)
 96.49% (55/57)
src/cpython/Include/internal/pycore_list.h
 53.85% (14/26)
 50.00% (1/2)
 68.18% (15/22)
src/cpython/Include/internal/pycore_llist.h
 12.90% (4/31)
 20.00% (1/5)
 14.29% (1/7)
src/cpython/Include/internal/pycore_lock.h
 29.41% (10/34)
 33.33% (2/6)
 37.50% (9/24)
src/cpython/Include/internal/pycore_long.h
100.00% (63/63)
100.00% (17/17)
100.00% (57/57)
src/cpython/Include/internal/pycore_moduleobject.h
 93.33% (14/15)
100.00% (3/3)
100.00% (3/3)
src/cpython/Include/internal/pycore_object.h
 48.34% (131/271)
 80.77% (21/26)
 77.22% (122/158)
src/cpython/Include/internal/pycore_object_alloc.h
 50.00% (8/16)
100.00% (2/2)
100.00% (2/2)
src/cpython/Include/internal/pycore_object_deferred.h
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Include/internal/pycore_object_stack.h
  0.00% (0/38)
  0.00% (0/3)
  0.00% (0/3)
src/cpython/Include/internal/pycore_opcode_metadata.h
 43.11% (416/965)
 66.67% (2/3)
 43.20% (410/949)
src/cpython/Include/internal/pycore_optimizer.h
  0.00% (0/34)
  0.00% (0/9)
  0.00% (0/9)
src/cpython/Include/internal/pycore_pyerrors.h
100.00% (10/10)
100.00% (2/2)
 73.68% (14/19)
src/cpython/Include/internal/pycore_pyhash.h
 63.64% (7/11)
100.00% (1/1)
100.00% (7/7)
src/cpython/Include/internal/pycore_pymath.h
 22.73% (5/22)
 50.00% (1/2)
 25.00% (9/36)
src/cpython/Include/internal/pycore_pymem.h
  0.00% (0/16)
  0.00% (0/1)
  0.00% (0/7)
src/cpython/Include/internal/pycore_pystate.h
 48.21% (27/56)
 87.50% (7/8)
 78.57% (11/14)
src/cpython/Include/internal/pycore_qsbr.h
  0.00% (0/14)
  0.00% (0/4)
  0.00% (0/5)
src/cpython/Include/internal/pycore_runtime.h
 33.33% (6/18)
 33.33% (1/3)
 50.00% (4/8)
src/cpython/Include/internal/pycore_stackref.h
 77.91% (134/172)
 93.10% (27/29)
 96.46% (109/113)
src/cpython/Include/internal/pycore_structseq.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython/Include/internal/pycore_tuple.h
100.00% (6/6)
100.00% (1/1)
100.00% (13/13)
src/cpython/Include/internal/pycore_typeobject.h
100.00% (16/16)
100.00% (3/3)
100.00% (3/3)
src/cpython/Include/internal/pycore_unicodeobject_generated.h
100.00% (3091/3091)
100.00% (1/1)
100.00% (2317/2317)
src/cpython/Include/internal/pycore_weakref.h
 35.00% (21/60)
 66.67% (2/3)
 66.67% (14/21)
src/cpython/Include/object.h
 83.33% (35/42)
100.00% (9/9)
100.00% (26/26)
src/cpython/Include/pydtrace.h
 20.83% (5/24)
 20.83% (5/24)
 20.83% (5/24)
src/cpython/Include/refcount.h
 35.40% (57/161)
 90.91% (10/11)
 96.08% (49/51)
src/cpython/Modules/_abc.c
 46.03% (290/630)
 64.29% (18/28)
 54.02% (443/820)
src/cpython/Modules/_codecsmodule.c
 38.64% (102/264)
 42.86% (18/42)
 22.40% (41/183)
src/cpython/Modules/_collectionsmodule.c
 17.47% (289/1654)
 25.00% (22/88)
 18.02% (340/1887)
src/cpython/Modules/_functoolsmodule.c
 22.87% (255/1115)
 30.91% (17/55)
 26.54% (432/1628)
src/cpython/Modules/_io/_iomodule.c
 49.71% (171/344)
 66.67% (6/9)
 53.44% (396/741)
src/cpython/Modules/_io/_iomodule.h
100.00% (15/15)
100.00% (3/3)
100.00% (3/3)
src/cpython/Modules/_io/bufferedio.c
 24.19% (345/1426)
 32.05% (25/78)
 23.65% (535/2262)
src/cpython/Modules/_io/bytesio.c
 15.96% (98/614)
 25.00% (11/44)
 20.29% (155/764)
src/cpython/Modules/_io/clinic/_iomodule.c.h
 55.19% (117/212)
 66.67% (2/3)
 66.67% (138/207)
src/cpython/Modules/_io/clinic/bufferedio.c.h
 29.13% (180/618)
 32.35% (11/34)
 26.74% (150/561)
src/cpython/Modules/_io/clinic/bytesio.c.h
 25.61% (63/246)
 21.05% (4/19)
 27.54% (57/207)
src/cpython/Modules/_io/clinic/fileio.c.h
 60.26% (141/234)
 78.57% (11/14)
 61.47% (142/231)
src/cpython/Modules/_io/clinic/iobase.c.h
 15.69% (24/153)
 35.71% (5/14)
 10.71% (15/140)
src/cpython/Modules/_io/clinic/stringio.c.h
 50.23% (111/221)
 35.29% (6/17)
 60.82% (104/171)
src/cpython/Modules/_io/clinic/textio.c.h
 19.57% (118/603)
  5.88% (2/34)
 25.42% (137/539)
src/cpython/Modules/_io/fileio.c
 43.41% (313/721)
 65.62% (21/32)
 45.26% (282/623)
src/cpython/Modules/_io/iobase.c
 27.57% (134/486)
 47.37% (18/38)
 29.58% (205/693)
src/cpython/Modules/_io/stringio.c
 50.90% (284/558)
 59.26% (16/27)
 47.24% (393/832)
src/cpython/Modules/_io/textio.c
 15.88% (324/2040)
 19.23% (15/78)
 18.15% (606/3338)
src/cpython/Modules/_localemodule.c
  0.00% (0/459)
  0.00% (0/25)
  0.00% (0/636)
src/cpython/Modules/_opcode.c
  0.00% (0/180)
  0.00% (0/17)
  0.00% (0/612)
src/cpython/Modules/_operator.c
 10.29% (92/894)
 10.75% (10/93)
 12.14% (144/1186)
src/cpython/Modules/_sre/clinic/sre.c.h
 45.38% (432/952)
 53.57% (15/28)
 44.53% (419/941)
src/cpython/Modules/_sre/sre.c
 52.80% (998/1890)
 62.50% (60/96)
 47.54% (1534/3227)
src/cpython/Modules/_sre/sre_lib.h
 46.33% (537/1159)
 83.33% (5/6)
 38.64% (1000/2588)
src/cpython/Modules/_stat.c
 55.49% (91/164)
 44.44% (4/9)
 63.39% (258/407)
src/cpython/Modules/_suggestions.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/22)
src/cpython/Modules/_sysconfig.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/17)
src/cpython/Modules/_threadmodule.c
 10.09% (134/1328)
 17.78% (16/90)
 13.41% (174/1298)
src/cpython/Modules/_tracemalloc.c
  0.00% (0/43)
  0.00% (0/11)
  0.00% (0/27)
src/cpython/Modules/_typesmodule.c
100.00% (41/41)
100.00% (2/2)
 83.54% (137/164)
src/cpython/Modules/_typingmodule.c
  0.00% (0/31)
  0.00% (0/3)
  0.00% (0/39)
src/cpython/Modules/_weakref.c
 30.88% (21/68)
 57.14% (4/7)
 34.78% (24/69)
src/cpython/Modules/atexitmodule.c
  4.14% (7/169)
  7.14% (1/14)
  2.80% (4/143)
src/cpython/Modules/clinic/_abc.c.h
 52.38% (22/42)
 50.00% (2/4)
 51.61% (16/31)
src/cpython/Modules/clinic/_codecsmodule.c.h
 20.38% (332/1629)
 39.47% (15/38)
 26.14% (355/1358)
src/cpython/Modules/clinic/_collectionsmodule.c.h
 31.62% (86/272)
 23.81% (5/21)
 37.33% (81/217)
src/cpython/Modules/clinic/_functoolsmodule.c.h
  0.00% (0/93)
  0.00% (0/4)
  0.00% (0/79)
src/cpython/Modules/clinic/_localemodule.c.h
  0.00% (0/288)
  0.00% (0/12)
  0.00% (0/220)
src/cpython/Modules/clinic/_opcode.c.h
  0.00% (0/456)
  0.00% (0/15)
  0.00% (0/438)
src/cpython/Modules/clinic/_operator.c.h
  0.00% (0/631)
  0.00% (0/46)
  0.00% (0/488)
src/cpython/Modules/clinic/_suggestions.c.h
  0.00% (0/17)
  0.00% (0/1)
  0.00% (0/14)
src/cpython/Modules/clinic/_sysconfig.c.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Modules/clinic/_threadmodule.c.h
 15.28% (11/72)
 25.00% (1/4)
 21.69% (18/83)
src/cpython/Modules/clinic/_tracemalloc.c.h
  0.00% (0/42)
  0.00% (0/9)
  0.00% (0/26)
src/cpython/Modules/clinic/_weakref.c.h
 26.67% (12/45)
 33.33% (1/3)
 31.43% (11/35)
src/cpython/Modules/clinic/gcmodule.c.h
  0.00% (0/235)
  0.00% (0/18)
  0.00% (0/178)
src/cpython/Modules/clinic/itertoolsmodule.c.h
  6.78% (40/590)
  5.26% (1/19)
  5.69% (40/703)
src/cpython/Modules/clinic/posixmodule.c.h
  5.52% (301/5450)
  5.88% (11/187)
  5.62% (307/5460)
src/cpython/Modules/clinic/pwdmodule.c.h
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/7)
src/cpython/Modules/clinic/signalmodule.c.h
  0.00% (0/293)
  0.00% (0/19)
  0.00% (0/246)
src/cpython/Modules/clinic/symtablemodule.c.h
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/23)
src/cpython/Modules/clinic/timemodule.c.h
  0.00% (0/20)
  0.00% (0/2)
  0.00% (0/10)
src/cpython/Modules/errnomodule.c
 96.17% (402/418)
100.00% (3/3)
 55.93% (712/1273)
src/cpython/Modules/faulthandler.c
  1.84% (14/760)
  2.44% (1/41)
  1.62% (11/677)
src/cpython/Modules/gcmodule.c
  0.00% (0/192)
  0.00% (0/23)
  0.00% (0/161)
src/cpython/Modules/getbuildinfo.c
 78.57% (22/28)
100.00% (3/3)
 77.78% (14/18)
src/cpython/Modules/getpath.c
 48.72% (266/546)
 68.18% (15/22)
 52.01% (285/548)
src/cpython/Modules/itertoolsmodule.c
  4.92% (106/2156)
  5.00% (6/120)
 11.25% (424/3769)
src/cpython/Modules/posixmodule.c
 17.75% (1044/5882)
 15.38% (44/286)
 16.72% (950/5683)
src/cpython/Modules/pwdmodule.c
  0.00% (0/204)
  0.00% (0/10)
  0.00% (0/215)
src/cpython/Modules/signalmodule.c
 30.25% (258/853)
 22.64% (12/53)
 29.68% (233/785)
src/cpython/Modules/symtablemodule.c
  0.00% (0/73)
  0.00% (0/3)
  0.00% (0/137)
src/cpython/Modules/timemodule.c
 11.11% (106/954)
 14.58% (7/48)
 11.26% (94/835)
src/cpython/Objects/abstract.c
 33.57% (698/2079)
 55.17% (64/116)
 39.67% (929/2342)
src/cpython/Objects/boolobject.c
 26.87% (18/67)
 33.33% (3/9)
 28.93% (35/121)
src/cpython/Objects/bytearrayobject.c
 21.60% (360/1667)
 25.24% (26/103)
 20.70% (396/1913)
src/cpython/Objects/bytes_methods.c
 30.86% (133/431)
 42.31% (11/26)
 21.15% (118/558)
src/cpython/Objects/bytesobject.c
 30.92% (717/2319)
 53.19% (50/94)
 30.68% (807/2630)
src/cpython/Objects/call.c
 55.57% (379/682)
 65.85% (27/41)
 59.09% (273/462)
src/cpython/Objects/capsule.c
 46.15% (96/208)
 50.00% (9/18)
 60.53% (92/152)
src/cpython/Objects/cellobject.c
 29.59% (29/98)
 41.67% (5/12)
 26.83% (55/205)
src/cpython/Objects/classobject.c
 24.37% (77/316)
 20.00% (5/25)
 21.85% (92/421)
src/cpython/Objects/clinic/bytearrayobject.c.h
 18.72% (175/935)
 16.22% (6/37)
 19.81% (167/843)
src/cpython/Objects/clinic/bytesobject.c.h
 31.31% (237/757)
 38.46% (10/26)
 32.01% (225/703)
src/cpython/Objects/clinic/classobject.c.h
  0.00% (0/37)
  0.00% (0/3)
  0.00% (0/50)
src/cpython/Objects/clinic/codeobject.c.h
  0.00% (0/384)
  0.00% (0/3)
  0.00% (0/492)
src/cpython/Objects/clinic/complexobject.c.h
  0.00% (0/75)
  0.00% (0/6)
  0.00% (0/62)
src/cpython/Objects/clinic/descrobject.c.h
 92.00% (92/100)
100.00% (2/2)
 89.32% (92/103)
src/cpython/Objects/clinic/dictobject.c.h
 73.79% (76/103)
 69.23% (9/13)
 77.78% (56/72)
src/cpython/Objects/clinic/enumobject.c.h
  0.00% (0/60)
  0.00% (0/2)
  0.00% (0/70)
src/cpython/Objects/clinic/exceptions.c.h
 22.32% (25/112)
 20.00% (3/15)
 26.00% (13/50)
src/cpython/Objects/clinic/floatobject.c.h
  0.00% (0/101)
  0.00% (0/14)
  0.00% (0/73)
src/cpython/Objects/clinic/frameobject.c.h
  6.93% (7/101)
  6.67% (1/15)
  6.98% (3/43)
src/cpython/Objects/clinic/funcobject.c.h
 23.93% (28/117)
 57.14% (4/7)
 11.32% (12/106)
src/cpython/Objects/clinic/interpolationobject.c.h
  0.00% (0/63)
  0.00% (0/1)
  0.00% (0/73)
src/cpython/Objects/clinic/listobject.c.h
 66.67% (136/204)
 64.29% (9/14)
 71.67% (129/180)
src/cpython/Objects/clinic/longobject.c.h
 70.59% (168/238)
 45.45% (5/11)
 72.94% (159/218)
src/cpython/Objects/clinic/memoryobject.c.h
 28.89% (78/270)
 30.00% (3/10)
 28.40% (73/257)
src/cpython/Objects/clinic/moduleobject.c.h
 87.50% (42/48)
100.00% (1/1)
 84.62% (44/52)
src/cpython/Objects/clinic/odictobject.c.h
  0.00% (0/214)
  0.00% (0/5)
  0.00% (0/223)
src/cpython/Objects/clinic/setobject.c.h
 43.21% (70/162)
 45.45% (10/22)
 52.00% (26/50)
src/cpython/Objects/clinic/structseq.c.h
  0.00% (0/44)
  0.00% (0/1)
  0.00% (0/47)
src/cpython/Objects/clinic/tupleobject.c.h
 25.93% (14/54)
 25.00% (1/4)
 45.45% (25/55)
src/cpython/Objects/clinic/typeobject.c.h
 47.83% (33/69)
 41.67% (5/12)
 48.57% (17/35)
src/cpython/Objects/clinic/typevarobject.c.h
  0.00% (0/423)
  0.00% (0/19)
  0.00% (0/410)
src/cpython/Objects/clinic/unicodeobject.c.h
 56.88% (525/923)
 55.56% (25/45)
 62.47% (511/818)
src/cpython/Objects/codeobject.c
 28.05% (558/1989)
 33.70% (31/92)
 41.28% (817/1979)
src/cpython/Objects/complexobject.c
  4.34% (38/876)
  6.52% (3/46)
  3.42% (27/790)
src/cpython/Objects/descrobject.c
 48.45% (530/1094)
 57.45% (54/94)
 58.02% (662/1141)
src/cpython/Objects/dictobject.c
 52.32% (2232/4266)
 69.29% (167/241)
 48.61% (1979/4071)
src/cpython/Objects/enumobject.c
 30.43% (98/322)
 41.18% (7/17)
 33.88% (145/428)
src/cpython/Objects/exceptions.c
 39.24% (868/2212)
 50.60% (84/166)
 45.15% (1507/3338)
src/cpython/Objects/fileobject.c
  9.29% (30/323)
 14.29% (3/21)
  8.31% (28/337)
src/cpython/Objects/floatobject.c
 18.53% (274/1479)
 40.68% (24/59)
 24.97% (416/1666)
src/cpython/Objects/frameobject.c
  8.01% (126/1573)
 15.85% (13/82)
 12.19% (194/1592)
src/cpython/Objects/funcobject.c
 34.73% (373/1074)
 46.91% (38/81)
 42.94% (696/1621)
src/cpython/Objects/genericaliasobject.c
  5.12% (37/722)
 11.11% (4/36)
  5.87% (60/1022)
src/cpython/Objects/genobject.c
 19.63% (252/1284)
 18.82% (16/85)
 22.46% (336/1496)
src/cpython/Objects/interpolationobject.c
  8.33% (10/120)
 10.00% (1/10)
  4.93% (11/223)
src/cpython/Objects/iterobject.c
 38.27% (93/243)
 38.10% (8/21)
 39.13% (126/322)
src/cpython/Objects/listobject.c
 71.11% (1755/2468)
 82.26% (102/124)
 70.41% (1780/2528)
src/cpython/Objects/longobject.c
 47.36% (1947/4111)
 65.29% (111/170)
 41.52% (1970/4745)
src/cpython/Objects/memoryobject.c
 18.51% (384/2075)
 30.97% (35/113)
 17.44% (440/2523)
src/cpython/Objects/methodobject.c
 54.13% (190/351)
 53.85% (14/26)
 58.17% (242/416)
src/cpython/Objects/mimalloc/alloc-aligned.c
  0.00% (0/187)
  0.00% (0/28)
  0.00% (0/154)
src/cpython/Objects/mimalloc/alloc-posix.c
  0.00% (0/106)
  0.00% (0/18)
  0.00% (0/81)
src/cpython/Objects/mimalloc/alloc.c
  0.00% (0/456)
  0.00% (0/65)
  0.00% (0/301)
src/cpython/Objects/mimalloc/arena.c
  0.00% (0/608)
  0.00% (0/46)
  0.00% (0/695)
src/cpython/Objects/mimalloc/bitmap.c
  0.00% (0/301)
  0.00% (0/18)
  0.00% (0/296)
src/cpython/Objects/mimalloc/bitmap.h
  0.00% (0/16)
  0.00% (0/5)
  0.00% (0/14)
src/cpython/Objects/mimalloc/heap.c
  1.74% (7/403)
  5.41% (2/37)
  0.68% (2/294)
src/cpython/Objects/mimalloc/init.c
 31.50% (80/254)
 48.00% (12/25)
 17.65% (33/187)
src/cpython/Objects/mimalloc/options.c
 31.66% (101/319)
 33.33% (14/42)
 28.61% (99/346)
src/cpython/Objects/mimalloc/os.c
  0.69% (3/432)
  2.94% (1/34)
  0.20% (1/491)
src/cpython/Objects/mimalloc/page-queue.c
  0.00% (0/182)
  0.00% (0/14)
  0.00% (0/129)
src/cpython/Objects/mimalloc/page.c
  0.00% (0/509)
  0.00% (0/27)
  0.00% (0/370)
src/cpython/Objects/mimalloc/prim/unix/prim.c
 24.09% (73/303)
 34.38% (11/32)
 21.30% (49/230)
src/cpython/Objects/mimalloc/random.c
 62.81% (76/121)
 71.43% (10/14)
 66.67% (34/51)
src/cpython/Objects/mimalloc/segment-map.c
  0.00% (0/86)
  0.00% (0/6)
  0.00% (0/134)
src/cpython/Objects/mimalloc/segment.c
  0.00% (0/1084)
  0.00% (0/66)
  0.00% (0/1229)
src/cpython/Objects/mimalloc/stats.c
  6.43% (20/311)
 12.50% (4/32)
  5.46% (10/183)
src/cpython/Objects/moduleobject.c
 40.10% (415/1035)
 70.45% (31/44)
 44.67% (482/1079)
src/cpython/Objects/namespaceobject.c
 21.43% (39/182)
 50.00% (5/10)
 22.86% (56/245)
src/cpython/Objects/object.c
 42.77% (677/1583)
 44.55% (49/110)
 51.60% (823/1595)
src/cpython/Objects/obmalloc.c
 34.14% (594/1740)
 36.89% (45/122)
 45.31% (657/1450)
src/cpython/Objects/odictobject.c
  0.00% (0/902)
  0.00% (0/55)
  0.00% (0/1232)
src/cpython/Objects/picklebufobject.c
  0.00% (0/121)
  0.00% (0/11)
  0.00% (0/99)
src/cpython/Objects/rangeobject.c
 30.72% (235/765)
 47.37% (18/38)
 29.30% (252/860)
src/cpython/Objects/setobject.c
 50.39% (839/1665)
 67.68% (67/99)
 44.94% (1083/2410)
src/cpython/Objects/sliceobject.c
 44.58% (177/397)
 50.00% (11/22)
 44.13% (233/528)
src/cpython/Objects/stringlib/clinic/transmogrify.h.h
  0.00% (0/215)
  0.00% (0/5)
  0.00% (0/231)
src/cpython/Objects/stringlib/codecs.h
 57.64% (328/569)
 50.00% (3/6)
 65.33% (277/424)
src/cpython/Objects/stringlib/count.h
 72.73% (8/11)
100.00% (1/1)
 60.00% (9/15)
src/cpython/Objects/stringlib/ctype.h
 23.19% (16/69)
 15.38% (2/13)
 22.70% (32/141)
src/cpython/Objects/stringlib/eq.h
100.00% (13/13)
100.00% (1/1)
100.00% (23/23)
src/cpython/Objects/stringlib/fastsearch.h
 63.36% (332/524)
 78.57% (11/14)
 66.09% (306/463)
src/cpython/Objects/stringlib/find.h
 66.67% (20/30)
 75.00% (3/4)
 75.00% (15/20)
src/cpython/Objects/stringlib/find_max_char.h
 95.89% (70/73)
100.00% (2/2)
100.00% (61/61)
src/cpython/Objects/stringlib/join.h
 59.54% (78/131)
100.00% (1/1)
 72.61% (114/157)
src/cpython/Objects/stringlib/localeutil.h
 57.38% (35/61)
100.00% (3/3)
 58.54% (24/41)
src/cpython/Objects/stringlib/partition.h
 79.41% (54/68)
100.00% (2/2)
 90.16% (110/122)
src/cpython/Objects/stringlib/replace.h
100.00% (26/26)
100.00% (1/1)
100.00% (24/24)
src/cpython/Objects/stringlib/repr.h
100.00% (67/67)
100.00% (1/1)
100.00% (47/47)
src/cpython/Objects/stringlib/split.h
 60.00% (150/250)
 85.71% (6/7)
 51.90% (356/686)
src/cpython/Objects/stringlib/transmogrify.h
 10.82% (49/453)
 18.75% (3/16)
 13.04% (51/391)
src/cpython/Objects/stringlib/unicode_format.h
 45.51% (314/690)
 56.25% (18/32)
 47.58% (265/557)
src/cpython/Objects/structseq.c
 34.03% (179/526)
 59.09% (13/22)
 31.39% (183/583)
src/cpython/Objects/templateobject.c
  0.00% (0/314)
  0.00% (0/20)
  0.00% (0/486)
src/cpython/Objects/tupleobject.c
 57.00% (399/700)
 75.00% (30/40)
 62.10% (634/1021)
src/cpython/Objects/typeobject.c
 46.52% (3639/7822)
 63.25% (253/400)
 49.07% (4303/8769)
src/cpython/Objects/typevarobject.c
  1.64% (19/1162)
  0.95% (1/105)
  2.38% (43/1804)
src/cpython/Objects/unicodectype.c
 66.67% (92/138)
 81.82% (18/22)
 64.21% (61/95)
src/cpython/Objects/unicodeobject.c
 52.65% (5564/10567)
 68.38% (253/370)
 52.65% (5895/11196)
src/cpython/Objects/unicodetype_db.h
  1.99% (44/2209)
 66.67% (2/3)
  1.76% (36/2047)
src/cpython/Objects/unionobject.c
 24.15% (92/381)
 34.62% (9/26)
 30.65% (137/447)
src/cpython/Objects/weakrefobject.c
 46.60% (274/588)
 51.92% (27/52)
 33.65% (249/740)
src/cpython/Parser/action_helpers.c
 83.19% (1227/1475)
 97.59% (81/83)
 84.30% (1203/1427)
src/cpython/Parser/lexer/buffer.c
  0.00% (0/44)
  0.00% (0/3)
  0.00% (0/32)
src/cpython/Parser/lexer/lexer.c
 87.69% (1111/1267)
100.00% (15/15)
 90.20% (1160/1286)
src/cpython/Parser/lexer/state.c
 87.83% (101/115)
 85.71% (6/7)
 91.67% (55/60)
src/cpython/Parser/myreadline.c
  0.00% (0/124)
  0.00% (0/3)
  0.00% (0/69)
src/cpython/Parser/parser.c
 74.56% (25946/34801)
 98.24% (446/454)
 84.50% (17237/20399)
src/cpython/Parser/peg_api.c
 23.81% (5/21)
 33.33% (1/3)
 21.43% (3/14)
src/cpython/Parser/pegen.c
 66.75% (516/773)
 82.50% (33/40)
 66.12% (404/611)
src/cpython/Parser/pegen.h
 70.00% (49/70)
100.00% (6/6)
 71.43% (35/49)
src/cpython/Parser/pegen_errors.c
 76.47% (260/340)
100.00% (10/10)
 80.84% (249/308)
src/cpython/Parser/string_parser.c
 81.68% (214/262)
100.00% (6/6)
 86.34% (196/227)
src/cpython/Parser/token.c
 94.38% (151/160)
100.00% (3/3)
 94.84% (147/155)
src/cpython/Parser/tokenizer/file_tokenizer.c
  0.00% (0/351)
  0.00% (0/11)
  0.00% (0/278)
src/cpython/Parser/tokenizer/helpers.c
 69.25% (268/387)
 87.50% (14/16)
 72.45% (234/323)
src/cpython/Parser/tokenizer/readline_tokenizer.c
  0.00% (0/109)
  0.00% (0/3)
  0.00% (0/96)
src/cpython/Parser/tokenizer/string_tokenizer.c
 91.84% (90/98)
100.00% (6/6)
 89.55% (60/67)
src/cpython/Parser/tokenizer/utf8_tokenizer.c
 79.07% (34/43)
100.00% (2/2)
 80.95% (17/21)
src/cpython/Python/Python-ast.c
 37.53% (6406/17069)
 73.68% (112/152)
 26.44% (6019/22768)
src/cpython/Python/Python-tokenize.c
  0.00% (0/288)
  0.00% (0/12)
  0.00% (0/259)
src/cpython/Python/_contextvars.c
 50.00% (9/18)
 66.67% (2/3)
 66.67% (8/12)
src/cpython/Python/_warnings.c
 33.71% (389/1154)
 55.36% (31/56)
 36.08% (469/1300)
src/cpython/Python/assemble.c
 84.62% (484/572)
100.00% (30/30)
 77.36% (434/561)
src/cpython/Python/ast.c
  1.54% (14/912)
  4.00% (1/25)
  1.68% (20/1192)
src/cpython/Python/ast_preprocess.c
 82.57% (611/740)
 93.10% (27/29)
 82.63% (1556/1883)
src/cpython/Python/ast_unparse.c
  0.00% (0/767)
  0.00% (0/48)
  0.00% (0/1453)
src/cpython/Python/bltinmodule.c
 35.05% (715/2040)
 55.07% (38/69)
 41.77% (1076/2576)
src/cpython/Python/bootstrap_hash.c
 28.71% (60/209)
 44.44% (4/9)
 23.27% (37/159)
src/cpython/Python/ceval.c
 36.17% (821/2270)
 49.00% (49/100)
 48.11% (6208/12903)
src/cpython/Python/ceval_gil.c
 24.92% (160/642)
 32.69% (17/52)
 23.54% (121/514)
src/cpython/Python/ceval_macros.h
100.00% (7/7)
100.00% (2/2)
100.00% (4/4)
src/cpython/Python/clinic/Python-tokenize.c.h
  0.00% (0/61)
  0.00% (0/1)
  0.00% (0/59)
src/cpython/Python/clinic/_contextvars.c.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Python/clinic/_warnings.c.h
  5.39% (9/167)
 60.00% (3/5)
  1.68% (3/179)
src/cpython/Python/clinic/bltinmodule.c.h
 53.02% (325/613)
 60.00% (12/20)
 52.89% (320/605)
src/cpython/Python/clinic/context.c.h
  0.00% (0/72)
  0.00% (0/10)
  0.00% (0/46)
src/cpython/Python/clinic/import.c.h
 52.31% (136/260)
 66.67% (12/18)
 52.71% (107/203)
src/cpython/Python/clinic/instruction_sequence.c.h
  0.00% (0/168)
  0.00% (0/7)
  0.00% (0/177)
src/cpython/Python/clinic/instrumentation.c.h
  0.00% (0/153)
  0.00% (0/11)
  0.00% (0/130)
src/cpython/Python/clinic/marshal.c.h
 41.55% (86/207)
 50.00% (2/4)
 39.29% (77/196)
src/cpython/Python/clinic/sysmodule.c.h
 11.55% (73/632)
 12.24% (6/49)
 11.90% (60/504)
src/cpython/Python/clinic/traceback.c.h
  0.00% (0/67)
  0.00% (0/3)
  0.00% (0/66)
src/cpython/Python/codecs.c
 33.93% (397/1170)
 40.30% (27/67)
 34.49% (359/1041)
src/cpython/Python/codegen.c
 59.42% (2732/4598)
 74.38% (119/160)
 49.26% (6401/12995)
src/cpython/Python/compile.c
 61.44% (760/1237)
 84.75% (50/59)
 65.36% (987/1510)
src/cpython/Python/condvar.h
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/7)
src/cpython/Python/config_common.h
 50.00% (12/24)
 66.67% (2/3)
 57.14% (8/14)
src/cpython/Python/context.c
  9.40% (67/713)
 10.94% (7/64)
  8.74% (64/732)
src/cpython/Python/critical_section.c
  0.00% (0/16)
  0.00% (0/8)
  0.00% (0/8)
src/cpython/Python/crossinterp.c
  1.31% (28/2137)
  3.42% (4/117)
  1.58% (25/1578)
src/cpython/Python/crossinterp_data_lookup.h
  8.29% (45/543)
  8.89% (4/45)
  9.04% (35/387)
src/cpython/Python/crossinterp_exceptions.h
 23.53% (28/119)
 25.00% (3/12)
 14.67% (11/75)
src/cpython/Python/dtoa.c
 80.57% (1364/1693)
 96.43% (27/28)
 79.74% (1271/1594)
src/cpython/Python/dynload_shlib.c
 32.65% (16/49)
100.00% (1/1)
 17.07% (7/41)
src/cpython/Python/errors.c
 35.06% (447/1275)
 52.33% (45/86)
 33.15% (413/1246)
src/cpython/Python/fileutils.c
 37.97% (467/1230)
 56.67% (34/60)
 36.63% (300/819)
src/cpython/Python/flowgraph.c
 81.83% (2391/2922)
 93.86% (107/114)
 80.91% (2679/3311)
src/cpython/Python/formatter_unicode.c
 23.57% (263/1116)
 47.83% (11/23)
 28.79% (277/962)
src/cpython/Python/frame.c
 83.16% (79/95)
 75.00% (6/8)
 79.61% (82/103)
src/cpython/Python/future.c
 97.83% (90/92)
100.00% (3/3)
 97.00% (97/100)
src/cpython/Python/gc.c
 61.47% (796/1295)
 69.15% (65/94)
 61.17% (649/1061)
src/cpython/Python/gc_gil.c
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Python/getargs.c
 23.10% (527/2281)
 44.23% (23/52)
 22.14% (500/2258)
src/cpython/Python/getcompiler.c
100.00% (3/3)
100.00% (1/1)
100.00% (2/2)
src/cpython/Python/getcopyright.c
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython/Python/getopt.c
  0.00% (0/88)
  0.00% (0/2)
  0.00% (0/68)
src/cpython/Python/getplatform.c
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython/Python/getversion.c
100.00% (14/14)
100.00% (2/2)
100.00% (6/6)
src/cpython/Python/hamt.c
  0.00% (0/1230)
  0.00% (0/72)
  0.00% (0/1113)
src/cpython/Python/hashtable.c
 59.83% (140/234)
 55.00% (11/20)
 60.36% (102/169)
src/cpython/Python/import.c
 40.85% (1091/2671)
 57.62% (87/151)
 43.85% (1019/2324)
src/cpython/Python/importdl.c
 37.86% (117/309)
 72.73% (8/11)
 56.12% (133/237)
src/cpython/Python/initconfig.c
 33.14% (970/2927)
 47.01% (63/134)
 30.51% (771/2527)
src/cpython/Python/instruction_sequence.c
 52.14% (122/234)
 47.62% (10/21)
 33.64% (73/217)
src/cpython/Python/instrumentation.c
  3.96% (76/1920)
  6.54% (7/107)
  4.76% (66/1388)
src/cpython/Python/intrinsics.c
 34.97% (64/183)
 28.57% (4/14)
 45.16% (84/186)
src/cpython/Python/legacy_tracing.c
  0.00% (0/443)
  0.00% (0/23)
  0.00% (0/396)
src/cpython/Python/lock.c
 14.60% (60/411)
 27.27% (9/33)
 14.04% (40/285)
src/cpython/Python/marshal.c
 53.25% (804/1510)
 70.21% (33/47)
 59.80% (1068/1786)
src/cpython/Python/modsupport.c
 47.68% (247/518)
 65.22% (15/23)
 48.09% (176/366)
src/cpython/Python/mysnprintf.c
 88.46% (23/26)
100.00% (2/2)
 87.50% (7/8)
src/cpython/Python/mystrtoul.c
 59.73% (89/149)
100.00% (2/2)
 59.87% (91/152)
src/cpython/Python/optimizer.c
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/1)
src/cpython/Python/parking_lot.c
  0.00% (0/173)
  0.00% (0/13)
  0.00% (0/96)
src/cpython/Python/pathconfig.c
 37.73% (103/273)
 25.00% (4/16)
 43.49% (117/269)
src/cpython/Python/perf_jit_trampoline.c
  0.00% (0/249)
  0.00% (0/13)
  0.00% (0/85)
src/cpython/Python/perf_trampoline.c
  0.00% (0/276)
  0.00% (0/18)
  0.00% (0/173)
src/cpython/Python/preconfig.c
 47.00% (290/617)
 80.00% (24/30)
 35.52% (184/518)
src/cpython/Python/pyarena.c
 85.71% (66/77)
100.00% (7/7)
 87.23% (41/47)
src/cpython/Python/pyhash.c
 86.49% (96/111)
 77.78% (7/9)
 86.96% (100/115)
src/cpython/Python/pylifecycle.c
 29.56% (548/1854)
 34.94% (29/83)
 35.63% (575/1614)
src/cpython/Python/pymath.c
100.00% (8/8)
100.00% (2/2)
100.00% (2/2)
src/cpython/Python/pystate.c
 29.65% (413/1393)
 35.88% (47/131)
 13.97% (150/1074)
src/cpython/Python/pystrcmp.c
  0.00% (0/20)
  0.00% (0/2)
  0.00% (0/37)
src/cpython/Python/pystrhex.c
  0.00% (0/128)
  0.00% (0/5)
  0.00% (0/94)
src/cpython/Python/pystrtod.c
 62.88% (205/326)
100.00% (7/7)
 64.91% (172/265)
src/cpython/Python/python_coverage.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/2)
src/cpython/Python/pythonrun.c
  8.80% (107/1216)
 13.11% (8/61)
  8.28% (98/1184)
src/cpython/Python/pytime.c
 11.21% (72/642)
 17.19% (11/64)
  9.71% (40/412)
src/cpython/Python/qsbr.c
  0.00% (0/149)
  0.00% (0/14)
  0.00% (0/71)
src/cpython/Python/remote_debug.h
  0.00% (0/268)
  0.00% (0/11)
  0.00% (0/184)
src/cpython/Python/remote_debugging.c
  0.00% (0/268)
  0.00% (0/10)
  0.00% (0/137)
src/cpython/Python/specialize.c
 79.27% (1254/1582)
 96.36% (53/55)
 84.15% (1258/1495)
src/cpython/Python/structmember.c
 16.00% (52/325)
100.00% (3/3)
 13.10% (49/374)
src/cpython/Python/suggestions.c
  0.00% (0/138)
  0.00% (0/4)
  0.00% (0/153)
src/cpython/Python/symtable.c
 52.81% (1213/2297)
 80.88% (55/68)
 58.47% (2329/3983)
src/cpython/Python/sysmodule.c
 21.92% (446/2035)
 23.85% (31/130)
 38.80% (1031/2657)
src/cpython/Python/thread.c
 35.63% (62/174)
 43.75% (7/16)
 34.21% (39/114)
src/cpython/Python/thread_pthread.h
 19.83% (47/237)
 29.63% (8/27)
 22.03% (26/118)
src/cpython/Python/traceback.c
  5.24% (45/858)
 13.16% (5/38)
  7.52% (64/851)
src/cpython/Python/tracemalloc.c
  6.42% (57/888)
  8.06% (5/62)
  5.31% (39/734)
src/python-library-fuzzers/fuzzer.cpp
 61.68% (66/107)
100.00% (3/3)
 74.07% (40/54)
Totals
 40.54% (102691/253327)
 42.55% (4811/11307)
 39.79% (110092/276648)