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/11) |
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/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/155) |
0.00% (0/141) |
0.00% (0/141) |
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/pylock.h |
0.00% (0/15) |
0.00% (0/3) |
0.00% (0/3) |
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/149) |
0.00% (0/24) |
0.00% (0/24) |
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 |
84.62% (11/13) |
100.00% (3/3) |
100.00% (15/15) |
src/cpython/Include/cpython/bytearrayobject.h |
63.64% (7/11) |
100.00% (2/2) |
100.00% (13/13) |
src/cpython/Include/cpython/bytesobject.h |
60.00% (6/10) |
66.67% (2/3) |
92.86% (13/14) |
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 |
44.44% (4/9) |
66.67% (2/3) |
66.67% (10/15) |
src/cpython/Include/cpython/code.h |
40.00% (10/25) |
42.86% (3/7) |
63.64% (7/11) |
src/cpython/Include/cpython/dictobject.h |
70.00% (7/10) |
100.00% (1/1) |
100.00% (4/4) |
src/cpython/Include/cpython/fileutils.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython/Include/cpython/floatobject.h |
66.67% (2/3) |
100.00% (1/1) |
100.00% (5/5) |
src/cpython/Include/cpython/funcobject.h |
9.52% (2/21) |
14.29% (1/7) |
18.52% (5/27) |
src/cpython/Include/cpython/listobject.h |
71.43% (10/14) |
100.00% (2/2) |
100.00% (17/17) |
src/cpython/Include/cpython/longintrepr.h |
100.00% (11/11) |
100.00% (2/2) |
100.00% (10/10) |
src/cpython/Include/cpython/memoryobject.h |
0.00% (0/6) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython/Include/cpython/methodobject.h |
90.00% (18/20) |
100.00% (4/4) |
100.00% (36/36) |
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.29% (33/155) |
20.57% (29/141) |
20.57% (29/141) |
src/cpython/Include/cpython/pyhash.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython/Include/cpython/pylock.h |
73.33% (11/15) |
100.00% (3/3) |
83.33% (10/12) |
src/cpython/Include/cpython/pystate.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython/Include/cpython/setobject.h |
42.86% (3/7) |
100.00% (1/1) |
100.00% (5/5) |
src/cpython/Include/cpython/tupleobject.h |
90.00% (9/10) |
100.00% (2/2) |
100.00% (17/17) |
src/cpython/Include/cpython/unicodeobject.h |
76.51% (114/149) |
79.17% (19/24) |
94.61% (158/167) |
src/cpython/Include/internal/mimalloc/mimalloc/atomic.h |
19.05% (4/21) |
16.67% (1/6) |
41.46% (17/41) |
src/cpython/Include/internal/mimalloc/mimalloc/internal.h |
1.04% (4/383) |
1.41% (1/71) |
0.35% (1/289) |
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% (9/9) |
src/cpython/Include/internal/pycore_backoff.h |
60.78% (31/51) |
60.00% (6/10) |
73.91% (17/23) |
src/cpython/Include/internal/pycore_bitutils.h |
4.92% (6/122) |
20.00% (1/5) |
25.00% (3/12) |
src/cpython/Include/internal/pycore_bytesobject.h |
64.29% (9/14) |
50.00% (1/2) |
66.67% (10/15) |
src/cpython/Include/internal/pycore_call.h |
84.62% (33/39) |
100.00% (4/4) |
100.00% (33/33) |
src/cpython/Include/internal/pycore_cell.h |
68.42% (26/38) |
100.00% (4/4) |
94.74% (18/19) |
src/cpython/Include/internal/pycore_ceval.h |
80.39% (41/51) |
100.00% (10/10) |
75.00% (18/24) |
src/cpython/Include/internal/pycore_code.h |
79.59% (78/98) |
78.95% (15/19) |
91.30% (42/46) |
src/cpython/Include/internal/pycore_dict.h |
73.58% (39/53) |
100.00% (8/8) |
93.75% (30/32) |
src/cpython/Include/internal/pycore_freelist.h |
82.69% (43/52) |
100.00% (6/6) |
100.00% (28/28) |
src/cpython/Include/internal/pycore_function.h |
50.00% (3/6) |
50.00% (1/2) |
28.57% (2/7) |
src/cpython/Include/internal/pycore_gc.h |
78.63% (92/117) |
92.31% (12/13) |
95.74% (45/47) |
src/cpython/Include/internal/pycore_genobject.h |
80.00% (4/5) |
100.00% (1/1) |
100.00% (4/4) |
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 |
16.67% (3/18) |
33.33% (1/3) |
11.11% (1/9) |
src/cpython/Include/internal/pycore_interpframe.h |
59.73% (135/226) |
81.82% (18/22) |
66.67% (90/135) |
src/cpython/Include/internal/pycore_list.h |
53.85% (14/26) |
50.00% (1/2) |
70.00% (21/30) |
src/cpython/Include/internal/pycore_llist.h |
54.84% (17/31) |
60.00% (3/5) |
55.56% (5/9) |
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% (83/83) |
src/cpython/Include/internal/pycore_mmap.h |
100.00% (3/3) |
100.00% (1/1) |
100.00% (1/1) |
src/cpython/Include/internal/pycore_moduleobject.h |
75.00% (15/20) |
100.00% (4/4) |
92.31% (24/26) |
src/cpython/Include/internal/pycore_object.h |
53.15% (135/254) |
84.00% (21/25) |
81.58% (155/190) |
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.22% (424/981) |
66.67% (2/3) |
43.32% (418/965) |
src/cpython/Include/internal/pycore_optimizer.h |
0.00% (0/54) |
0.00% (0/16) |
0.00% (0/16) |
src/cpython/Include/internal/pycore_pyerrors.h |
90.00% (9/10) |
100.00% (2/2) |
76.00% (19/25) |
src/cpython/Include/internal/pycore_pyhash.h |
54.55% (6/11) |
100.00% (1/1) |
100.00% (9/9) |
src/cpython/Include/internal/pycore_pymath.h |
22.73% (5/22) |
50.00% (1/2) |
20.41% (10/49) |
src/cpython/Include/internal/pycore_pymem.h |
0.00% (0/35) |
0.00% (0/2) |
0.00% (0/18) |
src/cpython/Include/internal/pycore_pystate.h |
43.75% (28/64) |
87.50% (7/8) |
82.35% (14/17) |
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 |
50.00% (9/18) |
66.67% (2/3) |
66.67% (6/9) |
src/cpython/Include/internal/pycore_stackref.h |
66.50% (137/206) |
76.47% (26/34) |
83.72% (144/172) |
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% (17/17) |
src/cpython/Include/internal/pycore_typeobject.h |
81.25% (13/16) |
100.00% (3/3) |
100.00% (14/14) |
src/cpython/Include/internal/pycore_unicodeobject.h |
80.00% (36/45) |
100.00% (3/3) |
88.64% (39/44) |
src/cpython/Include/internal/pycore_unicodeobject_generated.h |
100.00% (3422/3422) |
100.00% (1/1) |
100.00% (5986/5986) |
src/cpython/Include/internal/pycore_weakref.h |
35.00% (21/60) |
66.67% (2/3) |
66.67% (18/27) |
src/cpython/Include/object.h |
83.33% (35/42) |
100.00% (9/9) |
100.00% (34/34) |
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.36% (53/55) |
src/cpython/Modules/_abc.c |
53.51% (335/626) |
67.86% (19/28) |
60.86% (569/935) |
src/cpython/Modules/_asynciomodule.c |
4.18% (97/2322) |
3.82% (5/131) |
9.55% (410/4291) |
src/cpython/Modules/_codecsmodule.c |
44.64% (125/280) |
51.16% (22/43) |
32.89% (75/228) |
src/cpython/Modules/_collectionsmodule.c |
20.61% (339/1645) |
29.55% (26/88) |
22.59% (493/2182) |
src/cpython/Modules/_datetimemodule.c |
20.10% (844/4200) |
30.52% (76/249) |
22.24% (1253/5635) |
src/cpython/Modules/_functoolsmodule.c |
37.50% (438/1168) |
49.06% (26/53) |
36.80% (718/1951) |
src/cpython/Modules/_io/_iomodule.c |
55.69% (191/343) |
77.78% (7/9) |
58.28% (482/827) |
src/cpython/Modules/_io/_iomodule.h |
80.00% (12/15) |
100.00% (3/3) |
100.00% (9/9) |
src/cpython/Modules/_io/bufferedio.c |
40.83% (579/1418) |
44.87% (35/78) |
40.27% (1018/2528) |
src/cpython/Modules/_io/bytesio.c |
34.80% (214/615) |
45.45% (20/44) |
38.63% (345/893) |
src/cpython/Modules/_io/clinic/_iomodule.c.h |
65.57% (139/212) |
100.00% (3/3) |
76.72% (178/232) |
src/cpython/Modules/_io/clinic/bufferedio.c.h |
39.64% (245/618) |
47.06% (16/34) |
34.86% (229/657) |
src/cpython/Modules/_io/clinic/bytesio.c.h |
52.26% (139/266) |
52.63% (10/19) |
52.24% (128/245) |
src/cpython/Modules/_io/clinic/fileio.c.h |
58.82% (140/238) |
78.57% (11/14) |
59.93% (169/282) |
src/cpython/Modules/_io/clinic/iobase.c.h |
17.65% (27/153) |
42.86% (6/14) |
10.69% (17/159) |
src/cpython/Modules/_io/clinic/stringio.c.h |
50.23% (111/221) |
35.29% (6/17) |
59.69% (117/196) |
src/cpython/Modules/_io/clinic/textio.c.h |
27.86% (168/603) |
20.59% (7/34) |
31.28% (193/617) |
src/cpython/Modules/_io/fileio.c |
43.95% (316/719) |
65.62% (21/32) |
46.94% (337/718) |
src/cpython/Modules/_io/iobase.c |
28.19% (137/486) |
50.00% (19/38) |
28.74% (223/776) |
src/cpython/Modules/_io/stringio.c |
50.45% (281/557) |
59.26% (16/27) |
46.18% (453/981) |
src/cpython/Modules/_io/textio.c |
34.78% (707/2033) |
41.03% (32/78) |
38.13% (1454/3813) |
src/cpython/Modules/_localemodule.c |
9.66% (46/476) |
16.00% (4/25) |
9.05% (74/818) |
src/cpython/Modules/_opcode.c |
58.52% (103/176) |
76.47% (13/17) |
70.18% (499/711) |
src/cpython/Modules/_operator.c |
17.59% (156/887) |
16.13% (15/93) |
18.70% (255/1364) |
src/cpython/Modules/_sre/clinic/sre.c.h |
54.20% (516/952) |
60.71% (17/28) |
53.44% (575/1076) |
src/cpython/Modules/_sre/sre.c |
57.87% (1088/1880) |
64.58% (62/96) |
52.16% (1799/3449) |
src/cpython/Modules/_sre/sre_lib.h |
53.24% (617/1159) |
83.33% (5/6) |
44.47% (1185/2665) |
src/cpython/Modules/_stat.c |
80.00% (132/165) |
33.33% (6/18) |
72.93% (450/617) |
src/cpython/Modules/_suggestions.c |
0.00% (0/22) |
0.00% (0/2) |
0.00% (0/29) |
src/cpython/Modules/_sysconfig.c |
0.00% (0/22) |
0.00% (0/2) |
0.00% (0/21) |
src/cpython/Modules/_threadmodule.c |
25.40% (336/1323) |
38.30% (36/94) |
29.59% (440/1487) |
src/cpython/Modules/_tracemalloc.c |
0.00% (0/43) |
0.00% (0/11) |
0.00% (0/30) |
src/cpython/Modules/_typesmodule.c |
100.00% (42/42) |
100.00% (2/2) |
87.61% (198/226) |
src/cpython/Modules/_typingmodule.c |
70.97% (22/31) |
66.67% (2/3) |
66.67% (26/39) |
src/cpython/Modules/_weakref.c |
30.88% (21/68) |
57.14% (4/7) |
33.33% (25/75) |
src/cpython/Modules/atexitmodule.c |
17.13% (31/181) |
28.57% (4/14) |
17.47% (40/229) |
src/cpython/Modules/clinic/_abc.c.h |
78.57% (33/42) |
75.00% (3/4) |
79.41% (27/34) |
src/cpython/Modules/clinic/_asynciomodule.c.h |
0.00% (0/999) |
0.00% (0/57) |
0.00% (0/1038) |
src/cpython/Modules/clinic/_codecsmodule.c.h |
24.76% (413/1668) |
48.72% (19/39) |
31.37% (500/1594) |
src/cpython/Modules/clinic/_collectionsmodule.c.h |
33.82% (92/272) |
23.81% (5/21) |
41.27% (104/252) |
src/cpython/Modules/clinic/_datetimemodule.c.h |
21.15% (280/1324) |
14.29% (5/35) |
23.78% (371/1560) |
src/cpython/Modules/clinic/_functoolsmodule.c.h |
7.53% (7/93) |
25.00% (1/4) |
4.17% (4/96) |
src/cpython/Modules/clinic/_localemodule.c.h |
0.00% (0/288) |
0.00% (0/12) |
0.00% (0/246) |
src/cpython/Modules/clinic/_opcode.c.h |
59.43% (271/456) |
73.33% (11/15) |
57.28% (291/508) |
src/cpython/Modules/clinic/_operator.c.h |
1.74% (11/631) |
2.17% (1/46) |
1.68% (9/535) |
src/cpython/Modules/clinic/_suggestions.c.h |
0.00% (0/19) |
0.00% (0/1) |
0.00% (0/17) |
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 |
34.46% (102/296) |
34.78% (8/23) |
37.22% (118/317) |
src/cpython/Modules/clinic/_tracemalloc.c.h |
0.00% (0/42) |
0.00% (0/9) |
0.00% (0/27) |
src/cpython/Modules/clinic/_weakref.c.h |
26.67% (12/45) |
33.33% (1/3) |
30.77% (12/39) |
src/cpython/Modules/clinic/faulthandler.c.h |
0.00% (0/335) |
0.00% (0/14) |
0.00% (0/368) |
src/cpython/Modules/clinic/gcmodule.c.h |
0.00% (0/235) |
0.00% (0/18) |
0.00% (0/205) |
src/cpython/Modules/clinic/itertoolsmodule.c.h |
19.50% (118/605) |
26.32% (5/19) |
18.74% (157/838) |
src/cpython/Modules/clinic/posixmodule.c.h |
14.35% (795/5542) |
15.34% (29/189) |
15.21% (976/6415) |
src/cpython/Modules/clinic/pwdmodule.c.h |
0.00% (0/15) |
0.00% (0/2) |
0.00% (0/8) |
src/cpython/Modules/clinic/signalmodule.c.h |
0.00% (0/308) |
0.00% (0/19) |
0.00% (0/280) |
src/cpython/Modules/clinic/symtablemodule.c.h |
0.00% (0/61) |
0.00% (0/1) |
0.00% (0/67) |
src/cpython/Modules/clinic/timemodule.c.h |
0.00% (0/20) |
0.00% (0/2) |
0.00% (0/12) |
src/cpython/Modules/errnomodule.c |
96.17% (402/418) |
100.00% (3/3) |
56.00% (714/1275) |
src/cpython/Modules/faulthandler.c |
1.97% (14/712) |
2.44% (1/41) |
1.67% (13/778) |
src/cpython/Modules/gcmodule.c |
11.40% (22/193) |
13.04% (3/23) |
23.28% (44/189) |
src/cpython/Modules/getbuildinfo.c |
78.57% (22/28) |
100.00% (3/3) |
80.00% (16/20) |
src/cpython/Modules/getpath.c |
48.72% (266/546) |
68.18% (15/22) |
50.97% (314/616) |
src/cpython/Modules/itertoolsmodule.c |
25.58% (547/2138) |
26.23% (32/122) |
28.34% (1223/4315) |
src/cpython/Modules/posixmodule.c |
25.91% (1567/6047) |
25.83% (78/302) |
24.09% (1747/7251) |
src/cpython/Modules/pwdmodule.c |
8.96% (18/201) |
40.00% (4/10) |
7.25% (20/276) |
src/cpython/Modules/signalmodule.c |
30.31% (257/848) |
22.64% (12/53) |
30.48% (306/1004) |
src/cpython/Modules/symtablemodule.c |
0.00% (0/81) |
0.00% (0/3) |
0.00% (0/168) |
src/cpython/Modules/timemodule.c |
22.84% (217/950) |
29.17% (14/48) |
23.92% (239/999) |
src/cpython/Objects/abstract.c |
38.79% (796/2052) |
61.87% (86/139) |
48.32% (1341/2775) |
src/cpython/Objects/boolobject.c |
26.87% (18/67) |
33.33% (3/9) |
29.10% (39/134) |
src/cpython/Objects/bytearrayobject.c |
24.66% (413/1675) |
27.36% (29/106) |
25.53% (552/2162) |
src/cpython/Objects/bytes_methods.c |
36.05% (155/430) |
46.15% (12/26) |
25.48% (147/577) |
src/cpython/Objects/bytesobject.c |
29.80% (734/2463) |
53.77% (57/106) |
29.58% (956/3232) |
src/cpython/Objects/call.c |
58.10% (380/654) |
67.50% (27/40) |
62.70% (400/638) |
src/cpython/Objects/capsule.c |
46.38% (96/207) |
50.00% (9/18) |
61.02% (108/177) |
src/cpython/Objects/cellobject.c |
41.24% (40/97) |
58.33% (7/12) |
30.97% (70/226) |
src/cpython/Objects/classobject.c |
31.52% (104/330) |
32.00% (8/25) |
28.87% (151/523) |
src/cpython/Objects/clinic/bytearrayobject.c.h |
19.85% (189/952) |
18.42% (7/38) |
21.63% (212/980) |
src/cpython/Objects/clinic/bytesobject.c.h |
36.46% (276/757) |
50.00% (13/26) |
37.84% (308/814) |
src/cpython/Objects/clinic/classobject.c.h |
37.84% (14/37) |
33.33% (1/3) |
45.16% (28/62) |
src/cpython/Objects/clinic/codeobject.c.h |
21.35% (82/384) |
33.33% (1/3) |
23.56% (135/573) |
src/cpython/Objects/clinic/complexobject.c.h |
0.00% (0/75) |
0.00% (0/6) |
0.00% (0/73) |
src/cpython/Objects/clinic/descrobject.c.h |
94.00% (94/100) |
100.00% (2/2) |
90.00% (108/120) |
src/cpython/Objects/clinic/dictobject.c.h |
84.47% (87/103) |
84.62% (11/13) |
86.08% (68/79) |
src/cpython/Objects/clinic/enumobject.c.h |
0.00% (0/60) |
0.00% (0/2) |
0.00% (0/82) |
src/cpython/Objects/clinic/exceptions.c.h |
22.32% (25/112) |
20.00% (3/15) |
22.95% (14/61) |
src/cpython/Objects/clinic/floatobject.c.h |
0.00% (0/101) |
0.00% (0/14) |
0.00% (0/85) |
src/cpython/Objects/clinic/frameobject.c.h |
13.86% (14/101) |
13.33% (2/15) |
14.81% (8/54) |
src/cpython/Objects/clinic/funcobject.c.h |
83.76% (98/117) |
100.00% (7/7) |
83.62% (97/116) |
src/cpython/Objects/clinic/interpolationobject.c.h |
0.00% (0/68) |
0.00% (0/1) |
0.00% (0/88) |
src/cpython/Objects/clinic/listobject.c.h |
70.10% (143/204) |
71.43% (10/14) |
72.82% (150/206) |
src/cpython/Objects/clinic/longobject.c.h |
70.37% (171/243) |
45.45% (5/11) |
76.40% (191/250) |
src/cpython/Objects/clinic/memoryobject.c.h |
28.89% (78/270) |
30.00% (3/10) |
28.57% (86/301) |
src/cpython/Objects/clinic/moduleobject.c.h |
87.50% (42/48) |
100.00% (1/1) |
84.48% (49/58) |
src/cpython/Objects/clinic/odictobject.c.h |
16.27% (41/252) |
11.11% (1/9) |
16.08% (46/286) |
src/cpython/Objects/clinic/rangeobject.c.h |
0.00% (0/42) |
0.00% (0/6) |
0.00% (0/24) |
src/cpython/Objects/clinic/setobject.c.h |
52.50% (84/160) |
54.55% (12/22) |
57.14% (40/70) |
src/cpython/Objects/clinic/structseq.c.h |
93.18% (41/44) |
100.00% (1/1) |
85.45% (47/55) |
src/cpython/Objects/clinic/tupleobject.c.h |
53.70% (29/54) |
50.00% (2/4) |
70.77% (46/65) |
src/cpython/Objects/clinic/typeobject.c.h |
56.52% (39/69) |
58.33% (7/12) |
56.41% (22/39) |
src/cpython/Objects/clinic/typevarobject.c.h |
30.47% (131/430) |
21.05% (4/19) |
35.88% (169/471) |
src/cpython/Objects/clinic/unicodeobject.c.h |
63.49% (586/923) |
66.67% (30/45) |
70.23% (644/917) |
src/cpython/Objects/codeobject.c |
39.26% (786/2002) |
43.62% (41/94) |
50.39% (1225/2431) |
src/cpython/Objects/complexobject.c |
8.32% (70/841) |
14.29% (7/49) |
6.07% (66/1088) |
src/cpython/Objects/descrobject.c |
50.14% (545/1087) |
60.64% (57/94) |
57.20% (763/1334) |
src/cpython/Objects/dictobject.c |
57.57% (2403/4174) |
77.31% (184/238) |
53.81% (2693/5005) |
src/cpython/Objects/enumobject.c |
42.81% (137/320) |
58.82% (10/17) |
45.58% (232/509) |
src/cpython/Objects/exceptions.c |
38.11% (865/2270) |
51.19% (86/168) |
46.32% (1861/4018) |
src/cpython/Objects/fileobject.c |
9.29% (30/323) |
14.29% (3/21) |
8.62% (33/383) |
src/cpython/Objects/floatobject.c |
23.23% (338/1455) |
46.55% (27/58) |
30.72% (571/1859) |
src/cpython/Objects/frameobject.c |
11.30% (176/1557) |
20.73% (17/82) |
14.91% (294/1972) |
src/cpython/Objects/funcobject.c |
49.55% (553/1116) |
62.79% (54/86) |
59.17% (1187/2006) |
src/cpython/Objects/genericaliasobject.c |
24.63% (183/743) |
38.89% (14/36) |
24.51% (298/1216) |
src/cpython/Objects/genobject.c |
21.08% (288/1366) |
19.32% (17/88) |
25.28% (475/1879) |
src/cpython/Objects/interpolationobject.c |
8.40% (10/119) |
10.00% (1/10) |
4.53% (11/243) |
src/cpython/Objects/iterobject.c |
41.84% (100/239) |
42.86% (9/21) |
48.04% (184/383) |
src/cpython/Objects/listobject.c |
74.82% (1833/2450) |
85.60% (107/125) |
74.64% (2193/2938) |
src/cpython/Objects/longobject.c |
58.85% (2427/4124) |
72.67% (125/172) |
55.56% (3131/5635) |
src/cpython/Objects/memoryobject.c |
23.53% (488/2074) |
40.71% (46/113) |
22.41% (646/2883) |
src/cpython/Objects/methodobject.c |
62.14% (215/346) |
69.23% (18/26) |
65.23% (334/512) |
src/cpython/Objects/mimalloc/alloc-aligned.c |
0.00% (0/181) |
0.00% (0/28) |
0.00% (0/185) |
src/cpython/Objects/mimalloc/alloc-posix.c |
0.00% (0/106) |
0.00% (0/18) |
0.00% (0/122) |
src/cpython/Objects/mimalloc/alloc.c |
0.00% (0/444) |
0.00% (0/65) |
0.00% (0/410) |
src/cpython/Objects/mimalloc/arena.c |
0.00% (0/598) |
0.00% (0/46) |
0.00% (0/930) |
src/cpython/Objects/mimalloc/bitmap.c |
0.00% (0/294) |
0.00% (0/18) |
0.00% (0/421) |
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.78% (7/394) |
5.41% (2/37) |
0.53% (2/374) |
src/cpython/Objects/mimalloc/init.c |
31.73% (79/249) |
48.00% (12/25) |
16.73% (44/263) |
src/cpython/Objects/mimalloc/options.c |
32.58% (101/310) |
33.33% (14/42) |
27.58% (123/446) |
src/cpython/Objects/mimalloc/os.c |
0.71% (3/422) |
2.94% (1/34) |
0.15% (1/666) |
src/cpython/Objects/mimalloc/page-queue.c |
0.00% (0/181) |
0.00% (0/14) |
0.00% (0/153) |
src/cpython/Objects/mimalloc/page.c |
0.00% (0/504) |
0.00% (0/27) |
0.00% (0/485) |
src/cpython/Objects/mimalloc/prim/unix/prim.c |
23.39% (69/295) |
34.38% (11/32) |
18.96% (73/385) |
src/cpython/Objects/mimalloc/random.c |
62.71% (74/118) |
71.43% (10/14) |
65.45% (36/55) |
src/cpython/Objects/mimalloc/segment-map.c |
0.00% (0/86) |
0.00% (0/6) |
0.00% (0/169) |
src/cpython/Objects/mimalloc/segment.c |
0.00% (0/1069) |
0.00% (0/66) |
0.00% (0/1542) |
src/cpython/Objects/mimalloc/stats.c |
6.51% (20/307) |
12.50% (4/32) |
4.69% (10/213) |
src/cpython/Objects/moduleobject.c |
40.56% (481/1186) |
67.92% (36/53) |
40.99% (596/1454) |
src/cpython/Objects/namespaceobject.c |
21.55% (39/181) |
50.00% (5/10) |
24.13% (69/286) |
src/cpython/Objects/object.c |
45.49% (741/1629) |
45.22% (52/115) |
53.83% (1047/1945) |
src/cpython/Objects/obmalloc.c |
34.11% (589/1727) |
36.89% (45/122) |
46.16% (829/1796) |
src/cpython/Objects/odictobject.c |
41.06% (388/945) |
55.00% (33/60) |
39.42% (555/1408) |
src/cpython/Objects/picklebufobject.c |
0.00% (0/121) |
0.00% (0/11) |
0.00% (0/128) |
src/cpython/Objects/rangeobject.c |
31.11% (238/765) |
46.15% (18/39) |
30.44% (309/1015) |
src/cpython/Objects/setobject.c |
56.46% (975/1727) |
73.79% (76/103) |
51.00% (1423/2790) |
src/cpython/Objects/sliceobject.c |
50.25% (198/394) |
59.09% (13/22) |
50.08% (296/591) |
src/cpython/Objects/stringlib/clinic/transmogrify.h.h |
17.21% (37/215) |
20.00% (1/5) |
16.26% (40/246) |
src/cpython/Objects/stringlib/codecs.h |
62.13% (361/581) |
66.67% (4/6) |
69.85% (322/461) |
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.52% (34/151) |
src/cpython/Objects/stringlib/eq.h |
100.00% (13/13) |
100.00% (1/1) |
100.00% (23/23) |
src/cpython/Objects/stringlib/fastsearch.h |
64.31% (337/524) |
78.57% (11/14) |
64.66% (333/515) |
src/cpython/Objects/stringlib/find.h |
80.00% (24/30) |
100.00% (4/4) |
92.31% (24/26) |
src/cpython/Objects/stringlib/find_max_char.h |
95.89% (70/73) |
100.00% (2/2) |
100.00% (65/65) |
src/cpython/Objects/stringlib/join.h |
61.83% (81/131) |
100.00% (1/1) |
74.86% (137/183) |
src/cpython/Objects/stringlib/partition.h |
79.41% (54/68) |
100.00% (2/2) |
86.36% (114/132) |
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 |
61.73% (150/243) |
85.71% (6/7) |
51.38% (372/724) |
src/cpython/Objects/stringlib/transmogrify.h |
14.38% (65/452) |
25.00% (4/16) |
18.81% (85/452) |
src/cpython/Objects/stringlib/unicode_format.h |
45.71% (314/687) |
56.25% (18/32) |
46.46% (289/622) |
src/cpython/Objects/structseq.c |
40.50% (211/521) |
63.64% (14/22) |
42.82% (295/689) |
src/cpython/Objects/templateobject.c |
7.11% (18/253) |
18.75% (3/16) |
10.85% (50/461) |
src/cpython/Objects/tupleobject.c |
67.78% (486/717) |
82.93% (34/41) |
70.78% (843/1191) |
src/cpython/Objects/typeobject.c |
53.46% (4247/7944) |
69.19% (292/422) |
52.92% (6167/11653) |
src/cpython/Objects/typevarobject.c |
27.27% (318/1166) |
24.04% (25/104) |
27.63% (620/2244) |
src/cpython/Objects/unicode_format.c |
53.77% (428/796) |
90.00% (9/10) |
52.10% (521/1000) |
src/cpython/Objects/unicode_formatter.c |
27.93% (348/1246) |
55.56% (15/27) |
32.57% (383/1176) |
src/cpython/Objects/unicode_writer.c |
66.92% (261/390) |
82.61% (19/23) |
78.00% (344/441) |
src/cpython/Objects/unicodectype.c |
68.12% (94/138) |
81.82% (18/22) |
66.32% (63/95) |
src/cpython/Objects/unicodeobject.c |
55.51% (5136/9252) |
70.87% (236/333) |
56.18% (6290/11197) |
src/cpython/Objects/unicodetype_db.h |
1.97% (44/2230) |
66.67% (2/3) |
1.74% (36/2068) |
src/cpython/Objects/unionobject.c |
54.99% (215/391) |
81.48% (22/27) |
63.08% (340/539) |
src/cpython/Objects/weakrefobject.c |
52.72% (291/552) |
32.95% (29/88) |
16.02% (369/2303) |
src/cpython/Parser/action_helpers.c |
82.82% (1258/1519) |
97.62% (82/84) |
80.73% (1387/1718) |
src/cpython/Parser/lexer/buffer.c |
15.91% (7/44) |
33.33% (1/3) |
18.42% (7/38) |
src/cpython/Parser/lexer/lexer.c |
89.30% (1160/1299) |
100.00% (15/15) |
90.62% (1246/1375) |
src/cpython/Parser/lexer/state.c |
89.57% (103/115) |
85.71% (6/7) |
95.83% (92/96) |
src/cpython/Parser/myreadline.c |
0.00% (0/124) |
0.00% (0/3) |
0.00% (0/93) |
src/cpython/Parser/parser.c |
74.57% (26856/36016) |
98.29% (459/467) |
79.09% (20347/25726) |
src/cpython/Parser/peg_api.c |
28.57% (6/21) |
33.33% (1/3) |
16.67% (3/18) |
src/cpython/Parser/pegen.c |
66.58% (508/763) |
83.72% (36/43) |
67.43% (501/743) |
src/cpython/Parser/pegen.h |
68.57% (48/70) |
100.00% (6/6) |
71.21% (47/66) |
src/cpython/Parser/pegen_errors.c |
76.52% (264/345) |
100.00% (10/10) |
80.67% (288/357) |
src/cpython/Parser/string_parser.c |
80.46% (210/261) |
100.00% (6/6) |
82.18% (226/275) |
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/369) |
0.00% (0/11) |
0.00% (0/358) |
src/cpython/Parser/tokenizer/helpers.c |
84.62% (341/403) |
100.00% (16/16) |
88.32% (325/368) |
src/cpython/Parser/tokenizer/readline_tokenizer.c |
66.97% (73/109) |
100.00% (3/3) |
81.30% (100/123) |
src/cpython/Parser/tokenizer/string_tokenizer.c |
92.23% (95/103) |
100.00% (6/6) |
90.10% (91/101) |
src/cpython/Parser/tokenizer/utf8_tokenizer.c |
83.72% (36/43) |
100.00% (2/2) |
79.31% (23/29) |
src/cpython/Python/Python-ast.c |
37.96% (6473/17054) |
70.48% (117/166) |
26.31% (6724/25558) |
src/cpython/Python/Python-tokenize.c |
57.14% (164/287) |
75.00% (9/12) |
61.77% (181/293) |
src/cpython/Python/_contextvars.c |
50.00% (9/18) |
66.67% (2/3) |
66.67% (8/12) |
src/cpython/Python/_warnings.c |
43.79% (487/1112) |
66.67% (36/54) |
50.36% (767/1523) |
src/cpython/Python/assemble.c |
85.56% (486/568) |
100.00% (30/30) |
82.66% (553/669) |
src/cpython/Python/ast.c |
1.53% (14/914) |
4.00% (1/25) |
1.83% (23/1259) |
src/cpython/Python/ast_preprocess.c |
78.16% (594/760) |
90.00% (27/30) |
82.17% (1834/2232) |
src/cpython/Python/ast_unparse.c |
0.00% (0/710) |
0.00% (0/47) |
0.00% (0/1449) |
src/cpython/Python/bltinmodule.c |
43.70% (895/2048) |
72.46% (50/69) |
48.15% (1442/2995) |
src/cpython/Python/bootstrap_hash.c |
28.71% (60/209) |
44.44% (4/9) |
21.39% (40/187) |
src/cpython/Python/ceval.c |
42.41% (983/2318) |
57.43% (58/101) |
56.71% (8754/15436) |
src/cpython/Python/ceval.h |
57.00% (114/200) |
76.92% (10/13) |
35.09% (153/436) |
src/cpython/Python/ceval_gil.c |
25.12% (159/633) |
32.69% (17/52) |
24.06% (147/611) |
src/cpython/Python/ceval_macros.h |
95.65% (22/23) |
100.00% (4/4) |
88.89% (16/18) |
src/cpython/Python/clinic/Python-tokenize.c.h |
80.33% (49/61) |
100.00% (1/1) |
75.00% (51/68) |
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 |
44.91% (75/167) |
80.00% (4/5) |
40.82% (80/196) |
src/cpython/Python/clinic/bltinmodule.c.h |
62.80% (390/621) |
70.00% (14/20) |
63.92% (443/693) |
src/cpython/Python/clinic/context.c.h |
0.00% (0/72) |
0.00% (0/10) |
0.00% (0/52) |
src/cpython/Python/clinic/import.c.h |
52.31% (136/260) |
66.67% (12/18) |
52.81% (122/231) |
src/cpython/Python/clinic/instruction_sequence.c.h |
0.00% (0/168) |
0.00% (0/7) |
0.00% (0/204) |
src/cpython/Python/clinic/instrumentation.c.h |
0.00% (0/153) |
0.00% (0/11) |
0.00% (0/139) |
src/cpython/Python/clinic/marshal.c.h |
41.55% (86/207) |
50.00% (2/4) |
40.27% (91/226) |
src/cpython/Python/clinic/sysmodule.c.h |
23.10% (146/632) |
22.45% (11/49) |
24.91% (144/578) |
src/cpython/Python/clinic/traceback.c.h |
0.00% (0/67) |
0.00% (0/3) |
0.00% (0/74) |
src/cpython/Python/codecs.c |
34.74% (404/1163) |
40.30% (27/67) |
34.69% (444/1280) |
src/cpython/Python/codegen.c |
62.66% (2935/4684) |
80.50% (128/159) |
51.68% (7113/13764) |
src/cpython/Python/compile.c |
63.35% (790/1247) |
88.14% (52/59) |
68.05% (1210/1778) |
src/cpython/Python/condvar.h |
0.00% (0/12) |
0.00% (0/1) |
0.00% (0/8) |
src/cpython/Python/config_common.h |
50.00% (12/24) |
66.67% (2/3) |
56.25% (9/16) |
src/cpython/Python/context.c |
9.64% (67/695) |
10.94% (7/64) |
9.11% (77/845) |
src/cpython/Python/critical_section.c |
0.00% (0/20) |
0.00% (0/10) |
0.00% (0/10) |
src/cpython/Python/crossinterp.c |
1.27% (27/2129) |
3.42% (4/117) |
1.56% (35/2242) |
src/cpython/Python/crossinterp_data_lookup.h |
8.21% (44/536) |
8.89% (4/45) |
8.42% (41/487) |
src/cpython/Python/crossinterp_exceptions.h |
24.14% (28/116) |
25.00% (3/12) |
14.02% (15/107) |
src/cpython/Python/dtoa.c |
83.55% (1412/1690) |
96.43% (27/28) |
82.98% (1428/1721) |
src/cpython/Python/dynload_shlib.c |
67.35% (33/49) |
100.00% (1/1) |
60.38% (32/53) |
src/cpython/Python/errors.c |
34.72% (442/1273) |
53.49% (46/86) |
35.09% (538/1533) |
src/cpython/Python/fileutils.c |
30.05% (369/1228) |
51.67% (31/60) |
30.53% (320/1048) |
src/cpython/Python/flowgraph.c |
80.39% (2328/2896) |
93.91% (108/115) |
80.34% (3117/3880) |
src/cpython/Python/frame.c |
82.80% (77/93) |
75.00% (6/8) |
83.22% (119/143) |
src/cpython/Python/future.c |
90.22% (83/92) |
100.00% (3/3) |
97.09% (100/103) |
src/cpython/Python/gc.c |
62.26% (825/1325) |
70.83% (68/96) |
62.96% (770/1223) |
src/cpython/Python/gc_gil.c |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython/Python/getargs.c |
30.10% (671/2229) |
51.92% (27/52) |
32.35% (792/2448) |
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/87) |
0.00% (0/2) |
0.00% (0/75) |
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/1239) |
0.00% (0/72) |
0.00% (0/1344) |
src/cpython/Python/hashtable.c |
59.91% (139/232) |
55.00% (11/20) |
59.79% (116/194) |
src/cpython/Python/import.c |
40.45% (1091/2697) |
58.06% (90/155) |
42.63% (1282/3007) |
src/cpython/Python/importdl.c |
39.94% (127/318) |
75.00% (9/12) |
55.62% (178/320) |
src/cpython/Python/initconfig.c |
32.44% (958/2953) |
45.99% (63/137) |
30.11% (886/2943) |
src/cpython/Python/instruction_sequence.c |
52.99% (124/234) |
50.00% (11/22) |
39.19% (107/273) |
src/cpython/Python/instrumentation.c |
4.19% (80/1911) |
6.54% (7/107) |
4.34% (82/1889) |
src/cpython/Python/intrinsics.c |
43.82% (78/178) |
57.14% (8/14) |
52.42% (119/227) |
src/cpython/Python/legacy_tracing.c |
0.00% (0/544) |
0.00% (0/31) |
0.00% (0/625) |
src/cpython/Python/lock.c |
18.87% (77/408) |
30.30% (10/33) |
19.75% (62/314) |
src/cpython/Python/marshal.c |
52.83% (757/1433) |
67.35% (33/49) |
57.71% (1212/2100) |
src/cpython/Python/modsupport.c |
44.88% (276/615) |
65.38% (17/26) |
47.08% (250/531) |
src/cpython/Python/mysnprintf.c |
88.00% (22/25) |
100.00% (2/2) |
94.74% (18/19) |
src/cpython/Python/mystrtoul.c |
59.46% (88/148) |
100.00% (2/2) |
60.62% (97/160) |
src/cpython/Python/optimizer.c |
0.00% (0/7) |
0.00% (0/2) |
0.00% (0/3) |
src/cpython/Python/parking_lot.c |
0.00% (0/167) |
0.00% (0/12) |
0.00% (0/109) |
src/cpython/Python/pathconfig.c |
37.73% (103/273) |
25.00% (4/16) |
39.94% (123/308) |
src/cpython/Python/perf_jit_trampoline.c |
0.00% (0/285) |
0.00% (0/14) |
0.00% (0/132) |
src/cpython/Python/perf_trampoline.c |
0.00% (0/312) |
0.00% (0/19) |
0.00% (0/270) |
src/cpython/Python/preconfig.c |
47.92% (288/601) |
80.00% (24/30) |
37.91% (221/583) |
src/cpython/Python/pyarena.c |
85.71% (66/77) |
100.00% (7/7) |
86.21% (50/58) |
src/cpython/Python/pyhash.c |
85.59% (95/111) |
77.78% (7/9) |
85.47% (100/117) |
src/cpython/Python/pylifecycle.c |
28.76% (559/1944) |
33.71% (30/89) |
34.08% (670/1966) |
src/cpython/Python/pymath.c |
100.00% (8/8) |
100.00% (2/2) |
100.00% (2/2) |
src/cpython/Python/pystate.c |
31.55% (454/1439) |
38.81% (52/134) |
22.50% (347/1542) |
src/cpython/Python/pystrcmp.c |
0.00% (0/20) |
0.00% (0/2) |
0.00% (0/37) |
src/cpython/Python/pystrhex.c |
28.57% (36/126) |
40.00% (2/5) |
30.17% (35/116) |
src/cpython/Python/pystrtod.c |
71.08% (231/325) |
100.00% (7/7) |
74.26% (225/303) |
src/cpython/Python/python_coverage.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/2) |
src/cpython/Python/pythonrun.c |
9.33% (115/1233) |
12.70% (8/63) |
9.50% (134/1410) |
src/cpython/Python/pytime.c |
21.52% (133/618) |
29.03% (18/62) |
23.79% (118/496) |
src/cpython/Python/qsbr.c |
0.00% (0/147) |
0.00% (0/14) |
0.00% (0/105) |
src/cpython/Python/remote_debug.h |
0.00% (0/388) |
0.00% (0/15) |
0.00% (0/277) |
src/cpython/Python/remote_debugging.c |
0.00% (0/224) |
0.00% (0/9) |
0.00% (0/113) |
src/cpython/Python/specialize.c |
82.25% (1330/1617) |
96.43% (54/56) |
88.34% (1516/1716) |
src/cpython/Python/structmember.c |
20.96% (70/334) |
100.00% (4/4) |
16.30% (66/405) |
src/cpython/Python/suggestions.c |
0.00% (0/138) |
0.00% (0/4) |
0.00% (0/180) |
src/cpython/Python/symtable.c |
55.75% (1285/2305) |
84.06% (58/69) |
62.32% (2779/4459) |
src/cpython/Python/sysmodule.c |
27.00% (559/2070) |
29.01% (38/131) |
42.51% (1349/3173) |
src/cpython/Python/thread.c |
36.57% (64/175) |
43.75% (7/16) |
34.33% (46/134) |
src/cpython/Python/thread_pthread.h |
20.26% (47/232) |
29.63% (8/27) |
22.38% (32/143) |
src/cpython/Python/traceback.c |
7.39% (66/893) |
17.07% (7/41) |
9.49% (94/991) |
src/cpython/Python/tracemalloc.c |
6.78% (61/900) |
9.68% (6/62) |
6.93% (63/909) |
src/library-fuzzers/fuzzer.cpp |
61.68% (66/107) |
100.00% (3/3) |
76.27% (45/59) |
Totals |
43.66% (116149/266041) |
46.53% (5626/12092) |
43.63% (150553/345053) |