View results by: Directories | Files
| Path | Line Coverage | Function Coverage | Region Coverage |
|---|---|---|---|
src/cpython-install/include/python3.16/cpython/abstract.h |
0.00% (0/13) |
0.00% (0/3) |
0.00% (0/3) |
src/cpython-install/include/python3.16/cpython/bytearrayobject.h |
0.00% (0/11) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/bytesobject.h |
0.00% (0/10) |
0.00% (0/3) |
0.00% (0/3) |
src/cpython-install/include/python3.16/cpython/cellobject.h |
0.00% (0/18) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/ceval.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/classobject.h |
0.00% (0/9) |
0.00% (0/3) |
0.00% (0/3) |
src/cpython-install/include/python3.16/cpython/code.h |
0.00% (0/25) |
0.00% (0/7) |
0.00% (0/7) |
src/cpython-install/include/python3.16/cpython/dictobject.h |
0.00% (0/10) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/fileutils.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/floatobject.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/funcobject.h |
0.00% (0/21) |
0.00% (0/7) |
0.00% (0/7) |
src/cpython-install/include/python3.16/cpython/listobject.h |
0.00% (0/14) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/longintrepr.h |
0.00% (0/16) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/memoryobject.h |
0.00% (0/6) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/methodobject.h |
0.00% (0/20) |
0.00% (0/4) |
0.00% (0/4) |
src/cpython-install/include/python3.16/cpython/monitoring.h |
0.00% (0/85) |
0.00% (0/17) |
0.00% (0/17) |
src/cpython-install/include/python3.16/cpython/objimpl.h |
0.00% (0/8) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/pyatomic_gcc.h |
0.00% (0/156) |
0.00% (0/142) |
0.00% (0/142) |
src/cpython-install/include/python3.16/cpython/pyhash.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/pylock.h |
0.00% (0/15) |
0.00% (0/3) |
0.00% (0/3) |
src/cpython-install/include/python3.16/cpython/pystate.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/setobject.h |
0.00% (0/7) |
0.00% (0/1) |
0.00% (0/1) |
src/cpython-install/include/python3.16/cpython/tupleobject.h |
0.00% (0/10) |
0.00% (0/2) |
0.00% (0/2) |
src/cpython-install/include/python3.16/cpython/unicodeobject.h |
0.00% (0/149) |
0.00% (0/24) |
0.00% (0/24) |
src/cpython-install/include/python3.16/object.h |
23.68% (9/38) |
22.22% (2/9) |
22.22% (2/9) |
src/cpython-install/include/python3.16/refcount.h |
8.67% (13/150) |
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 |
81.25% (13/16) |
100.00% (2/2) |
100.00% (14/14) |
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.79% (34/156) |
21.13% (30/142) |
21.13% (30/142) |
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 |
64.29% (36/56) |
63.64% (7/11) |
75.00% (18/24) |
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 |
82.93% (34/41) |
100.00% (9/9) |
87.50% (14/16) |
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 |
78.95% (45/57) |
100.00% (9/9) |
100.00% (38/38) |
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 |
76.64% (82/107) |
92.31% (12/13) |
94.59% (35/37) |
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_instruments.h |
0.00% (0/3) |
0.00% (0/1) |
0.00% (0/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 |
56.69% (144/254) |
88.00% (22/25) |
68.66% (92/134) |
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 |
93.83% (76/81) |
100.00% (19/19) |
93.40% (99/106) |
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 |
41.56% (416/1001) |
66.67% (2/3) |
41.62% (410/985) |
src/cpython/Include/internal/pycore_optimizer.h |
0.00% (0/106) |
0.00% (0/24) |
0.00% (0/24) |
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 |
40.58% (28/69) |
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 |
70.00% (21/30) |
85.71% (6/7) |
76.92% (10/13) |
src/cpython/Include/internal/pycore_slots.h |
0.00% (0/23) |
0.00% (0/2) |
0.00% (0/18) |
src/cpython/Include/internal/pycore_slots_generated.h |
53.02% (492/928) |
100.00% (8/8) |
55.85% (793/1420) |
src/cpython/Include/internal/pycore_stackref.h |
68.00% (153/225) |
78.38% (29/37) |
85.03% (159/187) |
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% (3466/3466) |
100.00% (1/1) |
100.00% (6063/6063) |
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 |
34.36% (56/163) |
90.91% (10/11) |
94.55% (52/55) |
src/cpython/Modules/_abc.c |
55.27% (346/626) |
67.86% (19/28) |
62.57% (585/935) |
src/cpython/Modules/_asynciomodule.c |
0.00% (0/2314) |
0.00% (0/131) |
0.00% (0/4262) |
src/cpython/Modules/_codecsmodule.c |
50.00% (140/280) |
55.81% (24/43) |
36.40% (83/228) |
src/cpython/Modules/_collectionsmodule.c |
20.90% (347/1660) |
30.68% (27/88) |
23.46% (514/2191) |
src/cpython/Modules/_datetimemodule.c |
21.15% (897/4242) |
31.73% (79/249) |
23.47% (1339/5705) |
src/cpython/Modules/_functoolsmodule.c |
38.89% (464/1193) |
50.94% (27/53) |
37.60% (746/1984) |
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.18% (599/1420) |
47.44% (37/78) |
41.34% (1046/2530) |
src/cpython/Modules/_io/bytesio.c |
35.28% (217/615) |
45.45% (20/44) |
39.31% (351/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 |
53.01% (141/266) |
52.63% (10/19) |
52.65% (129/245) |
src/cpython/Modules/_io/clinic/fileio.c.h |
52.94% (126/238) |
71.43% (10/14) |
54.96% (155/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.55% (170/617) |
20.59% (7/34) |
31.00% (195/629) |
src/cpython/Modules/_io/fileio.c |
44.65% (321/719) |
68.75% (22/32) |
47.63% (342/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.14% (462/980) |
src/cpython/Modules/_io/textio.c |
35.38% (736/2080) |
45.12% (37/82) |
39.35% (1487/3779) |
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 |
18.60% (165/887) |
18.28% (17/93) |
20.23% (276/1364) |
src/cpython/Modules/_sre/clinic/sre.c.h |
53.15% (506/952) |
60.71% (17/28) |
52.51% (565/1076) |
src/cpython/Modules/_sre/sre.c |
56.84% (1064/1872) |
64.58% (62/96) |
51.36% (1759/3425) |
src/cpython/Modules/_sre/sre_lib.h |
51.51% (597/1159) |
83.33% (5/6) |
43.71% (1165/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 |
26.57% (351/1321) |
40.43% (38/94) |
33.24% (491/1477) |
src/cpython/Modules/_tracemalloc.c |
0.00% (0/47) |
0.00% (0/11) |
0.00% (0/44) |
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 |
27.40% (457/1668) |
53.85% (21/39) |
34.32% (547/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 |
23.34% (309/1324) |
14.29% (5/35) |
26.28% (410/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/423) |
0.00% (0/14) |
0.00% (0/460) |
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.90% (826/5542) |
15.34% (29/189) |
16.38% (1058/6459) |
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.99% (14/705) |
2.50% (1/40) |
1.76% (13/737) |
src/cpython/Modules/gcmodule.c |
11.22% (22/196) |
13.04% (3/23) |
23.78% (44/185) |
src/cpython/Modules/getbuildinfo.c |
78.57% (22/28) |
100.00% (3/3) |
80.00% (16/20) |
src/cpython/Modules/getpath.c |
51.28% (280/546) |
72.73% (16/22) |
54.38% (335/616) |
src/cpython/Modules/itertoolsmodule.c |
25.06% (540/2155) |
25.00% (31/124) |
27.56% (1194/4332) |
src/cpython/Modules/posixmodule.c |
26.03% (1577/6059) |
25.83% (78/302) |
24.43% (1776/7270) |
src/cpython/Modules/pwdmodule.c |
8.96% (18/201) |
40.00% (4/10) |
7.25% (20/276) |
src/cpython/Modules/signalmodule.c |
30.67% (261/851) |
22.64% (12/53) |
31.22% (311/996) |
src/cpython/Modules/symtablemodule.c |
0.00% (0/81) |
0.00% (0/3) |
0.00% (0/168) |
src/cpython/Modules/timemodule.c |
12.47% (119/954) |
20.83% (10/48) |
11.35% (114/1004) |
src/cpython/Objects/abstract.c |
40.11% (825/2057) |
62.14% (87/140) |
50.00% (1400/2800) |
src/cpython/Objects/boolobject.c |
26.87% (18/67) |
33.33% (3/9) |
29.10% (39/134) |
src/cpython/Objects/bytearrayobject.c |
26.45% (443/1675) |
28.30% (30/106) |
27.94% (604/2162) |
src/cpython/Objects/bytes_methods.c |
40.00% (172/430) |
50.00% (13/26) |
31.02% (179/577) |
src/cpython/Objects/bytesobject.c |
32.31% (799/2473) |
58.88% (63/107) |
32.22% (1044/3240) |
src/cpython/Objects/call.c |
60.76% (432/711) |
68.29% (28/41) |
63.93% (429/671) |
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 |
23.10% (67/290) |
32.00% (8/25) |
24.95% (122/489) |
src/cpython/Objects/clinic/bytearrayobject.c.h |
21.38% (211/987) |
21.05% (8/38) |
22.90% (234/1022) |
src/cpython/Objects/clinic/bytesobject.c.h |
41.90% (331/790) |
57.69% (15/26) |
43.21% (369/854) |
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 |
19.79% (76/384) |
33.33% (1/3) |
22.51% (129/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 |
82.08% (87/106) |
78.57% (11/14) |
85.00% (68/80) |
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 |
71.19% (173/243) |
45.45% (5/11) |
78.80% (197/250) |
src/cpython/Objects/clinic/memoryobject.c.h |
28.06% (78/278) |
30.00% (3/10) |
27.92% (86/308) |
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/sentinelobject.c.h |
89.58% (43/48) |
100.00% (1/1) |
92.86% (52/56) |
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 |
69.57% (48/69) |
66.67% (8/12) |
71.79% (28/39) |
src/cpython/Objects/clinic/typevarobject.c.h |
28.05% (131/467) |
21.05% (4/19) |
32.94% (169/513) |
src/cpython/Objects/clinic/unicodeobject.c.h |
63.49% (586/923) |
66.67% (30/45) |
70.67% (648/917) |
src/cpython/Objects/codeobject.c |
41.38% (804/1943) |
46.15% (42/91) |
52.29% (1245/2381) |
src/cpython/Objects/complexobject.c |
8.32% (70/841) |
14.29% (7/49) |
6.07% (66/1088) |
src/cpython/Objects/descrobject.c |
50.32% (547/1087) |
60.64% (57/94) |
57.27% (764/1334) |
src/cpython/Objects/dictobject.c |
56.41% (2605/4618) |
74.91% (200/267) |
54.02% (3114/5765) |
src/cpython/Objects/enumobject.c |
42.76% (130/304) |
52.94% (9/17) |
46.68% (218/467) |
src/cpython/Objects/exceptions.c |
38.85% (882/2270) |
52.98% (89/168) |
47.56% (1938/4075) |
src/cpython/Objects/fileobject.c |
9.29% (30/323) |
14.29% (3/21) |
8.62% (33/383) |
src/cpython/Objects/floatobject.c |
27.48% (324/1179) |
46.43% (26/56) |
32.26% (549/1702) |
src/cpython/Objects/frameobject.c |
14.89% (231/1551) |
24.39% (20/82) |
19.37% (377/1946) |
src/cpython/Objects/funcobject.c |
50.45% (555/1100) |
63.95% (55/86) |
59.98% (1196/1994) |
src/cpython/Objects/genericaliasobject.c |
24.47% (183/748) |
38.89% (14/36) |
24.61% (302/1227) |
src/cpython/Objects/genobject.c |
20.22% (279/1380) |
17.98% (16/89) |
24.61% (469/1906) |
src/cpython/Objects/interpolationobject.c |
29.41% (35/119) |
40.00% (4/10) |
38.68% (94/243) |
src/cpython/Objects/iterobject.c |
41.84% (100/239) |
42.86% (9/21) |
48.04% (184/383) |
src/cpython/Objects/lazyimportobject.c |
54.32% (44/81) |
50.00% (4/8) |
79.79% (150/188) |
src/cpython/Objects/listobject.c |
75.26% (1859/2470) |
85.83% (109/127) |
73.99% (2190/2960) |
src/cpython/Objects/longobject.c |
60.93% (2508/4116) |
72.51% (124/171) |
56.70% (3182/5612) |
src/cpython/Objects/memoryobject.c |
25.80% (561/2174) |
45.13% (51/113) |
25.13% (749/2981) |
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.77% (7/395) |
5.41% (2/37) |
0.53% (2/378) |
src/cpython/Objects/mimalloc/init.c |
31.85% (79/248) |
48.00% (12/25) |
16.67% (44/264) |
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/506) |
0.00% (0/27) |
0.00% (0/487) |
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 |
39.05% (494/1265) |
67.24% (39/58) |
40.95% (645/1575) |
src/cpython/Objects/namespaceobject.c |
20.74% (39/188) |
50.00% (5/10) |
23.31% (69/296) |
src/cpython/Objects/object.c |
48.86% (816/1670) |
50.00% (58/116) |
55.53% (1119/2015) |
src/cpython/Objects/obmalloc.c |
34.11% (599/1756) |
36.22% (46/127) |
46.12% (837/1815) |
src/cpython/Objects/odictobject.c |
43.10% (406/942) |
56.67% (34/60) |
42.32% (598/1413) |
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/sentinelobject.c |
34.95% (36/103) |
36.36% (4/11) |
35.91% (79/220) |
src/cpython/Objects/setobject.c |
59.45% (1038/1746) |
75.00% (78/104) |
54.99% (1559/2835) |
src/cpython/Objects/sliceobject.c |
49.87% (194/389) |
57.14% (12/21) |
49.66% (290/584) |
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 |
64.93% (87/134) |
100.00% (1/1) |
76.56% (147/192) |
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.11% (211/526) |
63.64% (14/22) |
42.22% (293/694) |
src/cpython/Objects/templateobject.c |
7.11% (18/253) |
18.75% (3/16) |
10.85% (50/461) |
src/cpython/Objects/tupleobject.c |
67.36% (520/772) |
82.61% (38/46) |
70.33% (896/1274) |
src/cpython/Objects/typeobject.c |
54.88% (4477/8158) |
71.33% (306/429) |
55.73% (6581/11809) |
src/cpython/Objects/typevarobject.c |
26.41% (319/1208) |
25.71% (27/105) |
28.54% (665/2330) |
src/cpython/Objects/unicode_format.c |
56.16% (447/796) |
90.00% (9/10) |
55.00% (550/1000) |
src/cpython/Objects/unicode_formatter.c |
27.93% (348/1246) |
55.56% (15/27) |
32.82% (386/1176) |
src/cpython/Objects/unicode_writer.c |
69.19% (274/396) |
86.96% (20/23) |
79.24% (355/448) |
src/cpython/Objects/unicodectype.c |
67.39% (93/138) |
81.82% (18/22) |
65.26% (62/95) |
src/cpython/Objects/unicodeobject.c |
56.82% (5283/9298) |
71.43% (240/336) |
57.86% (6508/11248) |
src/cpython/Objects/unicodetype_db.h |
1.97% (44/2230) |
66.67% (2/3) |
1.74% (36/2068) |
src/cpython/Objects/unionobject.c |
51.28% (201/392) |
77.78% (21/27) |
58.06% (317/546) |
src/cpython/Objects/weakrefobject.c |
53.31% (298/559) |
32.95% (29/88) |
16.40% (379/2311) |
src/cpython/Parser/action_helpers.c |
83.05% (1274/1534) |
97.62% (82/84) |
81.05% (1411/1741) |
src/cpython/Parser/lexer/buffer.c |
15.91% (7/44) |
33.33% (1/3) |
13.46% (7/52) |
src/cpython/Parser/lexer/lexer.c |
88.45% (1149/1299) |
100.00% (15/15) |
90.33% (1242/1375) |
src/cpython/Parser/lexer/state.c |
88.03% (103/117) |
85.71% (6/7) |
95.83% (92/96) |
src/cpython/Parser/myreadline.c |
0.00% (0/124) |
0.00% (0/3) |
0.00% (0/95) |
src/cpython/Parser/parser.c |
75.62% (27350/36167) |
98.29% (459/467) |
80.20% (21576/26904) |
src/cpython/Parser/peg_api.c |
28.57% (6/21) |
33.33% (1/3) |
16.67% (3/18) |
src/cpython/Parser/pegen.c |
64.70% (493/762) |
83.72% (36/43) |
66.08% (489/740) |
src/cpython/Parser/pegen.h |
68.57% (48/70) |
100.00% (6/6) |
71.21% (47/66) |
src/cpython/Parser/pegen_errors.c |
75.33% (229/304) |
100.00% (9/9) |
78.50% (241/307) |
src/cpython/Parser/string_parser.c |
79.31% (207/261) |
100.00% (6/6) |
80.36% (221/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/370) |
0.00% (0/11) |
0.00% (0/358) |
src/cpython/Parser/tokenizer/helpers.c |
83.93% (376/448) |
100.00% (17/17) |
88.76% (371/418) |
src/cpython/Parser/tokenizer/readline_tokenizer.c |
66.36% (73/110) |
100.00% (3/3) |
81.30% (100/123) |
src/cpython/Parser/tokenizer/string_tokenizer.c |
90.43% (104/115) |
100.00% (6/6) |
88.80% (111/125) |
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.97% (6528/17193) |
70.06% (117/167) |
26.42% (6813/25789) |
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 |
46.23% (515/1114) |
72.22% (39/54) |
51.90% (794/1530) |
src/cpython/Python/assemble.c |
84.36% (480/569) |
100.00% (30/30) |
76.54% (535/699) |
src/cpython/Python/ast.c |
1.53% (14/914) |
4.00% (1/25) |
1.83% (23/1259) |
src/cpython/Python/ast_preprocess.c |
75.92% (577/760) |
86.67% (26/30) |
81.63% (1822/2232) |
src/cpython/Python/ast_unparse.c |
8.10% (58/716) |
17.02% (8/47) |
5.33% (78/1463) |
src/cpython/Python/bltinmodule.c |
43.39% (909/2095) |
72.86% (51/70) |
47.89% (1474/3078) |
src/cpython/Python/bootstrap_hash.c |
28.71% (60/209) |
44.44% (4/9) |
21.39% (40/187) |
src/cpython/Python/ceval.c |
43.03% (1056/2454) |
61.32% (65/106) |
55.90% (9058/16205) |
src/cpython/Python/ceval.h |
61.00% (122/200) |
84.62% (11/13) |
36.24% (158/436) |
src/cpython/Python/ceval_gil.c |
24.80% (159/641) |
32.08% (17/53) |
23.75% (147/619) |
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 |
40.17% (468/1165) |
47.76% (32/67) |
40.47% (518/1280) |
src/cpython/Python/codegen.c |
60.94% (2906/4769) |
77.02% (124/161) |
49.79% (6998/14056) |
src/cpython/Python/compile.c |
65.66% (849/1293) |
91.67% (55/60) |
69.53% (1278/1838) |
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.34% (29/2157) |
3.36% (4/119) |
1.62% (37/2289) |
src/cpython/Python/crossinterp_data_lookup.h |
8.19% (44/537) |
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 |
33.75% (430/1274) |
50.00% (43/86) |
34.70% (532/1533) |
src/cpython/Python/fileutils.c |
29.97% (368/1228) |
50.00% (30/60) |
30.73% (322/1048) |
src/cpython/Python/flowgraph.c |
80.15% (2410/3007) |
93.97% (109/116) |
80.41% (3246/4037) |
src/cpython/Python/frame.c |
82.80% (77/93) |
75.00% (6/8) |
86.01% (123/143) |
src/cpython/Python/future.c |
90.22% (83/92) |
100.00% (3/3) |
97.09% (100/103) |
src/cpython/Python/gc.c |
65.10% (692/1063) |
67.09% (53/79) |
65.62% (670/1021) |
src/cpython/Python/gc_gil.c |
100.00% (3/3) |
100.00% (1/1) |
100.00% (1/1) |
src/cpython/Python/getargs.c |
32.51% (747/2298) |
50.00% (28/56) |
33.53% (851/2538) |
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/1241) |
0.00% (0/72) |
0.00% (0/1350) |
src/cpython/Python/hashtable.c |
61.64% (143/232) |
60.00% (12/20) |
61.86% (120/194) |
src/cpython/Python/import.c |
40.53% (1294/3193) |
59.30% (102/172) |
42.14% (1571/3728) |
src/cpython/Python/importdl.c |
39.31% (125/318) |
75.00% (9/12) |
55.31% (177/320) |
src/cpython/Python/initconfig.c |
31.75% (983/3096) |
46.10% (65/141) |
29.67% (906/3054) |
src/cpython/Python/instruction_sequence.c |
56.41% (132/234) |
54.55% (12/22) |
45.79% (125/273) |
src/cpython/Python/instrumentation.c |
4.15% (80/1926) |
6.48% (7/108) |
4.31% (82/1903) |
src/cpython/Python/intrinsics.c |
45.05% (82/182) |
60.00% (9/15) |
53.25% (123/231) |
src/cpython/Python/jit_unwind.c |
0.00% (0/124) |
0.00% (0/9) |
0.00% (0/55) |
src/cpython/Python/legacy_tracing.c |
0.00% (0/544) |
0.00% (0/31) |
0.00% (0/625) |
src/cpython/Python/lock.c |
19.23% (80/416) |
30.30% (10/33) |
19.81% (63/318) |
src/cpython/Python/marshal.c |
52.06% (771/1481) |
68.00% (34/50) |
56.33% (1246/2212) |
src/cpython/Python/modsupport.c |
45.22% (279/617) |
65.38% (17/26) |
47.47% (253/533) |
src/cpython/Python/mysnprintf.c |
88.00% (22/25) |
100.00% (2/2) |
94.74% (18/19) |
src/cpython/Python/mystrtoul.c |
58.78% (87/148) |
100.00% (2/2) |
60.00% (96/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/224) |
0.00% (0/10) |
0.00% (0/131) |
src/cpython/Python/perf_trampoline.c |
0.00% (0/316) |
0.00% (0/20) |
0.00% (0/271) |
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.81% (580/2013) |
35.56% (32/90) |
34.11% (699/2049) |
src/cpython/Python/pymath.c |
100.00% (8/8) |
100.00% (2/2) |
100.00% (2/2) |
src/cpython/Python/pystate.c |
28.19% (481/1706) |
33.77% (51/151) |
20.64% (372/1802) |
src/cpython/Python/pystrcmp.c |
60.00% (12/20) |
50.00% (1/2) |
56.76% (21/37) |
src/cpython/Python/pystrhex.c |
40.36% (67/166) |
66.67% (6/9) |
31.15% (38/122) |
src/cpython/Python/pystrtod.c |
73.23% (238/325) |
100.00% (7/7) |
75.25% (228/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.30% (115/1236) |
12.70% (8/63) |
9.70% (138/1423) |
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/522) |
0.00% (0/18) |
0.00% (0/437) |
src/cpython/Python/remote_debugging.c |
0.00% (0/224) |
0.00% (0/9) |
0.00% (0/113) |
src/cpython/Python/slots.c |
50.00% (162/324) |
81.82% (9/11) |
56.04% (116/207) |
src/cpython/Python/specialize.c |
82.73% (1418/1714) |
90.77% (59/65) |
86.70% (1662/1917) |
src/cpython/Python/structmember.c |
23.33% (77/330) |
100.00% (4/4) |
21.45% (89/415) |
src/cpython/Python/suggestions.c |
0.00% (0/138) |
0.00% (0/4) |
0.00% (0/180) |
src/cpython/Python/symtable.c |
53.48% (1274/2382) |
77.14% (54/70) |
59.23% (2688/4538) |
src/cpython/Python/sysmodule.c |
26.32% (567/2154) |
28.15% (38/135) |
41.99% (1373/3270) |
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.37% (66/896) |
17.07% (7/41) |
9.46% (94/994) |
src/cpython/Python/tracemalloc.c |
6.74% (61/905) |
9.68% (6/62) |
7.05% (63/894) |
src/library-fuzzers/fuzzer.cpp |
68.52% (74/108) |
100.00% (3/3) |
81.36% (48/59) |
Totals |
44.19% (119854/271238) |
47.21% (5805/12295) |
44.24% (156569/353926) |