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 |
79.25% (42/53) |
100.00% (8/8) |
100.00% (32/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 |
31.82% (7/22) |
50.00% (1/2) |
38.78% (19/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% (3430/3430) |
100.00% (1/1) |
100.00% (6000/6000) |
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 |
54.63% (342/626) |
67.86% (19/28) |
61.93% (579/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.97% (347/1655) |
30.68% (27/88) |
23.46% (514/2191) |
src/cpython/Modules/_datetimemodule.c |
20.62% (866/4200) |
31.33% (78/249) |
22.72% (1280/5635) |
src/cpython/Modules/_functoolsmodule.c |
39.13% (457/1168) |
50.94% (27/53) |
37.88% (739/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 |
42.24% (599/1418) |
47.44% (37/78) |
41.38% (1046/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 |
40.78% (252/618) |
50.00% (17/34) |
36.07% (237/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 |
35.29% (54/153) |
50.00% (7/14) |
32.70% (52/159) |
src/cpython/Modules/_io/clinic/stringio.c.h |
56.56% (125/221) |
41.18% (7/17) |
66.84% (131/196) |
src/cpython/Modules/_io/clinic/textio.c.h |
27.32% (168/615) |
20.59% (7/34) |
30.78% (193/627) |
src/cpython/Modules/_io/fileio.c |
45.90% (330/719) |
71.88% (23/32) |
48.47% (348/718) |
src/cpython/Modules/_io/iobase.c |
29.63% (144/486) |
55.26% (21/38) |
29.25% (227/776) |
src/cpython/Modules/_io/stringio.c |
51.53% (287/557) |
62.96% (17/27) |
47.20% (463/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.93% (159/887) |
17.20% (16/93) |
18.77% (256/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.77% (449/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% (43/43) |
100.00% (2/2) |
87.61% (205/234) |
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.84% (33/185) |
28.57% (4/14) |
19.41% (46/237) |
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.98% (291/1324) |
14.29% (5/35) |
24.81% (387/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 |
15.18% (841/5542) |
15.87% (30/189) |
16.43% (1054/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.52% (547/2143) |
26.23% (32/122) |
28.26% (1223/4327) |
src/cpython/Modules/posixmodule.c |
26.14% (1582/6053) |
26.16% (79/302) |
24.47% (1779/7270) |
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 |
23.37% (222/950) |
31.25% (15/48) |
24.22% (242/999) |
src/cpython/Objects/abstract.c |
38.89% (798/2052) |
61.87% (86/139) |
48.36% (1342/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 |
39.77% (171/430) |
50.00% (13/26) |
30.33% (175/577) |
src/cpython/Objects/bytesobject.c |
29.96% (738/2463) |
54.72% (58/106) |
29.80% (963/3232) |
src/cpython/Objects/call.c |
58.56% (383/654) |
67.50% (27/40) |
63.01% (402/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 |
38.44% (291/757) |
53.85% (14/26) |
39.68% (323/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 |
32.54% (82/252) |
22.22% (2/9) |
31.82% (91/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 |
58.13% (93/160) |
59.09% (13/22) |
60.00% (42/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.67% (648/917) |
src/cpython/Objects/codeobject.c |
38.87% (786/2022) |
42.71% (41/96) |
50.27% (1225/2437) |
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.10% (2524/4420) |
74.60% (188/252) |
54.26% (3011/5549) |
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.64% (344/1455) |
46.55% (27/58) |
31.09% (578/1859) |
src/cpython/Objects/frameobject.c |
14.77% (230/1557) |
24.39% (20/82) |
18.97% (374/1972) |
src/cpython/Objects/funcobject.c |
50.46% (553/1096) |
63.53% (54/85) |
59.98% (1193/1989) |
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/lazyimportobject.c |
51.85% (42/81) |
50.00% (4/8) |
78.72% (148/188) |
src/cpython/Objects/listobject.c |
75.06% (1839/2450) |
85.60% (107/125) |
74.78% (2197/2938) |
src/cpython/Objects/longobject.c |
59.70% (2462/4124) |
72.67% (125/172) |
56.08% (3160/5635) |
src/cpython/Objects/memoryobject.c |
23.77% (493/2074) |
41.59% (47/113) |
22.72% (655/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 |
42.71% (533/1248) |
69.09% (38/55) |
39.64% (637/1607) |
src/cpython/Objects/namespaceobject.c |
21.55% (39/181) |
50.00% (5/10) |
24.13% (69/286) |
src/cpython/Objects/object.c |
45.63% (747/1637) |
44.83% (52/116) |
53.65% (1051/1959) |
src/cpython/Objects/obmalloc.c |
33.85% (589/1740) |
35.71% (45/126) |
46.06% (830/1802) |
src/cpython/Objects/odictobject.c |
42.75% (404/945) |
56.67% (34/60) |
41.41% (583/1408) |
src/cpython/Objects/picklebufobject.c |
0.00% (0/121) |
0.00% (0/11) |
0.00% (0/128) |
src/cpython/Objects/rangeobject.c |
33.99% (260/765) |
48.72% (19/39) |
32.71% (332/1015) |
src/cpython/Objects/setobject.c |
58.51% (1018/1740) |
74.76% (77/103) |
54.20% (1534/2830) |
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.52% (373/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 |
51.82% (356/687) |
62.50% (20/32) |
53.05% (330/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.92% (487/717) |
82.93% (34/41) |
70.95% (845/1191) |
src/cpython/Objects/typeobject.c |
53.60% (4258/7944) |
69.67% (294/422) |
53.37% (6219/11653) |
src/cpython/Objects/typevarobject.c |
27.79% (324/1166) |
25.00% (26/104) |
28.25% (634/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.60% (5144/9252) |
71.17% (237/333) |
56.27% (6305/11204) |
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 |
53.80% (297/552) |
32.95% (29/88) |
16.20% (373/2303) |
src/cpython/Parser/action_helpers.c |
82.62% (1260/1525) |
97.62% (82/84) |
80.72% (1394/1727) |
src/cpython/Parser/lexer/buffer.c |
15.91% (7/44) |
33.33% (1/3) |
13.46% (7/52) |
src/cpython/Parser/lexer/lexer.c |
89.30% (1160/1299) |
100.00% (15/15) |
90.55% (1245/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.59% (26889/36049) |
98.29% (459/467) |
79.10% (20367/25750) |
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.95% (6505/17139) |
70.48% (117/166) |
26.30% (6765/25723) |
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.43% (906/2086) |
72.86% (51/70) |
47.66% (1456/3055) |
src/cpython/Python/bootstrap_hash.c |
28.71% (60/209) |
44.44% (4/9) |
21.39% (40/187) |
src/cpython/Python/ceval.c |
42.45% (1049/2471) |
59.05% (62/105) |
55.92% (8911/15935) |
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 |
57.21% (393/687) |
71.43% (15/21) |
57.81% (448/775) |
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 |
53.43% (148/277) |
68.42% (13/19) |
54.47% (134/246) |
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 |
20.62% (146/708) |
20.75% (11/53) |
21.88% (144/658) |
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.63% (2955/4718) |
80.12% (129/161) |
51.62% (7142/13837) |
src/cpython/Python/compile.c |
63.84% (807/1264) |
88.33% (53/60) |
68.30% (1224/1792) |
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 |
31.72% (707/2229) |
51.92% (27/52) |
33.70% (825/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 |
38.73% (1246/3217) |
58.38% (101/173) |
40.56% (1515/3735) |
src/cpython/Python/importdl.c |
39.94% (127/318) |
75.00% (9/12) |
55.62% (178/320) |
src/cpython/Python/initconfig.c |
32.46% (974/3001) |
46.38% (64/138) |
30.11% (898/2982) |
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.28% (757/1448) |
67.35% (33/49) |
56.36% (1218/2161) |
src/cpython/Python/modsupport.c |
44.88% (276/615) |
65.38% (17/26) |
47.27% (251/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/313) |
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.58% (561/1963) |
33.71% (30/89) |
33.97% (674/1984) |
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 |
60.00% (12/20) |
50.00% (1/2) |
56.76% (21/37) |
src/cpython/Python/pystrhex.c |
40.00% (66/165) |
66.67% (6/9) |
31.15% (38/122) |
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 |
22.98% (142/618) |
32.26% (20/62) |
25.00% (124/496) |
src/cpython/Python/qsbr.c |
0.00% (0/152) |
0.00% (0/14) |
0.00% (0/107) |
src/cpython/Python/remote_debug.h |
0.00% (0/403) |
0.00% (0/16) |
0.00% (0/292) |
src/cpython/Python/remote_debugging.c |
0.00% (0/224) |
0.00% (0/9) |
0.00% (0/113) |
src/cpython/Python/specialize.c |
82.71% (1344/1625) |
98.21% (55/56) |
88.56% (1556/1757) |
src/cpython/Python/structmember.c |
22.75% (76/334) |
100.00% (4/4) |
19.26% (78/405) |
src/cpython/Python/suggestions.c |
0.00% (0/138) |
0.00% (0/4) |
0.00% (0/180) |
src/cpython/Python/symtable.c |
54.80% (1290/2354) |
82.86% (58/70) |
61.88% (2785/4501) |
src/cpython/Python/sysmodule.c |
26.49% (565/2133) |
28.15% (38/135) |
42.18% (1368/3243) |
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.74% (61/905) |
9.68% (6/62) |
7.05% (63/894) |
src/library-fuzzers/fuzzer.cpp |
61.68% (66/107) |
100.00% (3/3) |
76.27% (45/59) |
Totals |
43.86% (117455/267822) |
46.86% (5701/12165) |
43.85% (152645/348116) |