Coverage Report

View results by: Directories | Files

Path Line Coverage Function Coverage Region Coverage
src/cpython3/Include/cpython/abstract.h
100.00% (13/13)
100.00% (3/3)
100.00% (12/12)
src/cpython3/Include/cpython/bytearrayobject.h
 80.00% (12/15)
100.00% (2/2)
100.00% (18/18)
src/cpython3/Include/cpython/bytesobject.h
 70.00% (7/10)
 66.67% (2/3)
 92.86% (13/14)
src/cpython3/Include/cpython/cellobject.h
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/2)
src/cpython3/Include/cpython/ceval.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/cpython/classobject.h
 66.67% (6/9)
 66.67% (2/3)
 66.67% (10/15)
src/cpython3/Include/cpython/code.h
 32.00% (8/25)
 28.57% (2/7)
 44.44% (4/9)
src/cpython3/Include/cpython/dictobject.h
 70.00% (7/10)
100.00% (1/1)
100.00% (3/3)
src/cpython3/Include/cpython/fileutils.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/cpython/floatobject.h
100.00% (3/3)
100.00% (1/1)
100.00% (5/5)
src/cpython3/Include/cpython/funcobject.h
 14.29% (3/21)
 14.29% (1/7)
 18.52% (5/27)
src/cpython3/Include/cpython/listobject.h
 71.43% (10/14)
100.00% (2/2)
100.00% (15/15)
src/cpython3/Include/cpython/longintrepr.h
100.00% (11/11)
100.00% (2/2)
100.00% (7/7)
src/cpython3/Include/cpython/memoryobject.h
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/cpython3/Include/cpython/methodobject.h
 90.00% (18/20)
100.00% (4/4)
 94.12% (32/34)
src/cpython3/Include/cpython/monitoring.h
  0.00% (0/85)
  0.00% (0/17)
  0.00% (0/17)
src/cpython3/Include/cpython/objimpl.h
100.00% (8/8)
100.00% (2/2)
100.00% (7/7)
src/cpython3/Include/cpython/pyatomic_gcc.h
 22.73% (35/154)
 22.14% (31/140)
 22.14% (31/140)
src/cpython3/Include/cpython/pyhash.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/cpython/pylock.h
 73.33% (11/15)
100.00% (3/3)
 83.33% (10/12)
src/cpython3/Include/cpython/pystate.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/cpython/setobject.h
 57.14% (4/7)
100.00% (1/1)
100.00% (5/5)
src/cpython3/Include/cpython/tupleobject.h
 90.00% (9/10)
100.00% (2/2)
100.00% (15/15)
src/cpython3/Include/cpython/unicodeobject.h
 80.67% (121/150)
 79.17% (19/24)
 93.57% (160/171)
src/cpython3/Include/cpython/weakrefobject.h
  0.00% (0/14)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/internal/mimalloc/mimalloc/atomic.h
 23.81% (5/21)
 16.67% (1/6)
 40.74% (11/27)
src/cpython3/Include/internal/mimalloc/mimalloc/internal.h
  1.04% (4/383)
  1.41% (1/71)
  0.41% (1/245)
src/cpython3/Include/internal/mimalloc/mimalloc/prim.h
 33.33% (12/36)
 75.00% (3/4)
 75.00% (3/4)
src/cpython3/Include/internal/mimalloc/mimalloc/types.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/3)
src/cpython3/Include/internal/pycore_abstract.h
100.00% (4/4)
100.00% (1/1)
100.00% (6/6)
src/cpython3/Include/internal/pycore_asdl.h
 66.67% (18/27)
100.00% (1/1)
 82.35% (14/17)
src/cpython3/Include/internal/pycore_backoff.h
 74.00% (37/50)
 70.00% (7/10)
 81.48% (22/27)
src/cpython3/Include/internal/pycore_bitutils.h
  9.84% (12/122)
 40.00% (2/5)
 63.64% (7/11)
src/cpython3/Include/internal/pycore_call.h
 60.71% (34/56)
 57.14% (4/7)
 87.50% (21/24)
src/cpython3/Include/internal/pycore_cell.h
 68.42% (26/38)
100.00% (4/4)
 94.44% (17/18)
src/cpython3/Include/internal/pycore_ceval.h
 97.50% (39/40)
100.00% (10/10)
 94.12% (16/17)
src/cpython3/Include/internal/pycore_code.h
 80.61% (79/98)
 78.95% (15/19)
 90.24% (37/41)
src/cpython3/Include/internal/pycore_dict.h
 81.13% (43/53)
100.00% (8/8)
 91.67% (22/24)
src/cpython3/Include/internal/pycore_freelist.h
 86.27% (44/51)
100.00% (6/6)
100.00% (25/25)
src/cpython3/Include/internal/pycore_function.h
 50.00% (3/6)
 50.00% (1/2)
 28.57% (2/7)
src/cpython3/Include/internal/pycore_gc.h
 76.64% (82/107)
 92.31% (12/13)
 81.36% (48/59)
src/cpython3/Include/internal/pycore_genobject.h
100.00% (5/5)
100.00% (1/1)
100.00% (2/2)
src/cpython3/Include/internal/pycore_hashtable.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Include/internal/pycore_interp.h
 16.67% (3/18)
 33.33% (1/3)
 12.50% (1/8)
src/cpython3/Include/internal/pycore_interpframe.h
 77.60% (142/183)
 90.00% (18/20)
 93.15% (68/73)
src/cpython3/Include/internal/pycore_list.h
 88.46% (23/26)
100.00% (2/2)
100.00% (26/26)
src/cpython3/Include/internal/pycore_llist.h
 12.90% (4/31)
 20.00% (1/5)
 14.29% (1/7)
src/cpython3/Include/internal/pycore_lock.h
 29.41% (10/34)
 33.33% (2/6)
 37.50% (9/24)
src/cpython3/Include/internal/pycore_long.h
100.00% (63/63)
100.00% (17/17)
100.00% (70/70)
src/cpython3/Include/internal/pycore_moduleobject.h
 93.33% (14/15)
100.00% (3/3)
100.00% (7/7)
src/cpython3/Include/internal/pycore_object.h
 53.14% (144/271)
 80.77% (21/26)
 82.39% (145/176)
src/cpython3/Include/internal/pycore_object_alloc.h
 50.00% (8/16)
100.00% (2/2)
100.00% (2/2)
src/cpython3/Include/internal/pycore_object_deferred.h
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/internal/pycore_object_stack.h
  0.00% (0/38)
  0.00% (0/3)
  0.00% (0/3)
src/cpython3/Include/internal/pycore_opcode_metadata.h
 50.78% (490/965)
100.00% (3/3)
 50.83% (488/960)
src/cpython3/Include/internal/pycore_optimizer.h
  0.00% (0/38)
  0.00% (0/10)
  0.00% (0/10)
src/cpython3/Include/internal/pycore_pyerrors.h
100.00% (10/10)
100.00% (2/2)
 75.00% (15/20)
src/cpython3/Include/internal/pycore_pyhash.h
 63.64% (7/11)
100.00% (1/1)
100.00% (7/7)
src/cpython3/Include/internal/pycore_pymath.h
 90.91% (20/22)
100.00% (2/2)
 97.22% (35/36)
src/cpython3/Include/internal/pycore_pymem.h
 50.00% (8/16)
100.00% (1/1)
100.00% (7/7)
src/cpython3/Include/internal/pycore_pystate.h
 51.67% (31/60)
 88.89% (8/9)
 81.25% (13/16)
src/cpython3/Include/internal/pycore_qsbr.h
  0.00% (0/14)
  0.00% (0/4)
  0.00% (0/5)
src/cpython3/Include/internal/pycore_runtime.h
 50.00% (9/18)
 66.67% (2/3)
 62.50% (5/8)
src/cpython3/Include/internal/pycore_stackref.h
 77.91% (134/172)
 93.10% (27/29)
 96.88% (124/128)
src/cpython3/Include/internal/pycore_structseq.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Include/internal/pycore_tuple.h
 66.67% (4/6)
100.00% (1/1)
 76.47% (13/17)
src/cpython3/Include/internal/pycore_typeobject.h
100.00% (16/16)
100.00% (3/3)
100.00% (8/8)
src/cpython3/Include/internal/pycore_unicodeobject_generated.h
100.00% (3227/3227)
100.00% (1/1)
100.00% (4030/4030)
src/cpython3/Include/internal/pycore_weakref.h
 35.00% (21/60)
 66.67% (2/3)
 69.57% (16/23)
src/cpython3/Include/object.h
 83.33% (35/42)
100.00% (9/9)
100.00% (30/30)
src/cpython3/Include/pydtrace.h
 20.83% (5/24)
 20.83% (5/24)
 20.83% (5/24)
src/cpython3/Include/refcount.h
 37.89% (61/161)
100.00% (11/11)
 98.11% (52/53)
src/cpython3/Modules/_abc.c
 46.83% (295/630)
 64.29% (18/28)
 55.73% (467/838)
src/cpython3/Modules/_asynciomodule.c
  0.00% (0/2337)
  0.00% (0/131)
  0.00% (0/3936)
src/cpython3/Modules/_codecsmodule.c
 35.61% (94/264)
 38.10% (16/42)
 17.84% (33/185)
src/cpython3/Modules/_collectionsmodule.c
  4.47% (74/1654)
 10.23% (9/88)
  8.43% (168/1992)
src/cpython3/Modules/_datetimemodule.c
  4.67% (196/4194)
  7.23% (18/249)
  6.94% (351/5060)
src/cpython3/Modules/_functoolsmodule.c
 21.15% (250/1182)
 25.93% (14/54)
 22.18% (401/1808)
src/cpython3/Modules/_io/_iomodule.c
 49.71% (171/344)
 66.67% (6/9)
 53.37% (396/742)
src/cpython3/Modules/_io/_iomodule.h
100.00% (15/15)
100.00% (3/3)
100.00% (6/6)
src/cpython3/Modules/_io/bufferedio.c
 20.62% (294/1426)
 30.77% (24/78)
 21.08% (479/2272)
src/cpython3/Modules/_io/bytesio.c
 11.07% (68/614)
 15.91% (7/44)
 16.18% (128/791)
src/cpython3/Modules/_io/clinic/_iomodule.c.h
 55.19% (117/212)
 66.67% (2/3)
 66.67% (138/207)
src/cpython3/Modules/_io/clinic/bufferedio.c.h
 29.29% (181/618)
 35.29% (12/34)
 25.94% (158/609)
src/cpython3/Modules/_io/clinic/bytesio.c.h
 19.92% (53/266)
 10.53% (2/19)
 26.09% (60/230)
src/cpython3/Modules/_io/clinic/fileio.c.h
 43.16% (101/234)
 64.29% (9/14)
 44.67% (109/244)
src/cpython3/Modules/_io/clinic/iobase.c.h
  7.84% (12/153)
 28.57% (4/14)
  2.86% (4/140)
src/cpython3/Modules/_io/clinic/stringio.c.h
  0.00% (0/221)
  0.00% (0/17)
  0.00% (0/184)
src/cpython3/Modules/_io/clinic/textio.c.h
 14.10% (85/603)
  5.88% (2/34)
 18.76% (106/565)
src/cpython3/Modules/_io/fileio.c
 40.22% (290/721)
 59.38% (19/32)
 43.08% (271/629)
src/cpython3/Modules/_io/iobase.c
 16.67% (81/486)
 31.58% (12/38)
 14.96% (104/695)
src/cpython3/Modules/_io/stringio.c
  0.00% (0/558)
  0.00% (0/27)
  0.00% (0/853)
src/cpython3/Modules/_io/textio.c
 12.99% (265/2040)
 14.10% (11/78)
 15.50% (524/3381)
src/cpython3/Modules/_localemodule.c
 10.24% (47/459)
 16.00% (4/25)
  9.89% (63/637)
src/cpython3/Modules/_opcode.c
  0.00% (0/180)
  0.00% (0/17)
  0.00% (0/615)
src/cpython3/Modules/_operator.c
  3.13% (28/894)
  4.30% (4/93)
  3.53% (44/1248)
src/cpython3/Modules/_sre/clinic/sre.c.h
 18.28% (174/952)
 25.00% (7/28)
 17.43% (164/941)
src/cpython3/Modules/_sre/sre.c
 35.45% (670/1890)
 41.67% (40/96)
 40.13% (1313/3272)
src/cpython3/Modules/_sre/sre_lib.h
 34.94% (405/1159)
 66.67% (4/6)
 28.42% (736/2590)
src/cpython3/Modules/_stat.c
 55.49% (91/164)
 44.44% (4/9)
 63.39% (258/407)
src/cpython3/Modules/_suggestions.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/22)
src/cpython3/Modules/_sysconfig.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/17)
src/cpython3/Modules/_threadmodule.c
  9.94% (133/1338)
 18.56% (18/97)
 13.09% (173/1322)
src/cpython3/Modules/_tracemalloc.c
  0.00% (0/43)
  0.00% (0/11)
  0.00% (0/27)
src/cpython3/Modules/_typesmodule.c
100.00% (42/42)
100.00% (2/2)
 85.86% (170/198)
src/cpython3/Modules/_typingmodule.c
  0.00% (0/31)
  0.00% (0/3)
  0.00% (0/39)
src/cpython3/Modules/_weakref.c
 30.88% (21/68)
 57.14% (4/7)
 34.78% (24/69)
src/cpython3/Modules/_xxtestfuzz/fuzzer.c
 67.19% (299/445)
 90.91% (20/22)
 85.29% (290/340)
src/cpython3/Modules/atexitmodule.c
  4.14% (7/169)
  7.14% (1/14)
  2.87% (5/174)
src/cpython3/Modules/clinic/_abc.c.h
 52.38% (22/42)
 50.00% (2/4)
 51.61% (16/31)
src/cpython3/Modules/clinic/_asynciomodule.c.h
  0.00% (0/999)
  0.00% (0/57)
  0.00% (0/902)
src/cpython3/Modules/clinic/_codecsmodule.c.h
 18.54% (302/1629)
 34.21% (13/38)
 24.08% (327/1358)
src/cpython3/Modules/clinic/_collectionsmodule.c.h
  8.09% (22/272)
  4.76% (1/21)
 15.25% (36/236)
src/cpython3/Modules/clinic/_datetimemodule.c.h
  0.00% (0/1324)
  0.00% (0/35)
  0.00% (0/1486)
src/cpython3/Modules/clinic/_functoolsmodule.c.h
  0.00% (0/93)
  0.00% (0/4)
  0.00% (0/79)
src/cpython3/Modules/clinic/_localemodule.c.h
  0.00% (0/288)
  0.00% (0/12)
  0.00% (0/220)
src/cpython3/Modules/clinic/_opcode.c.h
  0.00% (0/456)
  0.00% (0/15)
  0.00% (0/438)
src/cpython3/Modules/clinic/_operator.c.h
  0.00% (0/631)
  0.00% (0/46)
  0.00% (0/488)
src/cpython3/Modules/clinic/_suggestions.c.h
  0.00% (0/17)
  0.00% (0/1)
  0.00% (0/14)
src/cpython3/Modules/clinic/_sysconfig.c.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Modules/clinic/_threadmodule.c.h
  9.12% (27/296)
 13.04% (3/23)
  9.89% (27/273)
src/cpython3/Modules/clinic/_tracemalloc.c.h
  0.00% (0/42)
  0.00% (0/9)
  0.00% (0/26)
src/cpython3/Modules/clinic/_weakref.c.h
 26.67% (12/45)
 33.33% (1/3)
 31.43% (11/35)
src/cpython3/Modules/clinic/faulthandler.c.h
  0.00% (0/335)
  0.00% (0/14)
  0.00% (0/325)
src/cpython3/Modules/clinic/gcmodule.c.h
  0.00% (0/235)
  0.00% (0/18)
  0.00% (0/178)
src/cpython3/Modules/clinic/itertoolsmodule.c.h
 13.73% (81/590)
 10.53% (2/19)
 11.15% (97/870)
src/cpython3/Modules/clinic/posixmodule.c.h
  2.89% (157/5435)
  4.28% (8/187)
  2.70% (147/5444)
src/cpython3/Modules/clinic/pwdmodule.c.h
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/7)
src/cpython3/Modules/clinic/signalmodule.c.h
  0.00% (0/308)
  0.00% (0/19)
  0.00% (0/257)
src/cpython3/Modules/clinic/symtablemodule.c.h
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/23)
src/cpython3/Modules/clinic/timemodule.c.h
  0.00% (0/20)
  0.00% (0/2)
  0.00% (0/10)
src/cpython3/Modules/errnomodule.c
 96.17% (402/418)
100.00% (3/3)
 55.93% (712/1273)
src/cpython3/Modules/faulthandler.c
  1.96% (14/716)
  2.44% (1/41)
  1.67% (11/660)
src/cpython3/Modules/gcmodule.c
  0.00% (0/192)
  0.00% (0/23)
  0.00% (0/166)
src/cpython3/Modules/getbuildinfo.c
 78.57% (22/28)
100.00% (3/3)
 77.78% (14/18)
src/cpython3/Modules/getpath.c
 49.63% (271/546)
 72.73% (16/22)
 53.07% (294/554)
src/cpython3/Modules/itertoolsmodule.c
 14.80% (319/2156)
 10.83% (13/120)
 19.38% (756/3900)
src/cpython3/Modules/posixmodule.c
 16.32% (960/5882)
 13.29% (38/286)
 15.32% (878/5732)
src/cpython3/Modules/pwdmodule.c
  0.00% (0/205)
  0.00% (0/10)
  0.00% (0/221)
src/cpython3/Modules/signalmodule.c
  3.40% (29/853)
  5.66% (3/53)
  3.04% (24/789)
src/cpython3/Modules/symtablemodule.c
  0.00% (0/73)
  0.00% (0/3)
  0.00% (0/137)
src/cpython3/Modules/timemodule.c
 11.11% (106/954)
 14.58% (7/48)
 11.39% (96/843)
src/cpython3/Objects/abstract.c
 38.85% (807/2077)
 56.90% (66/116)
 45.12% (1068/2367)
src/cpython3/Objects/boolobject.c
 49.25% (33/67)
 66.67% (6/9)
 78.69% (96/122)
src/cpython3/Objects/bytearrayobject.c
 20.32% (339/1668)
 24.27% (25/103)
 20.08% (394/1962)
src/cpython3/Objects/bytes_methods.c
 32.95% (142/431)
 42.31% (11/26)
 26.56% (149/561)
src/cpython3/Objects/bytesobject.c
 29.19% (689/2360)
 48.42% (46/95)
 29.00% (789/2721)
src/cpython3/Objects/call.c
 55.57% (379/682)
 68.29% (28/41)
 60.97% (314/515)
src/cpython3/Objects/capsule.c
 37.98% (79/208)
 38.89% (7/18)
 47.71% (73/153)
src/cpython3/Objects/cellobject.c
 29.59% (29/98)
 41.67% (5/12)
 26.70% (55/206)
src/cpython3/Objects/classobject.c
 21.84% (69/316)
 20.00% (5/25)
 22.20% (95/428)
src/cpython3/Objects/clinic/bytearrayobject.c.h
 13.26% (124/935)
 13.51% (5/37)
 13.79% (118/856)
src/cpython3/Objects/clinic/bytesobject.c.h
 27.61% (209/757)
 26.92% (7/26)
 30.59% (219/716)
src/cpython3/Objects/clinic/classobject.c.h
  0.00% (0/37)
  0.00% (0/3)
  0.00% (0/59)
src/cpython3/Objects/clinic/codeobject.c.h
  0.00% (0/384)
  0.00% (0/3)
  0.00% (0/623)
src/cpython3/Objects/clinic/complexobject.c.h
  0.00% (0/75)
  0.00% (0/6)
  0.00% (0/75)
src/cpython3/Objects/clinic/descrobject.c.h
 92.00% (92/100)
100.00% (2/2)
 82.17% (106/129)
src/cpython3/Objects/clinic/dictobject.c.h
 74.76% (77/103)
 69.23% (9/13)
 79.17% (57/72)
src/cpython3/Objects/clinic/enumobject.c.h
  0.00% (0/60)
  0.00% (0/2)
  0.00% (0/86)
src/cpython3/Objects/clinic/exceptions.c.h
  9.82% (11/112)
  6.67% (1/15)
 14.00% (7/50)
src/cpython3/Objects/clinic/floatobject.c.h
  4.95% (5/101)
  7.14% (1/14)
  1.32% (1/76)
src/cpython3/Objects/clinic/frameobject.c.h
  6.93% (7/101)
  6.67% (1/15)
  6.98% (3/43)
src/cpython3/Objects/clinic/funcobject.c.h
 23.93% (28/117)
 57.14% (4/7)
 10.08% (12/119)
src/cpython3/Objects/clinic/interpolationobject.c.h
  0.00% (0/68)
  0.00% (0/1)
  0.00% (0/94)
src/cpython3/Objects/clinic/listobject.c.h
 62.75% (128/204)
 64.29% (9/14)
 66.12% (121/183)
src/cpython3/Objects/clinic/longobject.c.h
 70.59% (168/238)
 45.45% (5/11)
 71.86% (166/231)
src/cpython3/Objects/clinic/memoryobject.c.h
 28.89% (78/270)
 30.00% (3/10)
 29.63% (80/270)
src/cpython3/Objects/clinic/moduleobject.c.h
 87.50% (42/48)
100.00% (1/1)
 78.46% (51/65)
src/cpython3/Objects/clinic/odictobject.c.h
  0.00% (0/214)
  0.00% (0/5)
  0.00% (0/223)
src/cpython3/Objects/clinic/setobject.c.h
 34.57% (56/162)
 36.36% (8/22)
 40.00% (20/50)
src/cpython3/Objects/clinic/structseq.c.h
  0.00% (0/44)
  0.00% (0/1)
  0.00% (0/60)
src/cpython3/Objects/clinic/tupleobject.c.h
 25.93% (14/54)
 25.00% (1/4)
 48.28% (28/58)
src/cpython3/Objects/clinic/typeobject.c.h
 47.83% (33/69)
 41.67% (5/12)
 48.57% (17/35)
src/cpython3/Objects/clinic/typevarobject.c.h
  0.00% (0/423)
  0.00% (0/19)
  0.00% (0/488)
src/cpython3/Objects/clinic/unicodeobject.c.h
 40.09% (370/923)
 44.44% (20/45)
 43.80% (364/831)
src/cpython3/Objects/codeobject.c
 21.48% (428/1993)
 17.39% (16/92)
 36.37% (775/2131)
src/cpython3/Objects/complexobject.c
 45.09% (395/876)
 63.04% (29/46)
 41.30% (330/799)
src/cpython3/Objects/descrobject.c
 46.34% (507/1094)
 53.19% (50/94)
 53.56% (624/1165)
src/cpython3/Objects/dictobject.c
 50.40% (2164/4294)
 67.49% (164/243)
 49.85% (2175/4363)
src/cpython3/Objects/enumobject.c
 26.40% (85/322)
 41.18% (7/17)
 31.13% (141/453)
src/cpython3/Objects/exceptions.c
 38.23% (872/2281)
 51.76% (88/170)
 45.64% (1645/3604)
src/cpython3/Objects/fileobject.c
  9.29% (30/323)
 14.29% (3/21)
  8.28% (28/338)
src/cpython3/Objects/floatobject.c
 40.70% (602/1479)
 55.93% (33/59)
 46.71% (787/1685)
src/cpython3/Objects/frameobject.c
  8.38% (132/1575)
 15.85% (13/82)
 12.37% (212/1714)
src/cpython3/Objects/funcobject.c
 33.67% (362/1075)
 45.68% (37/81)
 42.39% (727/1715)
src/cpython3/Objects/genericaliasobject.c
  5.12% (37/722)
 11.11% (4/36)
  5.74% (62/1081)
src/cpython3/Objects/genobject.c
 14.33% (184/1284)
 14.12% (12/85)
 15.28% (239/1564)
src/cpython3/Objects/interpolationobject.c
  8.33% (10/120)
 10.00% (1/10)
  4.64% (11/237)
src/cpython3/Objects/iterobject.c
 23.36% (57/244)
 23.81% (5/21)
 17.23% (56/325)
src/cpython3/Objects/listobject.c
 68.84% (1699/2468)
 79.84% (99/124)
 68.16% (1807/2651)
src/cpython3/Objects/longobject.c
 66.32% (2739/4130)
 73.26% (126/172)
 62.64% (3112/4968)
src/cpython3/Objects/memoryobject.c
 21.93% (455/2075)
 36.28% (41/113)
 20.69% (537/2595)
src/cpython3/Objects/methodobject.c
 56.70% (199/351)
 61.54% (16/26)
 60.81% (270/444)
src/cpython3/Objects/mimalloc/alloc-aligned.c
  0.00% (0/187)
  0.00% (0/28)
  0.00% (0/154)
src/cpython3/Objects/mimalloc/alloc-posix.c
  0.00% (0/106)
  0.00% (0/18)
  0.00% (0/81)
src/cpython3/Objects/mimalloc/alloc.c
  0.00% (0/456)
  0.00% (0/65)
  0.00% (0/301)
src/cpython3/Objects/mimalloc/arena.c
  0.00% (0/608)
  0.00% (0/46)
  0.00% (0/695)
src/cpython3/Objects/mimalloc/bitmap.c
  0.00% (0/301)
  0.00% (0/18)
  0.00% (0/296)
src/cpython3/Objects/mimalloc/bitmap.h
  0.00% (0/16)
  0.00% (0/5)
  0.00% (0/14)
src/cpython3/Objects/mimalloc/heap.c
  1.74% (7/403)
  5.41% (2/37)
  0.68% (2/294)
src/cpython3/Objects/mimalloc/init.c
 31.50% (80/254)
 48.00% (12/25)
 17.65% (33/187)
src/cpython3/Objects/mimalloc/options.c
 31.66% (101/319)
 33.33% (14/42)
 28.61% (99/346)
src/cpython3/Objects/mimalloc/os.c
  0.69% (3/432)
  2.94% (1/34)
  0.20% (1/491)
src/cpython3/Objects/mimalloc/page-queue.c
  0.00% (0/182)
  0.00% (0/14)
  0.00% (0/129)
src/cpython3/Objects/mimalloc/page.c
  0.00% (0/509)
  0.00% (0/27)
  0.00% (0/370)
src/cpython3/Objects/mimalloc/prim/unix/prim.c
 24.09% (73/303)
 34.38% (11/32)
 21.30% (49/230)
src/cpython3/Objects/mimalloc/random.c
 62.81% (76/121)
 71.43% (10/14)
 66.67% (34/51)
src/cpython3/Objects/mimalloc/segment-map.c
  0.00% (0/86)
  0.00% (0/6)
  0.00% (0/134)
src/cpython3/Objects/mimalloc/segment.c
  0.00% (0/1084)
  0.00% (0/66)
  0.00% (0/1229)
src/cpython3/Objects/mimalloc/stats.c
  6.43% (20/311)
 12.50% (4/32)
  5.46% (10/183)
src/cpython3/Objects/moduleobject.c
 39.86% (413/1036)
 70.45% (31/44)
 44.82% (497/1109)
src/cpython3/Objects/namespaceobject.c
 21.43% (39/182)
 50.00% (5/10)
 23.08% (57/247)
src/cpython3/Objects/object.c
 42.90% (680/1585)
 47.27% (52/110)
 52.14% (866/1661)
src/cpython3/Objects/obmalloc.c
 33.97% (591/1740)
 36.89% (45/122)
 46.29% (704/1521)
src/cpython3/Objects/odictobject.c
  0.00% (0/902)
  0.00% (0/55)
  0.00% (0/1260)
src/cpython3/Objects/picklebufobject.c
  0.00% (0/121)
  0.00% (0/11)
  0.00% (0/102)
src/cpython3/Objects/rangeobject.c
 30.20% (231/765)
 44.74% (17/38)
 29.52% (258/874)
src/cpython3/Objects/setobject.c
 46.25% (770/1665)
 60.61% (60/99)
 40.41% (1001/2477)
src/cpython3/Objects/sliceobject.c
 48.36% (192/397)
 54.55% (12/22)
 47.47% (253/533)
src/cpython3/Objects/stringlib/clinic/transmogrify.h.h
  0.00% (0/215)
  0.00% (0/5)
  0.00% (0/231)
src/cpython3/Objects/stringlib/codecs.h
 54.83% (312/569)
 50.00% (3/6)
 62.33% (268/430)
src/cpython3/Objects/stringlib/count.h
 81.82% (9/11)
100.00% (1/1)
 66.67% (10/15)
src/cpython3/Objects/stringlib/ctype.h
 23.19% (16/69)
 15.38% (2/13)
 22.70% (32/141)
src/cpython3/Objects/stringlib/eq.h
100.00% (13/13)
100.00% (1/1)
 93.94% (31/33)
src/cpython3/Objects/stringlib/fastsearch.h
 30.73% (161/524)
 35.71% (5/14)
 34.16% (165/483)
src/cpython3/Objects/stringlib/find.h
 30.00% (9/30)
 25.00% (1/4)
 36.36% (8/22)
src/cpython3/Objects/stringlib/find_max_char.h
 95.89% (70/73)
100.00% (2/2)
100.00% (65/65)
src/cpython3/Objects/stringlib/join.h
  0.00% (0/131)
  0.00% (0/1)
  0.00% (0/167)
src/cpython3/Objects/stringlib/localeutil.h
 57.38% (35/61)
100.00% (3/3)
 60.87% (28/46)
src/cpython3/Objects/stringlib/partition.h
 39.71% (27/68)
 50.00% (1/2)
 45.16% (56/124)
src/cpython3/Objects/stringlib/replace.h
 88.46% (23/26)
100.00% (1/1)
 91.67% (22/24)
src/cpython3/Objects/stringlib/repr.h
 98.51% (66/67)
100.00% (1/1)
 98.08% (51/52)
src/cpython3/Objects/stringlib/split.h
 22.40% (56/250)
 42.86% (3/7)
 20.12% (138/686)
src/cpython3/Objects/stringlib/transmogrify.h
  6.62% (30/453)
 18.75% (3/16)
  9.34% (37/396)
src/cpython3/Objects/stringlib/unicode_format.h
 36.23% (250/690)
 50.00% (16/32)
 32.08% (179/558)
src/cpython3/Objects/structseq.c
 34.68% (189/545)
 59.09% (13/22)
 32.79% (203/619)
src/cpython3/Objects/templateobject.c
  0.00% (0/256)
  0.00% (0/16)
  0.00% (0/443)
src/cpython3/Objects/tupleobject.c
 64.00% (448/700)
 77.50% (31/40)
 67.72% (730/1078)
src/cpython3/Objects/typeobject.c
 45.55% (3585/7870)
 61.29% (247/403)
 48.78% (4554/9335)
src/cpython3/Objects/typevarobject.c
  1.64% (19/1162)
  0.95% (1/105)
  2.33% (43/1842)
src/cpython3/Objects/unicodectype.c
 51.45% (71/138)
 59.09% (13/22)
 51.58% (49/95)
src/cpython3/Objects/unicodeobject.c
 49.03% (5183/10572)
 65.41% (242/370)
 50.37% (6171/12252)
src/cpython3/Objects/unicodetype_db.h
  1.58% (35/2209)
 33.33% (1/3)
  1.51% (31/2047)
src/cpython3/Objects/unionobject.c
 24.15% (92/381)
 34.62% (9/26)
 29.64% (139/469)
src/cpython3/Objects/weakrefobject.c
 46.26% (272/588)
 51.92% (27/52)
 35.52% (271/763)
src/cpython3/Parser/action_helpers.c
 83.09% (1228/1478)
 97.59% (81/83)
 84.48% (1230/1456)
src/cpython3/Parser/lexer/buffer.c
  0.00% (0/44)
  0.00% (0/3)
  0.00% (0/32)
src/cpython3/Parser/lexer/lexer.c
 87.43% (1134/1297)
100.00% (15/15)
 90.14% (1189/1319)
src/cpython3/Parser/lexer/state.c
 87.83% (101/115)
 85.71% (6/7)
 91.80% (56/61)
src/cpython3/Parser/myreadline.c
  0.00% (0/124)
  0.00% (0/3)
  0.00% (0/70)
src/cpython3/Parser/parser.c
 74.99% (26225/34971)
 98.90% (451/456)
 84.98% (17421/20500)
src/cpython3/Parser/peg_api.c
 23.81% (5/21)
 33.33% (1/3)
 21.43% (3/14)
src/cpython3/Parser/pegen.c
 72.19% (558/773)
 87.50% (35/40)
 73.06% (453/620)
src/cpython3/Parser/pegen.h
 70.00% (49/70)
100.00% (6/6)
 70.59% (36/51)
src/cpython3/Parser/pegen_errors.c
 77.06% (262/340)
100.00% (10/10)
 81.21% (255/314)
src/cpython3/Parser/string_parser.c
 80.53% (211/262)
100.00% (6/6)
 85.47% (200/234)
src/cpython3/Parser/token.c
 94.38% (151/160)
100.00% (3/3)
 94.84% (147/155)
src/cpython3/Parser/tokenizer/file_tokenizer.c
  0.00% (0/351)
  0.00% (0/11)
  0.00% (0/282)
src/cpython3/Parser/tokenizer/helpers.c
 69.25% (268/387)
 87.50% (14/16)
 72.62% (236/325)
src/cpython3/Parser/tokenizer/readline_tokenizer.c
  0.00% (0/109)
  0.00% (0/3)
  0.00% (0/101)
src/cpython3/Parser/tokenizer/string_tokenizer.c
 90.82% (89/98)
100.00% (6/6)
 88.89% (64/72)
src/cpython3/Parser/tokenizer/utf8_tokenizer.c
 83.72% (36/43)
100.00% (2/2)
 85.71% (18/21)
src/cpython3/Python/Python-ast.c
 29.59% (5050/17069)
 66.45% (101/152)
 18.10% (4203/23223)
src/cpython3/Python/Python-tokenize.c
  6.60% (19/288)
 33.33% (4/12)
  7.28% (19/261)
src/cpython3/Python/_contextvars.c
 50.00% (9/18)
 66.67% (2/3)
 66.67% (8/12)
src/cpython3/Python/_warnings.c
 41.46% (478/1153)
 62.50% (35/56)
 48.26% (653/1353)
src/cpython3/Python/assemble.c
 87.76% (502/572)
100.00% (30/30)
 82.92% (500/603)
src/cpython3/Python/ast.c
  1.54% (14/912)
  4.00% (1/25)
  1.65% (20/1213)
src/cpython3/Python/ast_preprocess.c
 93.00% (704/757)
100.00% (30/30)
 86.95% (1659/1908)
src/cpython3/Python/ast_unparse.c
 82.54% (586/710)
 93.62% (44/47)
 77.63% (1093/1408)
src/cpython3/Python/bltinmodule.c
 31.42% (641/2040)
 55.07% (38/69)
 36.94% (973/2634)
src/cpython3/Python/bootstrap_hash.c
 25.36% (53/209)
 33.33% (3/9)
 20.75% (33/159)
src/cpython3/Python/ceval.c
 33.87% (763/2253)
 48.00% (48/100)
 47.54% (7247/15243)
src/cpython3/Python/ceval_gil.c
 24.89% (164/659)
 33.96% (18/53)
 24.16% (136/563)
src/cpython3/Python/ceval_macros.h
100.00% (15/15)
100.00% (3/3)
100.00% (10/10)
src/cpython3/Python/clinic/Python-tokenize.c.h
  0.00% (0/61)
  0.00% (0/1)
  0.00% (0/72)
src/cpython3/Python/clinic/_contextvars.c.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Python/clinic/_warnings.c.h
 37.72% (63/167)
 20.00% (1/5)
 35.75% (64/179)
src/cpython3/Python/clinic/bltinmodule.c.h
 59.05% (362/613)
 65.00% (13/20)
 59.67% (361/605)
src/cpython3/Python/clinic/context.c.h
 23.61% (17/72)
 20.00% (2/10)
 26.09% (12/46)
src/cpython3/Python/clinic/import.c.h
 52.31% (136/260)
 66.67% (12/18)
 52.71% (107/203)
src/cpython3/Python/clinic/instruction_sequence.c.h
  0.00% (0/168)
  0.00% (0/7)
  0.00% (0/177)
src/cpython3/Python/clinic/instrumentation.c.h
  0.00% (0/153)
  0.00% (0/11)
  0.00% (0/130)
src/cpython3/Python/clinic/marshal.c.h
 20.29% (42/207)
 25.00% (1/4)
 19.90% (39/196)
src/cpython3/Python/clinic/sysmodule.c.h
 11.55% (73/632)
 12.24% (6/49)
 11.90% (60/504)
src/cpython3/Python/clinic/traceback.c.h
  0.00% (0/67)
  0.00% (0/3)
  0.00% (0/79)
src/cpython3/Python/codecs.c
 38.50% (452/1174)
 41.79% (28/67)
 42.14% (464/1101)
src/cpython3/Python/codegen.c
 88.78% (4073/4588)
 99.38% (159/160)
 76.21% (9958/13066)
src/cpython3/Python/compile.c
 69.44% (859/1237)
 94.92% (56/59)
 73.29% (1166/1591)
src/cpython3/Python/condvar.h
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/7)
src/cpython3/Python/config_common.h
 50.00% (12/24)
 66.67% (2/3)
 57.14% (8/14)
src/cpython3/Python/context.c
 26.09% (186/713)
 29.69% (19/64)
 28.46% (212/745)
src/cpython3/Python/critical_section.c
  0.00% (0/20)
  0.00% (0/10)
  0.00% (0/10)
src/cpython3/Python/crossinterp.c
  1.25% (28/2245)
  3.31% (4/121)
  1.54% (28/1819)
src/cpython3/Python/crossinterp_data_lookup.h
  8.24% (45/546)
  8.89% (4/45)
  8.81% (37/420)
src/cpython3/Python/crossinterp_exceptions.h
 23.53% (28/119)
 25.00% (3/12)
 14.81% (12/81)
src/cpython3/Python/dtoa.c
 80.45% (1362/1693)
 96.43% (27/28)
 79.71% (1277/1602)
src/cpython3/Python/dynload_shlib.c
 32.65% (16/49)
100.00% (1/1)
 17.07% (7/41)
src/cpython3/Python/errors.c
 32.10% (415/1293)
 47.67% (41/86)
 31.71% (409/1290)
src/cpython3/Python/fileutils.c
 28.29% (348/1230)
 51.67% (31/60)
 28.28% (239/845)
src/cpython3/Python/flowgraph.c
 87.74% (2612/2977)
 96.58% (113/117)
 87.54% (3197/3652)
src/cpython3/Python/formatter_unicode.c
 22.67% (253/1116)
 43.48% (10/23)
 27.89% (275/986)
src/cpython3/Python/frame.c
 78.95% (75/95)
 62.50% (5/8)
 76.07% (89/117)
src/cpython3/Python/future.c
 92.39% (85/92)
100.00% (3/3)
 92.08% (93/101)
src/cpython3/Python/gc.c
 61.78% (813/1316)
 69.79% (67/96)
 59.59% (761/1277)
src/cpython3/Python/gc_gil.c
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Python/getargs.c
 21.12% (476/2254)
 40.38% (21/52)
 22.54% (476/2112)
src/cpython3/Python/getcompiler.c
100.00% (3/3)
100.00% (1/1)
100.00% (2/2)
src/cpython3/Python/getcopyright.c
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Python/getopt.c
 13.64% (12/88)
100.00% (2/2)
  8.82% (6/68)
src/cpython3/Python/getplatform.c
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Python/getversion.c
100.00% (14/14)
100.00% (2/2)
100.00% (6/6)
src/cpython3/Python/hamt.c
 11.46% (141/1230)
 22.22% (16/72)
  9.97% (115/1154)
src/cpython3/Python/hashtable.c
 43.70% (104/238)
 35.00% (7/20)
 41.28% (71/172)
src/cpython3/Python/import.c
 41.13% (1125/2735)
 57.69% (90/156)
 43.40% (1092/2516)
src/cpython3/Python/importdl.c
 33.82% (116/343)
 72.73% (8/11)
 49.47% (141/285)
src/cpython3/Python/initconfig.c
 35.17% (1051/2988)
 51.47% (70/136)
 32.24% (843/2615)
src/cpython3/Python/instruction_sequence.c
 58.12% (136/234)
 57.14% (12/21)
 50.00% (115/230)
src/cpython3/Python/instrumentation.c
  2.76% (54/1958)
  2.68% (3/112)
  4.15% (65/1567)
src/cpython3/Python/intrinsics.c
 28.96% (53/183)
 21.43% (3/14)
 38.14% (74/194)
src/cpython3/Python/legacy_tracing.c
  0.00% (0/556)
  0.00% (0/32)
  0.00% (0/535)
src/cpython3/Python/lock.c
 14.60% (60/411)
 27.27% (9/33)
 14.14% (42/297)
src/cpython3/Python/marshal.c
 29.07% (439/1510)
 34.04% (16/47)
 24.50% (449/1833)
src/cpython3/Python/modsupport.c
 47.88% (248/518)
 65.22% (15/23)
 49.18% (181/368)
src/cpython3/Python/mysnprintf.c
 88.46% (23/26)
100.00% (2/2)
 91.67% (11/12)
src/cpython3/Python/mystrtoul.c
 59.73% (89/149)
100.00% (2/2)
 59.87% (91/152)
src/cpython3/Python/optimizer.c
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/3)
src/cpython3/Python/parking_lot.c
  0.00% (0/173)
  0.00% (0/13)
  0.00% (0/96)
src/cpython3/Python/pathconfig.c
 37.73% (103/273)
 25.00% (4/16)
 42.80% (116/271)
src/cpython3/Python/perf_jit_trampoline.c
  0.00% (0/281)
  0.00% (0/14)
  0.00% (0/89)
src/cpython3/Python/perf_trampoline.c
  0.00% (0/278)
  0.00% (0/18)
  0.00% (0/190)
src/cpython3/Python/preconfig.c
 56.13% (339/604)
 90.00% (27/30)
 43.55% (226/519)
src/cpython3/Python/pyarena.c
 85.71% (66/77)
100.00% (7/7)
 88.24% (45/51)
src/cpython3/Python/pyhash.c
 90.99% (101/111)
 77.78% (7/9)
 93.91% (108/115)
src/cpython3/Python/pylifecycle.c
 30.81% (573/1860)
 34.94% (29/83)
 36.55% (603/1650)
src/cpython3/Python/pymath.c
100.00% (8/8)
100.00% (2/2)
100.00% (2/2)
src/cpython3/Python/pystate.c
 29.80% (425/1426)
 36.30% (49/135)
 19.08% (232/1216)
src/cpython3/Python/pystrcmp.c
  0.00% (0/20)
  0.00% (0/2)
  0.00% (0/37)
src/cpython3/Python/pystrhex.c
  0.00% (0/128)
  0.00% (0/5)
  0.00% (0/103)
src/cpython3/Python/pystrtod.c
 74.54% (243/326)
100.00% (7/7)
 77.12% (209/271)
src/cpython3/Python/pythonrun.c
  6.81% (84/1234)
 11.29% (7/62)
  5.60% (68/1215)
src/cpython3/Python/pytime.c
 11.21% (72/642)
 17.19% (11/64)
 10.65% (46/432)
src/cpython3/Python/qsbr.c
  0.00% (0/149)
  0.00% (0/14)
  0.00% (0/79)
src/cpython3/Python/remote_debug.h
  0.00% (0/335)
  0.00% (0/13)
  0.00% (0/197)
src/cpython3/Python/remote_debugging.c
  0.00% (0/268)
  0.00% (0/10)
  0.00% (0/137)
src/cpython3/Python/specialize.c
 75.10% (1185/1578)
 90.91% (50/55)
 81.04% (1261/1556)
src/cpython3/Python/structmember.c
 16.00% (52/325)
100.00% (3/3)
 13.10% (49/374)
src/cpython3/Python/suggestions.c
  0.00% (0/138)
  0.00% (0/4)
  0.00% (0/159)
src/cpython3/Python/symtable.c
 81.02% (1861/2297)
 97.06% (66/68)
 88.30% (3563/4035)
src/cpython3/Python/sysmodule.c
 21.95% (448/2041)
 24.62% (32/130)
 38.95% (1043/2678)
src/cpython3/Python/thread.c
 35.63% (62/174)
 43.75% (7/16)
 33.62% (39/116)
src/cpython3/Python/thread_pthread.h
 19.83% (47/237)
 29.63% (8/27)
 21.95% (27/123)
src/cpython3/Python/traceback.c
  5.21% (45/864)
 12.82% (5/39)
  7.65% (67/876)
src/cpython3/Python/tracemalloc.c
  6.42% (57/888)
  8.06% (5/62)
  5.27% (40/759)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/abstract.h
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/bytearrayobject.h
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/bytesobject.h
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/cellobject.h
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/ceval.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/classobject.h
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/code.h
  0.00% (0/25)
  0.00% (0/7)
  0.00% (0/7)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/dictobject.h
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/fileutils.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/floatobject.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/funcobject.h
  0.00% (0/21)
  0.00% (0/7)
  0.00% (0/7)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/listobject.h
  0.00% (0/14)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/longintrepr.h
  0.00% (0/11)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/memoryobject.h
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/methodobject.h
  0.00% (0/20)
  0.00% (0/4)
  0.00% (0/4)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/monitoring.h
  0.00% (0/85)
  0.00% (0/17)
  0.00% (0/17)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/objimpl.h
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/pyatomic_gcc.h
  0.00% (0/154)
  0.00% (0/140)
  0.00% (0/140)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/pyhash.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/pylock.h
  0.00% (0/15)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/pystate.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/setobject.h
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/tupleobject.h
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/unicodeobject.h
  0.00% (0/150)
  0.00% (0/24)
  0.00% (0/24)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/cpython/weakrefobject.h
  0.00% (0/14)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/object.h
  0.00% (0/42)
  0.00% (0/9)
  0.00% (0/9)
workspace/out/libfuzzer-coverage-x86_64/include/python3.15/refcount.h
 12.16% (18/148)
 30.00% (3/10)
 73.08% (19/26)
Totals
 39.11% (103354/264280)
 40.81% (4853/11892)
 39.67% (119742/301808)