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/154) |
0.00% (0/140) |
0.00% (0/140) |
src/cpython-install/include/python3.15/cpython/pyhash.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.15/cpython/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 |
24.00% (6/25) |
28.57% (2/7) |
54.55% (6/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.43% (33/154) |
20.71% (29/140) |
20.71% (29/140) |
src/cpython/Include/cpython/pyhash.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython/Include/cpython/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 |
72.48% (108/149) |
75.00% (18/24) |
88.62% (148/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 |
61.82% (34/55) |
54.55% (6/11) |
76.67% (23/30) |
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 |
58.93% (33/56) |
57.14% (4/7) |
91.67% (33/36) |
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 |
95.00% (38/40) |
100.00% (10/10) |
89.47% (17/19) |
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_moduleobject.h |
75.00% (15/20) |
100.00% (4/4) |
92.31% (24/26) |
src/cpython/Include/internal/pycore_object.h |
50.00% (135/270) |
80.77% (21/26) |
81.15% (155/191) |
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.94% (424/965) |
66.67% (2/3) |
44.05% (418/949) |
src/cpython/Include/internal/pycore_optimizer.h |
0.00% (0/43) |
0.00% (0/11) |
0.00% (0/11) |
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/18) |
0.00% (0/1) |
0.00% (0/9) |
src/cpython/Include/internal/pycore_pystate.h |
45.00% (27/60) |
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 |
74.01% (131/177) |
78.79% (26/33) |
84.02% (142/169) |
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% (3282/3282) |
100.00% (1/1) |
100.00% (5741/5741) |
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 |
50.32% (315/626) |
67.86% (19/28) |
58.07% (543/935) |
src/cpython/Modules/_asynciomodule.c |
0.00% (0/2330) |
0.00% (0/131) |
0.00% (0/4436) |
src/cpython/Modules/_codecsmodule.c |
44.64% (125/280) |
51.16% (22/43) |
32.46% (74/228) |
src/cpython/Modules/_collectionsmodule.c |
17.46% (287/1644) |
25.00% (22/88) |
18.17% (396/2179) |
src/cpython/Modules/_datetimemodule.c |
16.23% (682/4201) |
24.90% (62/249) |
18.70% (1054/5635) |
src/cpython/Modules/_functoolsmodule.c |
32.88% (384/1168) |
45.28% (24/53) |
31.01% (605/1951) |
src/cpython/Modules/_io/_iomodule.c |
49.56% (170/343) |
66.67% (6/9) |
53.08% (439/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 |
33.38% (473/1417) |
39.74% (31/78) |
31.70% (802/2530) |
src/cpython/Modules/_io/bytesio.c |
33.44% (206/616) |
43.18% (19/44) |
37.47% (335/894) |
src/cpython/Modules/_io/clinic/_iomodule.c.h |
55.19% (117/212) |
66.67% (2/3) |
67.67% (157/232) |
src/cpython/Modules/_io/clinic/bufferedio.c.h |
32.69% (202/618) |
38.24% (13/34) |
28.61% (188/657) |
src/cpython/Modules/_io/clinic/bytesio.c.h |
50.38% (134/266) |
47.37% (9/19) |
51.02% (125/245) |
src/cpython/Modules/_io/clinic/fileio.c.h |
59.66% (142/238) |
78.57% (11/14) |
60.28% (170/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 |
21.39% (129/603) |
8.82% (3/34) |
25.93% (160/617) |
src/cpython/Modules/_io/fileio.c |
43.12% (310/719) |
65.62% (21/32) |
46.24% (332/718) |
src/cpython/Modules/_io/iobase.c |
28.31% (137/484) |
50.00% (19/38) |
28.96% (223/770) |
src/cpython/Modules/_io/stringio.c |
50.45% (281/557) |
59.26% (16/27) |
46.18% (453/981) |
src/cpython/Modules/_io/textio.c |
20.94% (425/2030) |
24.36% (19/78) |
22.64% (862/3808) |
src/cpython/Modules/_localemodule.c |
0.00% (0/476) |
0.00% (0/25) |
0.00% (0/818) |
src/cpython/Modules/_opcode.c |
58.10% (104/179) |
76.47% (13/17) |
70.25% (503/716) |
src/cpython/Modules/_operator.c |
9.58% (85/887) |
9.68% (9/93) |
10.34% (141/1364) |
src/cpython/Modules/_sre/clinic/sre.c.h |
49.05% (467/952) |
57.14% (16/28) |
48.51% (522/1076) |
src/cpython/Modules/_sre/sre.c |
55.09% (1034/1877) |
63.54% (61/96) |
48.90% (1686/3448) |
src/cpython/Modules/_sre/sre_lib.h |
50.30% (583/1159) |
83.33% (5/6) |
42.51% (1133/2665) |
src/cpython/Modules/_stat.c |
52.12% (86/165) |
16.67% (3/18) |
49.92% (308/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 |
22.01% (291/1322) |
35.11% (33/94) |
25.54% (378/1480) |
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 |
0.00% (0/31) |
0.00% (0/3) |
0.00% (0/39) |
src/cpython/Modules/_weakref.c |
30.88% (21/68) |
57.14% (4/7) |
33.33% (25/75) |
src/cpython/Modules/atexitmodule.c |
4.14% (7/169) |
7.14% (1/14) |
3.57% (7/196) |
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 |
31.62% (86/272) |
23.81% (5/21) |
39.29% (99/252) |
src/cpython/Modules/clinic/_datetimemodule.c.h |
11.25% (149/1324) |
8.57% (3/35) |
13.01% (203/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 |
0.00% (0/631) |
0.00% (0/46) |
0.00% (0/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 |
32.77% (97/296) |
30.43% (7/23) |
36.59% (116/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 |
14.38% (87/605) |
10.53% (2/19) |
12.17% (102/838) |
src/cpython/Modules/clinic/posixmodule.c.h |
5.43% (301/5542) |
5.82% (11/189) |
5.91% (379/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 |
0.00% (0/191) |
0.00% (0/23) |
0.00% (0/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 |
18.27% (388/2124) |
16.67% (20/120) |
22.53% (971/4309) |
src/cpython/Modules/posixmodule.c |
17.63% (1065/6042) |
14.90% (45/302) |
17.46% (1257/7199) |
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 |
11.05% (105/950) |
14.58% (7/48) |
10.71% (107/999) |
src/cpython/Objects/abstract.c |
34.78% (712/2047) |
56.52% (78/138) |
42.86% (1189/2774) |
src/cpython/Objects/boolobject.c |
26.87% (18/67) |
33.33% (3/9) |
29.10% (39/134) |
src/cpython/Objects/bytearrayobject.c |
21.70% (355/1636) |
25.71% (27/105) |
21.32% (460/2158) |
src/cpython/Objects/bytes_methods.c |
35.35% (152/430) |
46.15% (12/26) |
24.44% (141/577) |
src/cpython/Objects/bytesobject.c |
29.69% (709/2388) |
51.89% (55/106) |
30.15% (923/3061) |
src/cpython/Objects/call.c |
57.48% (388/675) |
65.85% (27/41) |
61.84% (410/663) |
src/cpython/Objects/capsule.c |
46.38% (96/207) |
50.00% (9/18) |
61.02% (108/177) |
src/cpython/Objects/cellobject.c |
35.05% (34/97) |
50.00% (6/12) |
28.32% (64/226) |
src/cpython/Objects/classobject.c |
29.75% (94/316) |
24.00% (6/25) |
27.40% (134/489) |
src/cpython/Objects/clinic/bytearrayobject.c.h |
18.38% (175/952) |
15.79% (6/38) |
20.10% (197/980) |
src/cpython/Objects/clinic/bytesobject.c.h |
35.01% (265/757) |
46.15% (12/26) |
36.61% (298/814) |
src/cpython/Objects/clinic/classobject.c.h |
0.00% (0/37) |
0.00% (0/3) |
0.00% (0/62) |
src/cpython/Objects/clinic/codeobject.c.h |
0.00% (0/384) |
0.00% (0/3) |
0.00% (0/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 |
92.00% (92/100) |
100.00% (2/2) |
89.17% (107/120) |
src/cpython/Objects/clinic/dictobject.c.h |
76.70% (79/103) |
76.92% (10/13) |
79.75% (63/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 |
6.93% (7/101) |
6.67% (1/15) |
7.41% (4/54) |
src/cpython/Objects/clinic/funcobject.c.h |
77.78% (91/117) |
85.71% (6/7) |
81.03% (94/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 |
67.65% (138/204) |
64.29% (9/14) |
71.84% (148/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 |
0.00% (0/252) |
0.00% (0/9) |
0.00% (0/286) |
src/cpython/Objects/clinic/setobject.c.h |
43.21% (70/162) |
45.45% (10/22) |
50.00% (36/72) |
src/cpython/Objects/clinic/structseq.c.h |
0.00% (0/44) |
0.00% (0/1) |
0.00% (0/55) |
src/cpython/Objects/clinic/tupleobject.c.h |
25.93% (14/54) |
25.00% (1/4) |
47.69% (31/65) |
src/cpython/Objects/clinic/typeobject.c.h |
52.17% (36/69) |
50.00% (6/12) |
53.85% (21/39) |
src/cpython/Objects/clinic/typevarobject.c.h |
0.00% (0/430) |
0.00% (0/19) |
0.00% (0/471) |
src/cpython/Objects/clinic/unicodeobject.c.h |
58.07% (536/923) |
60.00% (27/45) |
64.99% (596/917) |
src/cpython/Objects/codeobject.c |
30.52% (611/2002) |
40.43% (38/94) |
41.01% (997/2431) |
src/cpython/Objects/complexobject.c |
4.52% (38/841) |
6.12% (3/49) |
3.40% (37/1088) |
src/cpython/Objects/descrobject.c |
48.76% (530/1087) |
58.51% (55/94) |
56.00% (747/1334) |
src/cpython/Objects/dictobject.c |
54.87% (2311/4212) |
71.78% (173/241) |
51.21% (2572/5022) |
src/cpython/Objects/enumobject.c |
42.81% (137/320) |
58.82% (10/17) |
45.58% (232/509) |
src/cpython/Objects/exceptions.c |
37.44% (835/2230) |
49.10% (82/167) |
44.92% (1777/3956) |
src/cpython/Objects/fileobject.c |
9.29% (30/323) |
14.29% (3/21) |
8.62% (33/383) |
src/cpython/Objects/floatobject.c |
19.13% (282/1474) |
40.68% (24/59) |
25.00% (471/1884) |
src/cpython/Objects/frameobject.c |
8.78% (137/1561) |
17.07% (14/82) |
12.78% (253/1979) |
src/cpython/Objects/funcobject.c |
43.29% (461/1065) |
55.56% (45/81) |
51.62% (1002/1941) |
src/cpython/Objects/genericaliasobject.c |
10.30% (76/738) |
19.44% (7/36) |
10.25% (124/1210) |
src/cpython/Objects/genobject.c |
19.75% (251/1271) |
18.82% (16/85) |
23.42% (414/1768) |
src/cpython/Objects/interpolationobject.c |
8.40% (10/119) |
10.00% (1/10) |
4.53% (11/243) |
src/cpython/Objects/iterobject.c |
37.66% (90/239) |
38.10% (8/21) |
37.86% (145/383) |
src/cpython/Objects/listobject.c |
72.30% (1775/2455) |
83.06% (103/124) |
71.83% (2106/2932) |
src/cpython/Objects/longobject.c |
52.39% (2152/4108) |
68.02% (117/172) |
46.18% (2591/5611) |
src/cpython/Objects/memoryobject.c |
23.62% (488/2066) |
40.71% (46/113) |
22.40% (646/2884) |
src/cpython/Objects/methodobject.c |
54.91% (190/346) |
53.85% (14/26) |
54.88% (281/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 |
43.76% (694/1586) |
45.95% (51/111) |
52.21% (992/1900) |
src/cpython/Objects/obmalloc.c |
34.07% (588/1726) |
36.89% (45/122) |
46.16% (829/1796) |
src/cpython/Objects/odictobject.c |
31.01% (293/945) |
40.00% (24/60) |
28.48% (401/1408) |
src/cpython/Objects/picklebufobject.c |
0.00% (0/121) |
0.00% (0/11) |
0.00% (0/128) |
src/cpython/Objects/rangeobject.c |
30.88% (235/761) |
47.37% (18/38) |
30.46% (308/1011) |
src/cpython/Objects/setobject.c |
51.46% (863/1677) |
68.69% (68/99) |
46.92% (1271/2709) |
src/cpython/Objects/sliceobject.c |
47.46% (187/394) |
54.55% (12/22) |
48.05% (284/591) |
src/cpython/Objects/stringlib/clinic/transmogrify.h.h |
0.00% (0/215) |
0.00% (0/5) |
0.00% (0/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 |
21.02% (95/452) |
31.25% (5/16) |
21.90% (99/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 |
34.17% (178/521) |
59.09% (13/22) |
32.37% (223/689) |
src/cpython/Objects/templateobject.c |
7.11% (18/253) |
18.75% (3/16) |
10.85% (50/461) |
src/cpython/Objects/tupleobject.c |
64.16% (460/717) |
80.49% (33/41) |
67.84% (808/1191) |
src/cpython/Objects/typeobject.c |
50.25% (3952/7865) |
64.76% (272/420) |
49.19% (5700/11588) |
src/cpython/Objects/typevarobject.c |
1.63% (19/1166) |
0.96% (1/104) |
3.48% (78/2244) |
src/cpython/Objects/unicode_format.c |
57.24% (411/718) |
90.00% (9/10) |
57.44% (494/860) |
src/cpython/Objects/unicode_formatter.c |
27.93% (348/1246) |
55.56% (15/27) |
32.57% (383/1176) |
src/cpython/Objects/unicode_writer.c |
69.23% (270/390) |
86.96% (20/23) |
79.14% (349/441) |
src/cpython/Objects/unicodectype.c |
65.22% (90/138) |
77.27% (17/22) |
64.21% (61/95) |
src/cpython/Objects/unicodeobject.c |
53.76% (4987/9277) |
68.26% (228/334) |
53.77% (6039/11231) |
src/cpython/Objects/unicodetype_db.h |
1.97% (44/2230) |
66.67% (2/3) |
1.74% (36/2068) |
src/cpython/Objects/unionobject.c |
23.27% (91/391) |
33.33% (9/27) |
28.94% (156/539) |
src/cpython/Objects/weakrefobject.c |
52.54% (290/552) |
32.95% (29/88) |
15.98% (368/2303) |
src/cpython/Parser/action_helpers.c |
82.72% (1240/1499) |
97.59% (81/83) |
80.72% (1377/1706) |
src/cpython/Parser/lexer/buffer.c |
0.00% (0/44) |
0.00% (0/3) |
0.00% (0/38) |
src/cpython/Parser/lexer/lexer.c |
87.68% (1139/1299) |
100.00% (15/15) |
90.40% (1243/1375) |
src/cpython/Parser/lexer/state.c |
87.83% (101/115) |
85.71% (6/7) |
92.71% (89/96) |
src/cpython/Parser/myreadline.c |
0.00% (0/124) |
0.00% (0/3) |
0.00% (0/93) |
src/cpython/Parser/parser.c |
75.48% (26659/35320) |
98.26% (451/459) |
79.96% (20201/25263) |
src/cpython/Parser/peg_api.c |
28.57% (6/21) |
33.33% (1/3) |
16.67% (3/18) |
src/cpython/Parser/pegen.c |
66.71% (509/763) |
81.40% (35/43) |
68.24% (507/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 |
85.61% (345/403) |
100.00% (16/16) |
89.95% (331/368) |
src/cpython/Parser/tokenizer/readline_tokenizer.c |
0.00% (0/109) |
0.00% (0/3) |
0.00% (0/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.94% (6470/17052) |
70.48% (117/166) |
26.32% (6721/25535) |
src/cpython/Python/Python-tokenize.c |
6.62% (19/287) |
33.33% (4/12) |
7.51% (22/293) |
src/cpython/Python/_contextvars.c |
50.00% (9/18) |
66.67% (2/3) |
66.67% (8/12) |
src/cpython/Python/_warnings.c |
41.46% (461/1112) |
66.67% (36/54) |
47.47% (723/1523) |
src/cpython/Python/assemble.c |
85.56% (486/568) |
100.00% (30/30) |
82.66% (553/669) |
src/cpython/Python/ast.c |
1.54% (14/912) |
4.00% (1/25) |
1.83% (23/1256) |
src/cpython/Python/ast_preprocess.c |
80.21% (608/758) |
86.67% (26/30) |
83.84% (1868/2228) |
src/cpython/Python/ast_unparse.c |
12.68% (90/710) |
23.40% (11/47) |
10.42% (151/1449) |
src/cpython/Python/bltinmodule.c |
37.74% (773/2048) |
59.42% (41/69) |
42.44% (1271/2995) |
src/cpython/Python/bootstrap_hash.c |
28.71% (60/209) |
44.44% (4/9) |
21.39% (40/187) |
src/cpython/Python/ceval.c |
37.64% (850/2258) |
50.48% (53/105) |
53.15% (8543/16072) |
src/cpython/Python/ceval_gil.c |
24.72% (157/635) |
32.69% (17/52) |
24.15% (149/617) |
src/cpython/Python/ceval_macros.h |
100.00% (15/15) |
100.00% (3/3) |
100.00% (10/10) |
src/cpython/Python/clinic/Python-tokenize.c.h |
0.00% (0/61) |
0.00% (0/1) |
0.00% (0/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 |
43.11% (72/167) |
80.00% (4/5) |
37.76% (74/196) |
src/cpython/Python/clinic/bltinmodule.c.h |
55.72% (346/621) |
65.00% (13/20) |
55.70% (386/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 |
14.72% (93/632) |
16.33% (8/49) |
16.26% (94/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 |
68.15% (3113/4568) |
86.16% (137/159) |
57.19% (7630/13342) |
src/cpython/Python/compile.c |
65.60% (818/1247) |
91.53% (54/59) |
69.74% (1240/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.56% (67/701) |
10.94% (7/64) |
8.98% (77/857) |
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/2123) |
3.42% (4/117) |
1.57% (35/2233) |
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 |
32.65% (16/49) |
100.00% (1/1) |
18.87% (10/53) |
src/cpython/Python/errors.c |
35.45% (452/1275) |
53.49% (46/86) |
35.89% (552/1538) |
src/cpython/Python/fileutils.c |
28.34% (348/1228) |
50.00% (30/60) |
27.70% (290/1047) |
src/cpython/Python/flowgraph.c |
82.46% (2402/2913) |
93.91% (108/115) |
82.13% (3203/3900) |
src/cpython/Python/frame.c |
82.80% (77/93) |
75.00% (6/8) |
81.95% (109/133) |
src/cpython/Python/future.c |
90.22% (83/92) |
100.00% (3/3) |
97.09% (100/103) |
src/cpython/Python/gc.c |
60.97% (803/1317) |
69.79% (67/96) |
61.91% (751/1213) |
src/cpython/Python/gc_gil.c |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython/Python/getargs.c |
22.70% (506/2229) |
44.23% (23/52) |
23.69% (580/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/1223) |
0.00% (0/72) |
0.00% (0/1314) |
src/cpython/Python/hashtable.c |
59.91% (139/232) |
55.00% (11/20) |
59.79% (116/194) |
src/cpython/Python/import.c |
40.45% (1085/2682) |
57.79% (89/154) |
42.62% (1276/2994) |
src/cpython/Python/importdl.c |
39.50% (126/319) |
75.00% (9/12) |
55.59% (179/322) |
src/cpython/Python/initconfig.c |
32.44% (954/2941) |
45.99% (63/137) |
30.07% (882/2933) |
src/cpython/Python/instruction_sequence.c |
55.84% (129/231) |
52.38% (11/21) |
45.19% (122/270) |
src/cpython/Python/instrumentation.c |
4.19% (80/1911) |
6.54% (7/107) |
4.34% (82/1889) |
src/cpython/Python/intrinsics.c |
39.89% (71/178) |
42.86% (6/14) |
48.46% (110/227) |
src/cpython/Python/legacy_tracing.c |
0.00% (0/544) |
0.00% (0/31) |
0.00% (0/625) |
src/cpython/Python/lock.c |
17.44% (71/407) |
30.30% (10/33) |
19.11% (60/314) |
src/cpython/Python/marshal.c |
52.03% (744/1430) |
67.35% (33/49) |
57.82% (1212/2096) |
src/cpython/Python/modsupport.c |
43.41% (267/615) |
61.54% (16/26) |
45.20% (240/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/281) |
0.00% (0/14) |
0.00% (0/131) |
src/cpython/Python/perf_trampoline.c |
0.00% (0/276) |
0.00% (0/18) |
0.00% (0/229) |
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 |
86.49% (96/111) |
77.78% (7/9) |
86.32% (101/117) |
src/cpython/Python/pylifecycle.c |
28.85% (557/1931) |
33.71% (30/89) |
34.27% (668/1949) |
src/cpython/Python/pymath.c |
100.00% (8/8) |
100.00% (2/2) |
100.00% (2/2) |
src/cpython/Python/pystate.c |
29.61% (411/1388) |
37.40% (49/131) |
21.30% (321/1507) |
src/cpython/Python/pystrcmp.c |
0.00% (0/20) |
0.00% (0/2) |
0.00% (0/37) |
src/cpython/Python/pystrhex.c |
0.00% (0/126) |
0.00% (0/5) |
0.00% (0/116) |
src/cpython/Python/pystrtod.c |
71.38% (232/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.28% (115/1239) |
12.70% (8/63) |
9.46% (134/1417) |
src/cpython/Python/pytime.c |
11.49% (71/618) |
17.74% (11/62) |
12.50% (62/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/332) |
0.00% (0/13) |
0.00% (0/231) |
src/cpython/Python/remote_debugging.c |
0.00% (0/268) |
0.00% (0/10) |
0.00% (0/139) |
src/cpython/Python/specialize.c |
81.40% (1295/1591) |
96.36% (53/55) |
87.74% (1488/1696) |
src/cpython/Python/structmember.c |
17.85% (58/325) |
100.00% (3/3) |
15.11% (60/397) |
src/cpython/Python/suggestions.c |
0.00% (0/138) |
0.00% (0/4) |
0.00% (0/180) |
src/cpython/Python/symtable.c |
57.80% (1322/2287) |
86.76% (59/68) |
65.03% (2879/4427) |
src/cpython/Python/sysmodule.c |
23.13% (477/2062) |
26.72% (35/131) |
38.93% (1234/3170) |
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 |
5.33% (47/881) |
14.63% (6/41) |
7.87% (77/978) |
src/cpython/Python/tracemalloc.c |
6.21% (55/886) |
8.06% (5/62) |
5.88% (52/885) |
src/python-library-fuzzers/fuzzer.cpp |
61.68% (66/107) |
100.00% (3/3) |
76.27% (45/59) |
Totals |
41.37% (109186/263944) |
43.42% (5225/12033) |
41.00% (140671/343099) |