Coverage Report

View results by: Directories | Files

Path Line Coverage Function Coverage Region Coverage
src/cpython3/Include/cpython/abstract.h
 92.31% (12/13)
100.00% (3/3)
 78.26% (18/23)
src/cpython3/Include/cpython/bytearrayobject.h
 72.73% (8/11)
100.00% (2/2)
 67.74% (21/31)
src/cpython3/Include/cpython/bytesobject.h
 70.00% (7/10)
 66.67% (2/3)
 65.62% (21/32)
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)
 42.86% (18/42)
src/cpython3/Include/cpython/code.h
 32.00% (8/25)
 28.57% (2/7)
 44.44% (12/27)
src/cpython3/Include/cpython/dictobject.h
 70.00% (7/10)
100.00% (1/1)
 57.14% (8/14)
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)
 64.29% (9/14)
src/cpython3/Include/cpython/funcobject.h
 14.29% (3/21)
 14.29% (1/7)
 12.50% (9/72)
src/cpython3/Include/cpython/listobject.h
 78.57% (11/14)
100.00% (2/2)
 60.78% (31/51)
src/cpython3/Include/cpython/longintrepr.h
 87.50% (14/16)
100.00% (2/2)
 56.52% (26/46)
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)
 65.43% (53/81)
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.44% (35/156)
 21.83% (31/142)
 21.83% (31/142)
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)
 65.00% (13/20)
src/cpython3/Include/cpython/tupleobject.h
100.00% (10/10)
100.00% (2/2)
 60.78% (31/51)
src/cpython3/Include/cpython/unicodeobject.h
 81.21% (121/149)
 79.17% (19/24)
 63.33% (247/390)
src/cpython3/Include/internal/mimalloc/mimalloc/atomic.h
 19.05% (4/21)
 16.67% (1/6)
 41.46% (17/41)
src/cpython3/Include/internal/mimalloc/mimalloc/internal.h
  1.04% (4/383)
  1.41% (1/71)
  0.35% (1/289)
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% (9/9)
src/cpython3/Include/internal/pycore_backoff.h
 62.71% (37/59)
 58.33% (7/12)
 55.10% (27/49)
src/cpython3/Include/internal/pycore_bitutils.h
  9.84% (12/122)
 40.00% (2/5)
 66.67% (8/12)
src/cpython3/Include/internal/pycore_bytesobject.h
 85.71% (12/14)
100.00% (2/2)
 73.33% (11/15)
src/cpython3/Include/internal/pycore_call.h
 84.62% (33/39)
100.00% (4/4)
 67.53% (52/77)
src/cpython3/Include/internal/pycore_cell.h
 68.42% (26/38)
100.00% (4/4)
 94.74% (18/19)
src/cpython3/Include/internal/pycore_ceval.h
 82.93% (34/41)
100.00% (9/9)
 87.50% (14/16)
src/cpython3/Include/internal/pycore_code.h
 80.61% (79/98)
 78.95% (15/19)
 67.78% (61/90)
src/cpython3/Include/internal/pycore_dict.h
 87.72% (50/57)
100.00% (9/9)
 59.09% (65/110)
src/cpython3/Include/internal/pycore_freelist.h
 84.62% (44/52)
100.00% (6/6)
 86.49% (32/37)
src/cpython3/Include/internal/pycore_function.h
 50.00% (3/6)
 50.00% (1/2)
 12.50% (2/16)
src/cpython3/Include/internal/pycore_gc.h
 76.64% (82/107)
 92.31% (12/13)
 71.21% (47/66)
src/cpython3/Include/internal/pycore_genobject.h
100.00% (5/5)
100.00% (1/1)
 58.33% (7/12)
src/cpython3/Include/internal/pycore_hashtable.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Include/internal/pycore_instruments.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/cpython3/Include/internal/pycore_interp.h
 16.67% (3/18)
 33.33% (1/3)
 11.11% (1/9)
src/cpython3/Include/internal/pycore_interpframe.h
 60.24% (153/254)
 92.00% (23/25)
 57.54% (145/252)
src/cpython3/Include/internal/pycore_list.h
 88.46% (23/26)
100.00% (2/2)
 68.75% (44/64)
src/cpython3/Include/internal/pycore_llist.h
 12.90% (4/31)
 20.00% (1/5)
 11.11% (1/9)
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
 93.83% (76/81)
100.00% (19/19)
 56.03% (158/282)
src/cpython3/Include/internal/pycore_mmap.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Include/internal/pycore_moduleobject.h
 85.00% (17/20)
100.00% (4/4)
 61.43% (43/70)
src/cpython3/Include/internal/pycore_object.h
 56.69% (144/254)
 88.00% (22/25)
 66.98% (211/315)
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
 47.93% (474/989)
100.00% (3/3)
 47.92% (473/987)
src/cpython3/Include/internal/pycore_optimizer.h
  0.00% (0/106)
  0.00% (0/24)
  0.00% (0/24)
src/cpython3/Include/internal/pycore_pyerrors.h
 90.00% (9/10)
100.00% (2/2)
 66.67% (22/33)
src/cpython3/Include/internal/pycore_pyhash.h
 54.55% (6/11)
100.00% (1/1)
100.00% (9/9)
src/cpython3/Include/internal/pycore_pymath.h
 81.82% (18/22)
100.00% (2/2)
 93.88% (46/49)
src/cpython3/Include/internal/pycore_pymem.h
 25.71% (9/35)
 50.00% (1/2)
 50.00% (9/18)
src/cpython3/Include/internal/pycore_pystate.h
 43.84% (32/73)
 88.89% (8/9)
 69.23% (18/26)
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
 70.00% (21/30)
 85.71% (6/7)
 76.92% (10/13)
src/cpython3/Include/internal/pycore_slots.h
  0.00% (0/23)
  0.00% (0/2)
  0.00% (0/18)
src/cpython3/Include/internal/pycore_slots_generated.h
 51.51% (478/928)
100.00% (8/8)
 54.58% (775/1420)
src/cpython3/Include/internal/pycore_stackref.h
 68.44% (154/225)
 74.36% (29/39)
 63.27% (236/373)
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
100.00% (6/6)
100.00% (1/1)
 72.97% (27/37)
src/cpython3/Include/internal/pycore_typeobject.h
 93.75% (15/16)
100.00% (3/3)
 53.70% (29/54)
src/cpython3/Include/internal/pycore_unicodeobject.h
 86.67% (39/45)
100.00% (3/3)
 64.29% (54/84)
src/cpython3/Include/internal/pycore_unicodeobject_generated.h
100.00% (3475/3475)
100.00% (1/1)
 56.52% (11284/19964)
src/cpython3/Include/internal/pycore_weakref.h
 35.00% (21/60)
 66.67% (2/3)
 50.98% (26/51)
src/cpython3/Include/object.h
 83.33% (35/42)
100.00% (9/9)
 69.70% (46/66)
src/cpython3/Include/pydtrace.h
 20.83% (5/24)
 20.83% (5/24)
 20.83% (5/24)
src/cpython3/Include/refcount.h
 36.81% (60/163)
100.00% (11/11)
 90.48% (57/63)
src/cpython3/Modules/_abc.c
 46.89% (294/627)
 64.29% (18/28)
 53.42% (539/1009)
src/cpython3/Modules/_asynciomodule.c
  0.00% (0/2313)
  0.00% (0/131)
  0.00% (0/4838)
src/cpython3/Modules/_codecsmodule.c
 40.21% (117/291)
 42.22% (19/45)
 26.53% (65/245)
src/cpython3/Modules/_collectionsmodule.c
  4.45% (74/1663)
 10.23% (9/88)
  7.19% (200/2782)
src/cpython3/Modules/_datetimemodule.c
  4.58% (195/4253)
  7.23% (18/249)
  7.36% (487/6619)
src/cpython3/Modules/_functoolsmodule.c
 21.33% (256/1200)
 24.53% (13/53)
 20.15% (477/2367)
src/cpython3/Modules/_io/_iomodule.c
 49.56% (170/343)
 66.67% (6/9)
 52.57% (439/835)
src/cpython3/Modules/_io/_iomodule.h
100.00% (15/15)
100.00% (3/3)
 54.55% (18/33)
src/cpython3/Modules/_io/bufferedio.c
 30.70% (436/1420)
 39.74% (31/78)
 30.99% (807/2604)
src/cpython3/Modules/_io/bytesio.c
  0.00% (0/651)
  0.00% (0/49)
  0.00% (0/1095)
src/cpython3/Modules/_io/clinic/_iomodule.c.h
 55.19% (117/212)
 66.67% (2/3)
 67.67% (157/232)
src/cpython3/Modules/_io/clinic/bufferedio.c.h
 38.83% (240/618)
 47.06% (16/34)
 32.64% (237/726)
src/cpython3/Modules/_io/clinic/bytesio.c.h
  0.00% (0/294)
  0.00% (0/20)
  0.00% (0/286)
src/cpython3/Modules/_io/clinic/fileio.c.h
 52.94% (126/238)
 71.43% (10/14)
 54.92% (162/295)
src/cpython3/Modules/_io/clinic/iobase.c.h
 15.69% (24/153)
 35.71% (5/14)
 10.06% (16/159)
src/cpython3/Modules/_io/clinic/stringio.c.h
  0.00% (0/221)
  0.00% (0/17)
  0.00% (0/209)
src/cpython3/Modules/_io/clinic/textio.c.h
 24.68% (154/624)
 17.14% (6/35)
 29.74% (196/659)
src/cpython3/Modules/_io/fileio.c
 41.31% (297/719)
 62.50% (20/32)
 44.18% (334/756)
src/cpython3/Modules/_io/iobase.c
 21.81% (106/486)
 39.47% (15/38)
 18.42% (145/787)
src/cpython3/Modules/_io/stringio.c
  0.00% (0/565)
  0.00% (0/28)
  0.00% (0/1112)
src/cpython3/Modules/_io/textio.c
 28.88% (603/2088)
 39.76% (33/83)
 32.53% (1300/3996)
src/cpython3/Modules/_localemodule.c
  9.42% (47/499)
 15.38% (4/26)
  9.04% (77/852)
src/cpython3/Modules/_opcode.c
  0.00% (0/176)
  0.00% (0/17)
  0.00% (0/721)
src/cpython3/Modules/_operator.c
  3.15% (28/890)
  4.30% (4/93)
  3.42% (54/1580)
src/cpython3/Modules/_sre/clinic/sre.c.h
 18.28% (174/952)
 25.00% (7/28)
 17.29% (186/1076)
src/cpython3/Modules/_sre/sre.c
 35.77% (728/2035)
 42.27% (41/97)
 33.08% (1508/4559)
src/cpython3/Modules/_sre/sre_lib.h
 38.73% (450/1162)
 66.67% (4/6)
 31.34% (840/2680)
src/cpython3/Modules/_stat.c
 52.12% (86/165)
 16.67% (3/18)
 49.92% (308/617)
src/cpython3/Modules/_suggestions.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/39)
src/cpython3/Modules/_sysconfig.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/21)
src/cpython3/Modules/_threadmodule.c
  9.30% (123/1323)
 17.02% (16/94)
 10.82% (173/1599)
src/cpython3/Modules/_tracemalloc.c
  0.00% (0/47)
  0.00% (0/11)
  0.00% (0/44)
src/cpython3/Modules/_typesmodule.c
100.00% (43/43)
100.00% (2/2)
 62.66% (292/466)
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)
 33.33% (25/75)
src/cpython3/Modules/_xxtestfuzz/fuzzer.c
 63.50% (287/452)
 81.82% (18/22)
 77.55% (335/432)
src/cpython3/Modules/atexitmodule.c
  3.78% (7/185)
  7.14% (1/14)
  2.54% (10/393)
src/cpython3/Modules/clinic/_abc.c.h
 52.38% (22/42)
 50.00% (2/4)
 52.94% (18/34)
src/cpython3/Modules/clinic/_asynciomodule.c.h
  0.00% (0/999)
  0.00% (0/57)
  0.00% (0/1064)
src/cpython3/Modules/clinic/_codecsmodule.c.h
 21.06% (375/1781)
 39.02% (16/41)
 27.54% (467/1696)
src/cpython3/Modules/clinic/_collectionsmodule.c.h
  8.09% (22/272)
  4.76% (1/21)
 16.84% (48/285)
src/cpython3/Modules/clinic/_datetimemodule.c.h
  0.00% (0/1324)
  0.00% (0/35)
  0.00% (0/1638)
src/cpython3/Modules/clinic/_functoolsmodule.c.h
  0.00% (0/93)
  0.00% (0/4)
  0.00% (0/96)
src/cpython3/Modules/clinic/_localemodule.c.h
  0.00% (0/288)
  0.00% (0/12)
  0.00% (0/246)
src/cpython3/Modules/clinic/_opcode.c.h
  0.00% (0/456)
  0.00% (0/15)
  0.00% (0/508)
src/cpython3/Modules/clinic/_operator.c.h
  0.00% (0/631)
  0.00% (0/46)
  0.00% (0/535)
src/cpython3/Modules/clinic/_suggestions.c.h
  0.00% (0/19)
  0.00% (0/1)
  0.00% (0/17)
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)
 10.41% (33/317)
src/cpython3/Modules/clinic/_tracemalloc.c.h
  0.00% (0/42)
  0.00% (0/9)
  0.00% (0/27)
src/cpython3/Modules/clinic/_weakref.c.h
 26.67% (12/45)
 33.33% (1/3)
 30.77% (12/39)
src/cpython3/Modules/clinic/faulthandler.c.h
  0.00% (0/423)
  0.00% (0/14)
  0.00% (0/460)
src/cpython3/Modules/clinic/gcmodule.c.h
  0.00% (0/235)
  0.00% (0/18)
  0.00% (0/205)
src/cpython3/Modules/clinic/itertoolsmodule.c.h
  6.78% (41/605)
  5.26% (1/19)
  4.95% (56/1131)
src/cpython3/Modules/clinic/posixmodule.c.h
  2.83% (157/5542)
  4.23% (8/189)
  2.89% (187/6472)
src/cpython3/Modules/clinic/pwdmodule.c.h
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/8)
src/cpython3/Modules/clinic/signalmodule.c.h
  0.00% (0/308)
  0.00% (0/19)
  0.00% (0/280)
src/cpython3/Modules/clinic/symtablemodule.c.h
  0.00% (0/61)
  0.00% (0/1)
  0.00% (0/67)
src/cpython3/Modules/clinic/timemodule.c.h
  0.00% (0/20)
  0.00% (0/2)
  0.00% (0/12)
src/cpython3/Modules/errnomodule.c
 96.17% (402/418)
100.00% (3/3)
 56.00% (714/1275)
src/cpython3/Modules/faulthandler.c
  1.99% (14/705)
  2.50% (1/40)
  1.69% (13/769)
src/cpython3/Modules/gcmodule.c
  0.00% (0/196)
  0.00% (0/23)
  0.00% (0/211)
src/cpython3/Modules/getbuildinfo.c
 78.57% (22/28)
100.00% (3/3)
 80.00% (16/20)
src/cpython3/Modules/getpath.c
 49.06% (262/534)
 72.73% (16/22)
 50.97% (314/616)
src/cpython3/Modules/itertoolsmodule.c
 12.79% (279/2182)
  9.60% (12/125)
 17.48% (845/4835)
src/cpython3/Modules/posixmodule.c
 16.10% (986/6123)
 12.91% (39/302)
 15.63% (1195/7645)
src/cpython3/Modules/pwdmodule.c
  0.00% (0/202)
  0.00% (0/10)
  0.00% (0/284)
src/cpython3/Modules/signalmodule.c
  3.87% (33/852)
  5.66% (3/53)
  3.50% (36/1028)
src/cpython3/Modules/symtablemodule.c
  0.00% (0/109)
  0.00% (0/4)
  0.00% (0/184)
src/cpython3/Modules/timemodule.c
 11.10% (106/955)
 14.58% (7/48)
 10.58% (113/1068)
src/cpython3/Objects/abstract.c
 40.65% (837/2059)
 62.86% (88/140)
 45.35% (1489/3283)
src/cpython3/Objects/boolobject.c
 49.25% (33/67)
 66.67% (6/9)
 71.83% (102/142)
src/cpython3/Objects/bytearrayobject.c
 22.20% (376/1694)
 27.10% (29/107)
 21.85% (542/2480)
src/cpython3/Objects/bytes_methods.c
 33.72% (145/430)
 42.31% (11/26)
 28.28% (166/587)
src/cpython3/Objects/bytesobject.c
 26.16% (649/2481)
 48.60% (52/107)
 24.64% (897/3640)
src/cpython3/Objects/call.c
 57.87% (412/712)
 68.29% (28/41)
 54.28% (533/982)
src/cpython3/Objects/capsule.c
 37.32% (78/209)
 38.89% (7/18)
 42.36% (86/203)
src/cpython3/Objects/cellobject.c
 28.87% (28/97)
 41.67% (5/12)
 25.83% (62/240)
src/cpython3/Objects/classobject.c
 13.79% (40/290)
 20.00% (5/25)
 18.97% (99/522)
src/cpython3/Objects/clinic/bytearrayobject.c.h
 13.98% (138/987)
 15.79% (6/38)
 14.78% (153/1035)
src/cpython3/Objects/clinic/bytesobject.c.h
 29.62% (234/790)
 26.92% (7/26)
 32.99% (286/867)
src/cpython3/Objects/clinic/classobject.c.h
  0.00% (0/37)
  0.00% (0/3)
  0.00% (0/92)
src/cpython3/Objects/clinic/codeobject.c.h
  0.00% (0/384)
  0.00% (0/3)
  0.00% (0/907)
src/cpython3/Objects/clinic/complexobject.c.h
  0.00% (0/75)
  0.00% (0/6)
  0.00% (0/86)
src/cpython3/Objects/clinic/descrobject.c.h
 92.00% (92/100)
100.00% (2/2)
 82.88% (121/146)
src/cpython3/Objects/clinic/dictobject.c.h
 72.64% (77/106)
 64.29% (9/14)
 78.75% (63/80)
src/cpython3/Objects/clinic/enumobject.c.h
  0.00% (0/60)
  0.00% (0/2)
  0.00% (0/105)
src/cpython3/Objects/clinic/exceptions.c.h
  9.82% (11/112)
  6.67% (1/15)
 13.11% (8/61)
src/cpython3/Objects/clinic/floatobject.c.h
  4.95% (5/101)
  7.14% (1/14)
  2.11% (2/95)
src/cpython3/Objects/clinic/frameobject.c.h
  6.93% (7/101)
  6.67% (1/15)
  7.41% (4/54)
src/cpython3/Objects/clinic/funcobject.c.h
 23.93% (28/117)
 57.14% (4/7)
 10.85% (14/129)
src/cpython3/Objects/clinic/interpolationobject.c.h
  0.00% (0/68)
  0.00% (0/1)
  0.00% (0/101)
src/cpython3/Objects/clinic/listobject.c.h
 66.18% (135/204)
 71.43% (10/14)
 65.28% (141/216)
src/cpython3/Objects/clinic/longobject.c.h
 69.55% (169/243)
 45.45% (5/11)
 73.00% (192/263)
src/cpython3/Objects/clinic/memoryobject.c.h
 27.67% (83/300)
 30.00% (3/10)
 28.45% (99/348)
src/cpython3/Objects/clinic/moduleobject.c.h
 87.50% (42/48)
100.00% (1/1)
 78.87% (56/71)
src/cpython3/Objects/clinic/odictobject.c.h
  0.00% (0/252)
  0.00% (0/9)
  0.00% (0/286)
src/cpython3/Objects/clinic/rangeobject.c.h
  0.00% (0/42)
  0.00% (0/6)
  0.00% (0/24)
src/cpython3/Objects/clinic/sentinelobject.c.h
 87.50% (42/48)
100.00% (1/1)
 78.26% (54/69)
src/cpython3/Objects/clinic/setobject.c.h
 35.00% (56/160)
 36.36% (8/22)
 40.00% (28/70)
src/cpython3/Objects/clinic/structseq.c.h
  0.00% (0/44)
  0.00% (0/1)
  0.00% (0/68)
src/cpython3/Objects/clinic/tupleobject.c.h
 25.93% (14/54)
 25.00% (1/4)
 48.00% (36/75)
src/cpython3/Objects/clinic/typeobject.c.h
 47.83% (33/69)
 41.67% (5/12)
 51.28% (20/39)
src/cpython3/Objects/clinic/typevarobject.c.h
  0.00% (0/467)
  0.00% (0/19)
  0.00% (0/591)
src/cpython3/Objects/clinic/unicodeobject.c.h
 40.09% (370/923)
 44.44% (20/45)
 45.05% (419/930)
src/cpython3/Objects/codeobject.c
 26.61% (520/1954)
 30.77% (28/91)
 29.67% (957/3226)
src/cpython3/Objects/complexobject.c
 42.57% (358/841)
 65.31% (32/49)
 45.00% (531/1180)
src/cpython3/Objects/descrobject.c
 44.96% (495/1101)
 53.19% (50/94)
 48.71% (716/1470)
src/cpython3/Objects/dictobject.c
 48.50% (2305/4753)
 65.44% (178/272)
 41.21% (3355/8142)
src/cpython3/Objects/enumobject.c
 28.01% (86/307)
 41.18% (7/17)
 30.18% (172/570)
src/cpython3/Objects/exceptions.c
 34.81% (818/2350)
 48.84% (84/172)
 38.48% (2045/5315)
src/cpython3/Objects/fileobject.c
  9.29% (30/323)
 14.29% (3/21)
  8.44% (33/391)
src/cpython3/Objects/floatobject.c
 46.58% (552/1185)
 55.36% (31/56)
 45.15% (852/1887)
src/cpython3/Objects/frameobject.c
  8.85% (138/1560)
 17.07% (14/82)
 11.31% (303/2679)
src/cpython3/Objects/funcobject.c
 36.54% (433/1185)
 51.69% (46/89)
 39.67% (1020/2571)
src/cpython3/Objects/genericaliasobject.c
  4.88% (37/758)
 10.81% (4/37)
  5.16% (75/1453)
src/cpython3/Objects/genobject.c
 17.00% (236/1388)
 14.61% (13/89)
 19.88% (494/2485)
src/cpython3/Objects/interpolationobject.c
  8.40% (10/119)
 10.00% (1/10)
  3.86% (11/285)
src/cpython3/Objects/iterobject.c
 23.01% (55/239)
 23.81% (5/21)
 16.71% (70/419)
src/cpython3/Objects/lazyimportobject.c
 53.66% (44/82)
 50.00% (4/8)
 77.00% (154/200)
src/cpython3/Objects/listobject.c
 68.84% (1703/2474)
 80.31% (102/127)
 61.45% (2385/3881)
src/cpython3/Objects/longobject.c
 66.45% (2743/4128)
 73.10% (125/171)
 56.27% (4043/7185)
src/cpython3/Objects/memoryobject.c
 21.06% (460/2184)
 36.28% (41/113)
 18.56% (650/3502)
src/cpython3/Objects/methodobject.c
 59.89% (209/349)
 65.38% (17/26)
 57.01% (378/663)
src/cpython3/Objects/mimalloc/alloc-aligned.c
  0.00% (0/181)
  0.00% (0/28)
  0.00% (0/185)
src/cpython3/Objects/mimalloc/alloc-posix.c
  0.00% (0/106)
  0.00% (0/18)
  0.00% (0/122)
src/cpython3/Objects/mimalloc/alloc.c
  0.00% (0/444)
  0.00% (0/65)
  0.00% (0/410)
src/cpython3/Objects/mimalloc/arena.c
  0.00% (0/598)
  0.00% (0/46)
  0.00% (0/930)
src/cpython3/Objects/mimalloc/bitmap.c
  0.00% (0/294)
  0.00% (0/18)
  0.00% (0/421)
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.77% (7/395)
  5.41% (2/37)
  0.53% (2/378)
src/cpython3/Objects/mimalloc/init.c
 31.85% (79/248)
 48.00% (12/25)
 16.67% (44/264)
src/cpython3/Objects/mimalloc/options.c
 32.58% (101/310)
 33.33% (14/42)
 27.58% (123/446)
src/cpython3/Objects/mimalloc/os.c
  0.71% (3/422)
  2.94% (1/34)
  0.15% (1/666)
src/cpython3/Objects/mimalloc/page-queue.c
  0.00% (0/181)
  0.00% (0/14)
  0.00% (0/153)
src/cpython3/Objects/mimalloc/page.c
  0.00% (0/506)
  0.00% (0/27)
  0.00% (0/487)
src/cpython3/Objects/mimalloc/prim/unix/prim.c
 23.39% (69/295)
 34.38% (11/32)
 18.96% (73/385)
src/cpython3/Objects/mimalloc/random.c
 62.71% (74/118)
 71.43% (10/14)
 65.45% (36/55)
src/cpython3/Objects/mimalloc/segment-map.c
  0.00% (0/86)
  0.00% (0/6)
  0.00% (0/169)
src/cpython3/Objects/mimalloc/segment.c
  0.00% (0/1069)
  0.00% (0/66)
  0.00% (0/1542)
src/cpython3/Objects/mimalloc/stats.c
  6.51% (20/307)
 12.50% (4/32)
  4.69% (10/213)
src/cpython3/Objects/moduleobject.c
 38.92% (499/1282)
 65.52% (38/58)
 38.47% (724/1882)
src/cpython3/Objects/namespaceobject.c
 20.74% (39/188)
 50.00% (5/10)
 23.57% (74/314)
src/cpython3/Objects/object.c
 45.96% (773/1682)
 51.72% (60/116)
 49.26% (1168/2371)
src/cpython3/Objects/obmalloc.c
 35.53% (625/1759)
 40.16% (51/127)
 43.16% (1042/2414)
src/cpython3/Objects/odictobject.c
  0.00% (0/957)
  0.00% (0/60)
  0.00% (0/1594)
src/cpython3/Objects/picklebufobject.c
  0.00% (0/121)
  0.00% (0/11)
  0.00% (0/145)
src/cpython3/Objects/rangeobject.c
 30.59% (234/765)
 43.59% (17/39)
 30.13% (329/1092)
src/cpython3/Objects/sentinelobject.c
 33.98% (35/103)
 36.36% (4/11)
 28.77% (84/292)
src/cpython3/Objects/setobject.c
 48.65% (866/1780)
 62.62% (67/107)
 40.67% (1418/3487)
src/cpython3/Objects/sliceobject.c
 47.81% (186/389)
 52.38% (11/21)
 47.27% (294/622)
src/cpython3/Objects/stringlib/clinic/transmogrify.h.h
  0.00% (0/215)
  0.00% (0/5)
  0.00% (0/246)
src/cpython3/Objects/stringlib/codecs.h
 53.53% (311/581)
 50.00% (3/6)
 57.63% (302/524)
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.52% (34/151)
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)
 28.81% (172/597)
src/cpython3/Objects/stringlib/find.h
 30.00% (9/30)
 25.00% (1/4)
 28.57% (12/42)
src/cpython3/Objects/stringlib/find_max_char.h
 95.89% (70/73)
100.00% (2/2)
 87.95% (73/83)
src/cpython3/Objects/stringlib/join.h
 20.90% (28/134)
100.00% (1/1)
 20.43% (47/230)
src/cpython3/Objects/stringlib/partition.h
 39.71% (27/68)
 50.00% (1/2)
 40.54% (60/148)
src/cpython3/Objects/stringlib/replace.h
 88.46% (23/26)
100.00% (1/1)
 95.83% (23/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
 23.05% (56/243)
 42.86% (3/7)
 19.89% (144/724)
src/cpython3/Objects/stringlib/transmogrify.h
  6.64% (30/452)
 18.75% (3/16)
  8.13% (40/492)
src/cpython3/Objects/stringlib/unicode_format.h
 36.39% (250/687)
 50.00% (16/32)
 30.70% (194/632)
src/cpython3/Objects/structseq.c
 34.80% (190/546)
 59.09% (13/22)
 29.41% (275/935)
src/cpython3/Objects/templateobject.c
  0.00% (0/253)
  0.00% (0/16)
  0.00% (0/617)
src/cpython3/Objects/tupleobject.c
 63.52% (491/773)
 73.91% (34/46)
 60.52% (1001/1654)
src/cpython3/Objects/typeobject.c
 44.94% (3665/8155)
 58.49% (248/424)
 40.67% (5902/14513)
src/cpython3/Objects/typevarobject.c
  1.60% (19/1189)
  0.95% (1/105)
  3.10% (78/2517)
src/cpython3/Objects/unicode_format.c
 24.84% (199/801)
 70.00% (7/10)
 20.53% (232/1130)
src/cpython3/Objects/unicode_formatter.c
 27.19% (339/1247)
 51.85% (14/27)
 31.41% (420/1337)
src/cpython3/Objects/unicode_writer.c
 63.98% (254/397)
 82.61% (19/23)
 61.44% (392/638)
src/cpython3/Objects/unicodectype.c
 50.72% (70/138)
 59.09% (13/22)
 50.53% (48/95)
src/cpython3/Objects/unicodeobject.c
 50.19% (4809/9582)
 64.41% (219/340)
 47.33% (6922/14624)
src/cpython3/Objects/unicodetype_db.h
  1.57% (35/2230)
 33.33% (1/3)
  1.50% (31/2068)
src/cpython3/Objects/unionobject.c
 23.41% (92/393)
 33.33% (9/27)
 26.46% (168/635)
src/cpython3/Objects/weakrefobject.c
 48.66% (273/561)
 30.68% (27/88)
 15.59% (379/2431)
src/cpython3/Parser/action_helpers.c
 81.74% (1316/1610)
 97.65% (83/85)
 75.64% (1571/2077)
src/cpython3/Parser/lexer/buffer.c
  0.00% (0/44)
  0.00% (0/3)
  0.00% (0/52)
src/cpython3/Parser/lexer/lexer.c
 86.51% (468/541)
100.00% (8/8)
 89.47% (603/674)
src/cpython3/Parser/lexer/number.c
 98.13% (262/267)
100.00% (4/4)
 99.41% (337/339)
src/cpython3/Parser/lexer/state.c
 94.02% (110/117)
100.00% (7/7)
 90.00% (99/110)
src/cpython3/Parser/lexer/string.c
 90.26% (454/503)
100.00% (6/6)
 85.96% (447/520)
src/cpython3/Parser/myreadline.c
  0.00% (0/124)
  0.00% (0/3)
  0.00% (0/103)
src/cpython3/Parser/parser.c
 76.26% (27712/36341)
 99.15% (466/470)
 80.88% (21867/27035)
src/cpython3/Parser/peg_api.c
 28.57% (6/21)
 33.33% (1/3)
 16.67% (3/18)
src/cpython3/Parser/pegen.c
 73.77% (599/812)
 90.70% (39/43)
 74.07% (634/856)
src/cpython3/Parser/pegen.h
 83.56% (61/73)
100.00% (7/7)
 78.21% (61/78)
src/cpython3/Parser/pegen_errors.c
 75.99% (231/304)
100.00% (9/9)
 73.18% (262/358)
src/cpython3/Parser/string_parser.c
 80.46% (210/261)
100.00% (6/6)
 79.73% (236/296)
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/370)
  0.00% (0/11)
  0.00% (0/390)
src/cpython3/Parser/tokenizer/helpers.c
 83.93% (376/448)
100.00% (17/17)
 85.97% (380/442)
src/cpython3/Parser/tokenizer/readline_tokenizer.c
  0.00% (0/110)
  0.00% (0/3)
  0.00% (0/160)
src/cpython3/Parser/tokenizer/string_tokenizer.c
 90.52% (105/116)
100.00% (6/6)
 76.36% (126/165)
src/cpython3/Parser/tokenizer/utf8_tokenizer.c
 83.72% (36/43)
100.00% (2/2)
 79.31% (23/29)
src/cpython3/Python/Python-ast.c
 38.20% (6568/17192)
 73.05% (122/167)
 26.26% (6841/26048)
src/cpython3/Python/Python-tokenize.c
  6.62% (19/287)
 33.33% (4/12)
  7.12% (22/309)
src/cpython3/Python/_contextvars.c
 50.00% (9/18)
 66.67% (2/3)
 66.67% (8/12)
src/cpython3/Python/_warnings.c
 42.47% (474/1116)
 64.81% (35/54)
 45.71% (799/1748)
src/cpython3/Python/assemble.c
 87.26% (500/573)
100.00% (30/30)
 68.77% (740/1076)
src/cpython3/Python/ast.c
  1.50% (14/933)
  3.85% (1/26)
  1.58% (23/1457)
src/cpython3/Python/ast_preprocess.c
 93.30% (710/761)
100.00% (30/30)
 88.60% (2012/2271)
src/cpython3/Python/ast_unparse.c
 78.21% (560/716)
 87.23% (41/47)
 71.65% (1069/1492)
src/cpython3/Python/bltinmodule.c
 31.03% (650/2095)
 54.29% (38/70)
 33.41% (1114/3334)
src/cpython3/Python/bootstrap_hash.c
 25.36% (53/209)
 33.33% (3/9)
 19.25% (36/187)
src/cpython3/Python/ceval.c
 38.34% (955/2491)
 57.01% (61/107)
 39.97% (9768/24440)
src/cpython3/Python/ceval.h
 55.72% (112/201)
 84.62% (11/13)
 30.54% (153/501)
src/cpython3/Python/ceval_gil.c
 24.85% (165/664)
 33.33% (18/54)
 19.28% (187/970)
src/cpython3/Python/ceval_macros.h
 91.18% (31/34)
100.00% (5/5)
 77.78% (28/36)
src/cpython3/Python/clinic/Python-tokenize.c.h
  0.00% (0/61)
  0.00% (0/1)
  0.00% (0/81)
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)
 36.22% (71/196)
src/cpython3/Python/clinic/bltinmodule.c.h
 53.57% (368/687)
 61.90% (13/21)
 54.19% (420/775)
src/cpython3/Python/clinic/context.c.h
 23.61% (17/72)
 20.00% (2/10)
 28.85% (15/52)
src/cpython3/Python/clinic/import.c.h
 53.43% (148/277)
 68.42% (13/19)
 54.47% (134/246)
src/cpython3/Python/clinic/instruction_sequence.c.h
  0.00% (0/168)
  0.00% (0/7)
  0.00% (0/204)
src/cpython3/Python/clinic/instrumentation.c.h
  0.00% (0/153)
  0.00% (0/11)
  0.00% (0/139)
src/cpython3/Python/clinic/marshal.c.h
 20.29% (42/207)
 25.00% (1/4)
 20.80% (47/226)
src/cpython3/Python/clinic/sysmodule.c.h
 12.71% (90/708)
 13.21% (7/53)
 14.13% (93/658)
src/cpython3/Python/clinic/traceback.c.h
  0.00% (0/67)
  0.00% (0/3)
  0.00% (0/87)
src/cpython3/Python/codecs.c
 36.73% (429/1168)
 35.82% (24/67)
 34.06% (513/1506)
src/cpython3/Python/codegen.c
 88.70% (4286/4832)
100.00% (165/165)
 74.17% (11102/14968)
src/cpython3/Python/compile.c
 68.88% (894/1298)
 95.00% (57/60)
 65.62% (1500/2286)
src/cpython3/Python/condvar.h
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/8)
src/cpython3/Python/config_common.h
 50.00% (12/24)
 66.67% (2/3)
 56.25% (9/16)
src/cpython3/Python/context.c
 26.00% (182/700)
 29.69% (19/64)
 26.85% (258/961)
src/cpython3/Python/critical_section.c
  0.00% (0/20)
  0.00% (0/10)
  0.00% (0/10)
src/cpython3/Python/crossinterp.c
  1.32% (30/2277)
  3.25% (4/123)
  1.29% (47/3630)
src/cpython3/Python/crossinterp_data_lookup.h
  8.26% (45/545)
  8.89% (4/45)
  6.88% (47/683)
src/cpython3/Python/crossinterp_exceptions.h
 24.14% (28/116)
 25.00% (3/12)
 11.11% (18/162)
src/cpython3/Python/dtoa.c
 80.48% (1361/1691)
 96.43% (27/28)
 78.45% (1394/1777)
src/cpython3/Python/dynload_shlib.c
 32.65% (16/49)
100.00% (1/1)
 18.87% (10/53)
src/cpython3/Python/errors.c
 33.15% (423/1276)
 51.16% (44/86)
 32.06% (555/1731)
src/cpython3/Python/fileutils.c
 27.83% (342/1229)
 51.67% (31/60)
 26.25% (325/1238)
src/cpython3/Python/flowgraph.c
 86.85% (2661/3064)
 96.64% (115/119)
 72.68% (4440/6109)
src/cpython3/Python/frame.c
 82.98% (78/94)
 75.00% (6/8)
 62.86% (154/245)
src/cpython3/Python/future.c
 81.52% (75/92)
100.00% (3/3)
 84.68% (94/111)
src/cpython3/Python/gc.c
 59.49% (633/1064)
 67.09% (53/79)
 51.71% (712/1377)
src/cpython3/Python/gc_gil.c
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/cpython3/Python/getargs.c
 21.26% (489/2300)
 39.29% (22/56)
 21.49% (647/3011)
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
 12.64% (11/87)
100.00% (2/2)
  9.33% (7/75)
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.24% (140/1245)
 22.22% (16/72)
  8.27% (139/1681)
src/cpython3/Python/hashtable.c
 61.44% (145/236)
 60.00% (12/20)
 60.09% (128/213)
src/cpython3/Python/import.c
 38.29% (1260/3291)
 57.30% (102/178)
 33.65% (1687/5013)
src/cpython3/Python/importdl.c
 35.31% (125/354)
 75.00% (9/12)
 36.87% (198/537)
src/cpython3/Python/initconfig.c
 33.71% (1063/3153)
 50.35% (72/143)
 32.61% (1230/3772)
src/cpython3/Python/instruction_sequence.c
 59.32% (140/236)
 59.09% (13/22)
 52.52% (219/417)
src/cpython3/Python/instrumentation.c
  4.06% (80/1971)
  6.19% (7/113)
  3.10% (101/3263)
src/cpython3/Python/intrinsics.c
 34.67% (69/199)
 31.25% (5/16)
 36.04% (120/333)
src/cpython3/Python/jit_unwind.c
  0.00% (0/126)
  0.00% (0/9)
  0.00% (0/71)
src/cpython3/Python/legacy_tracing.c
  0.00% (0/556)
  0.00% (0/32)
  0.00% (0/1008)
src/cpython3/Python/lock.c
 15.90% (59/371)
 33.33% (9/27)
 13.95% (54/387)
src/cpython3/Python/marshal.c
 27.58% (409/1483)
 32.00% (16/50)
 22.07% (566/2564)
src/cpython3/Python/modsupport.c
 41.49% (256/617)
 57.69% (15/26)
 43.17% (237/549)
src/cpython3/Python/mysnprintf.c
 88.00% (22/25)
100.00% (2/2)
 58.82% (30/51)
src/cpython3/Python/mystrtoul.c
 58.78% (87/148)
100.00% (2/2)
 60.00% (96/160)
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/167)
  0.00% (0/12)
  0.00% (0/109)
src/cpython3/Python/pathconfig.c
 37.73% (103/273)
 25.00% (4/16)
 38.27% (124/324)
src/cpython3/Python/perf_jit_trampoline.c
  0.00% (0/224)
  0.00% (0/10)
  0.00% (0/139)
src/cpython3/Python/perf_trampoline.c
  0.00% (0/317)
  0.00% (0/20)
  0.00% (0/327)
src/cpython3/Python/preconfig.c
 56.07% (337/601)
 90.00% (27/30)
 42.92% (288/671)
src/cpython3/Python/pyarena.c
 85.71% (66/77)
100.00% (7/7)
 68.89% (62/90)
src/cpython3/Python/pyhash.c
 90.99% (101/111)
 77.78% (7/9)
 94.02% (110/117)
src/cpython3/Python/pylifecycle.c
 29.63% (597/2015)
 33.33% (30/90)
 31.80% (758/2384)
src/cpython3/Python/pymath.c
100.00% (8/8)
100.00% (2/2)
100.00% (2/2)
src/cpython3/Python/pystate.c
 28.60% (501/1752)
 34.19% (53/155)
 20.50% (619/3020)
src/cpython3/Python/pystrcmp.c
 60.00% (12/20)
 50.00% (1/2)
 56.76% (21/37)
src/cpython3/Python/pystrhex.c
  0.00% (0/166)
  0.00% (0/9)
  0.00% (0/150)
src/cpython3/Python/pystrtod.c
 73.23% (238/325)
100.00% (7/7)
 71.87% (258/359)
src/cpython3/Python/pythonrun.c
  8.51% (107/1258)
 13.85% (9/65)
  7.87% (123/1562)
src/cpython3/Python/pytime.c
 18.04% (112/621)
 25.81% (16/62)
 19.51% (127/651)
src/cpython3/Python/qsbr.c
  0.00% (0/152)
  0.00% (0/14)
  0.00% (0/181)
src/cpython3/Python/remote_debug.h
  0.00% (0/618)
  0.00% (0/22)
  0.00% (0/515)
src/cpython3/Python/remote_debugging.c
  0.00% (0/224)
  0.00% (0/9)
  0.00% (0/113)
src/cpython3/Python/slots.c
 50.15% (163/325)
 81.82% (9/11)
 50.87% (146/287)
src/cpython3/Python/specialize.c
 74.26% (1278/1721)
 84.62% (55/65)
 70.08% (1736/2477)
src/cpython3/Python/structmember.c
 17.88% (59/330)
100.00% (4/4)
 16.39% (68/415)
src/cpython3/Python/suggestions.c
  0.00% (0/138)
  0.00% (0/4)
  0.00% (0/216)
src/cpython3/Python/symtable.c
 76.68% (1831/2388)
 95.71% (67/70)
 83.88% (4047/4825)
src/cpython3/Python/sysmodule.c
 22.38% (482/2154)
 25.19% (34/135)
 37.76% (1282/3395)
src/cpython3/Python/thread.c
 36.36% (64/176)
 43.75% (7/16)
 30.67% (46/150)
src/cpython3/Python/thread_pthread.h
 20.09% (47/234)
 29.63% (8/27)
 19.13% (35/183)
src/cpython3/Python/traceback.c
  5.24% (47/897)
 14.63% (6/41)
  7.93% (88/1110)
src/cpython3/Python/tracemalloc.c
  6.74% (61/905)
  9.68% (6/62)
  6.44% (69/1071)
src/cpython3/Python/typecache.c
 89.12% (131/147)
100.00% (13/13)
 74.86% (131/175)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/abstract.h
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/bytearrayobject.h
  0.00% (0/11)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/bytesobject.h
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/cellobject.h
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/ceval.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/classobject.h
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/code.h
  0.00% (0/25)
  0.00% (0/7)
  0.00% (0/7)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/dictobject.h
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/fileutils.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/floatobject.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/funcobject.h
  0.00% (0/21)
  0.00% (0/7)
  0.00% (0/7)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/listobject.h
  0.00% (0/14)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/longintrepr.h
  0.00% (0/16)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/memoryobject.h
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/methodobject.h
  0.00% (0/20)
  0.00% (0/4)
  0.00% (0/4)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/monitoring.h
  0.00% (0/85)
  0.00% (0/17)
  0.00% (0/17)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/objimpl.h
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/pyatomic_gcc.h
  0.00% (0/156)
  0.00% (0/142)
  0.00% (0/142)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/pyhash.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/pylock.h
  0.00% (0/15)
  0.00% (0/3)
  0.00% (0/3)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/pystate.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/setobject.h
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/1)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/tupleobject.h
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/2)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/cpython/unicodeobject.h
  0.00% (0/149)
  0.00% (0/24)
  0.00% (0/24)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/object.h
  0.00% (0/42)
  0.00% (0/9)
  0.00% (0/9)
workspace/out/libfuzzer-coverage-x86_64/include/python3.16/refcount.h
 12.00% (18/150)
 30.00% (3/10)
 74.07% (20/27)
Totals
 40.25% (110374/274193)
 41.72% (5175/12405)
 37.91% (161699/426557)