View results by: Directories | Files
Path | Line Coverage | Function Coverage | Region Coverage |
---|---|---|---|
src/Python-3.8.3/Include/cpython/abstract.h |
100.00% (34/34) |
100.00% (5/5) |
100.00% (15/15) |
src/Python-3.8.3/Include/cpython/object.h |
0.00% (0/9) |
0.00% (0/1) |
0.00% (0/1) |
src/Python-3.8.3/Include/internal/pycore_object.h |
90.00% (27/30) |
100.00% (2/2) |
100.00% (25/25) |
src/Python-3.8.3/Include/internal/pycore_pyerrors.h |
100.00% (3/3) |
100.00% (1/1) |
100.00% (3/3) |
src/Python-3.8.3/Include/internal/pycore_pymem.h |
0.00% (0/16) |
0.00% (0/1) |
0.00% (0/7) |
src/Python-3.8.3/Include/object.h |
82.93% (34/41) |
100.00% (6/6) |
95.24% (20/21) |
src/Python-3.8.3/Include/objimpl.h |
100.00% (15/15) |
100.00% (2/2) |
100.00% (13/13) |
src/Python-3.8.3/Include/pydtrace.h |
33.33% (8/24) |
33.33% (8/24) |
33.33% (8/24) |
src/Python-3.8.3/Modules/_abc.c |
48.79% (261/535) |
64.71% (11/17) |
59.13% (327/553) |
src/Python-3.8.3/Modules/_codecsmodule.c |
8.17% (21/257) |
12.20% (5/41) |
11.46% (18/157) |
src/Python-3.8.3/Modules/_collectionsmodule.c |
11.41% (173/1516) |
23.19% (16/69) |
10.43% (151/1448) |
src/Python-3.8.3/Modules/_functoolsmodule.c |
12.98% (102/786) |
12.82% (5/39) |
13.34% (121/907) |
src/Python-3.8.3/Modules/_io/_iomodule.c |
51.38% (205/399) |
55.56% (5/9) |
61.30% (407/664) |
src/Python-3.8.3/Modules/_io/bufferedio.c |
31.69% (432/1363) |
39.74% (31/78) |
33.83% (619/1830) |
src/Python-3.8.3/Modules/_io/bytesio.c |
0.00% (0/519) |
0.00% (0/37) |
0.00% (0/611) |
src/Python-3.8.3/Modules/_io/clinic/_iomodule.c.h |
48.48% (80/165) |
100.00% (2/2) |
66.29% (116/175) |
src/Python-3.8.3/Modules/_io/clinic/bufferedio.c.h |
33.50% (131/391) |
43.75% (7/16) |
38.04% (151/397) |
src/Python-3.8.3/Modules/_io/clinic/bytesio.c.h |
0.00% (0/192) |
0.00% (0/17) |
0.00% (0/175) |
src/Python-3.8.3/Modules/_io/clinic/fileio.c.h |
46.29% (81/175) |
71.43% (10/14) |
50.00% (77/154) |
src/Python-3.8.3/Modules/_io/clinic/iobase.c.h |
26.09% (24/92) |
41.67% (5/12) |
20.27% (15/74) |
src/Python-3.8.3/Modules/_io/clinic/stringio.c.h |
18.71% (26/139) |
27.27% (3/11) |
19.26% (26/135) |
src/Python-3.8.3/Modules/_io/clinic/textio.c.h |
28.29% (99/350) |
25.00% (5/20) |
37.64% (137/364) |
src/Python-3.8.3/Modules/_io/fileio.c |
41.46% (272/656) |
56.67% (17/30) |
38.62% (212/549) |
src/Python-3.8.3/Modules/_io/iobase.c |
24.38% (118/484) |
44.12% (15/34) |
19.65% (113/575) |
src/Python-3.8.3/Modules/_io/stringio.c |
27.48% (147/535) |
33.33% (9/27) |
28.63% (199/695) |
src/Python-3.8.3/Modules/_io/textio.c |
28.10% (553/1968) |
35.14% (26/74) |
30.60% (882/2882) |
src/Python-3.8.3/Modules/_localemodule.c |
8.17% (29/355) |
6.67% (1/15) |
3.97% (20/504) |
src/Python-3.8.3/Modules/_operator.c |
2.05% (15/732) |
1.33% (1/75) |
2.25% (17/755) |
src/Python-3.8.3/Modules/_sre.c |
30.77% (472/1534) |
36.11% (26/72) |
34.54% (842/2438) |
src/Python-3.8.3/Modules/_stat.c |
42.22% (57/135) |
12.50% (1/8) |
40.53% (107/264) |
src/Python-3.8.3/Modules/_threadmodule.c |
22.69% (172/758) |
35.00% (14/40) |
19.75% (144/729) |
src/Python-3.8.3/Modules/_tracemalloc.c |
0.65% (6/920) |
1.64% (1/61) |
0.47% (3/643) |
src/Python-3.8.3/Modules/_weakref.c |
26.39% (19/72) |
16.67% (1/6) |
16.25% (13/80) |
src/Python-3.8.3/Modules/atexitmodule.c |
19.89% (35/176) |
23.08% (3/13) |
20.83% (35/168) |
src/Python-3.8.3/Modules/clinic/_abc.c.h |
78.57% (33/42) |
75.00% (3/4) |
77.42% (24/31) |
src/Python-3.8.3/Modules/clinic/_codecsmodule.c.h |
2.30% (40/1740) |
5.26% (2/38) |
3.09% (51/1649) |
src/Python-3.8.3/Modules/clinic/_collectionsmodule.c.h |
50.00% (23/46) |
50.00% (1/2) |
66.67% (34/51) |
src/Python-3.8.3/Modules/clinic/_operator.c.h |
0.00% (0/636) |
0.00% (0/46) |
0.00% (0/497) |
src/Python-3.8.3/Modules/clinic/_sre.c.h |
17.06% (130/762) |
28.00% (7/25) |
19.28% (167/866) |
src/Python-3.8.3/Modules/clinic/_tracemalloc.c.h |
0.00% (0/44) |
0.00% (0/8) |
0.00% (0/35) |
src/Python-3.8.3/Modules/clinic/_weakref.c.h |
0.00% (0/28) |
0.00% (0/2) |
0.00% (0/21) |
src/Python-3.8.3/Modules/clinic/gcmodule.c.h |
0.00% (0/125) |
0.00% (0/13) |
0.00% (0/123) |
src/Python-3.8.3/Modules/clinic/itertoolsmodule.c.h |
10.90% (41/376) |
12.50% (2/16) |
10.61% (49/462) |
src/Python-3.8.3/Modules/clinic/posixmodule.c.h |
2.31% (82/3555) |
3.16% (5/158) |
2.36% (96/4065) |
src/Python-3.8.3/Modules/clinic/pwdmodule.c.h |
0.00% (0/18) |
0.00% (0/2) |
0.00% (0/15) |
src/Python-3.8.3/Modules/clinic/signalmodule.c.h |
0.00% (0/254) |
0.00% (0/16) |
0.00% (0/267) |
src/Python-3.8.3/Modules/clinic/symtablemodule.c.h |
0.00% (0/29) |
0.00% (0/1) |
0.00% (0/23) |
src/Python-3.8.3/Modules/errnomodule.c |
0.00% (0/389) |
0.00% (0/2) |
0.00% (0/160) |
src/Python-3.8.3/Modules/faulthandler.c |
3.08% (21/682) |
2.63% (1/38) |
2.22% (11/496) |
src/Python-3.8.3/Modules/gcmodule.c |
46.60% (473/1015) |
52.70% (39/74) |
48.71% (491/1008) |
src/Python-3.8.3/Modules/getbuildinfo.c |
96.15% (25/26) |
100.00% (3/3) |
80.00% (12/15) |
src/Python-3.8.3/Modules/getpath.c |
43.65% (330/756) |
76.92% (20/26) |
37.03% (244/659) |
src/Python-3.8.3/Modules/hashtable.c |
0.00% (0/241) |
0.00% (0/19) |
0.00% (0/163) |
src/Python-3.8.3/Modules/itertoolsmodule.c |
14.49% (335/2312) |
9.70% (13/134) |
11.68% (338/2893) |
src/Python-3.8.3/Modules/posixmodule.c |
17.28% (831/4810) |
13.15% (33/251) |
15.42% (682/4424) |
src/Python-3.8.3/Modules/pwdmodule.c |
0.00% (0/186) |
0.00% (0/6) |
0.00% (0/139) |
src/Python-3.8.3/Modules/signalmodule.c |
2.18% (16/733) |
7.69% (3/39) |
2.19% (14/639) |
src/Python-3.8.3/Modules/sre_lib.h |
37.05% (379/1023) |
83.33% (5/6) |
30.80% (547/1776) |
src/Python-3.8.3/Modules/symtablemodule.c |
0.00% (0/69) |
0.00% (0/2) |
0.00% (0/63) |
src/Python-3.8.3/Modules/timemodule.c |
10.73% (88/820) |
14.63% (6/41) |
8.15% (49/601) |
src/Python-3.8.3/Modules/xxsubtype.c |
0.00% (0/97) |
0.00% (0/11) |
0.00% (0/88) |
src/Python-3.8.3/Objects/abstract.c |
29.66% (568/1915) |
47.71% (52/109) |
34.42% (674/1958) |
src/Python-3.8.3/Objects/accu.c |
44.30% (35/79) |
71.43% (5/7) |
40.00% (34/85) |
src/Python-3.8.3/Objects/boolobject.c |
38.30% (18/47) |
33.33% (2/6) |
22.50% (18/80) |
src/Python-3.8.3/Objects/bytearrayobject.c |
16.82% (233/1385) |
22.22% (16/72) |
14.32% (254/1774) |
src/Python-3.8.3/Objects/bytes_methods.c |
19.00% (87/458) |
26.92% (7/26) |
14.19% (81/571) |
src/Python-3.8.3/Objects/bytesobject.c |
18.71% (418/2234) |
39.53% (34/86) |
17.64% (441/2500) |
src/Python-3.8.3/Objects/call.c |
49.95% (465/931) |
73.53% (25/34) |
52.65% (427/811) |
src/Python-3.8.3/Objects/capsule.c |
17.14% (30/175) |
33.33% (5/15) |
26.61% (33/124) |
src/Python-3.8.3/Objects/cellobject.c |
35.23% (31/88) |
45.45% (5/11) |
22.99% (43/187) |
src/Python-3.8.3/Objects/classobject.c |
19.14% (71/371) |
13.79% (4/29) |
19.41% (66/340) |
src/Python-3.8.3/Objects/clinic/bytearrayobject.c.h |
3.91% (19/486) |
4.55% (1/22) |
4.22% (22/521) |
src/Python-3.8.3/Objects/clinic/bytesobject.c.h |
16.00% (64/400) |
14.29% (2/14) |
19.31% (84/435) |
src/Python-3.8.3/Objects/clinic/codeobject.c.h |
0.00% (0/223) |
0.00% (0/1) |
0.00% (0/260) |
src/Python-3.8.3/Objects/clinic/complexobject.c.h |
0.00% (0/29) |
0.00% (0/1) |
0.00% (0/34) |
src/Python-3.8.3/Objects/clinic/descrobject.c.h |
86.67% (52/60) |
100.00% (2/2) |
86.36% (57/66) |
src/Python-3.8.3/Objects/clinic/dictobject.c.h |
73.68% (42/57) |
60.00% (3/5) |
78.72% (37/47) |
src/Python-3.8.3/Objects/clinic/enumobject.c.h |
82.05% (32/39) |
100.00% (2/2) |
81.63% (40/49) |
src/Python-3.8.3/Objects/clinic/floatobject.c.h |
0.00% (0/124) |
0.00% (0/11) |
0.00% (0/104) |
src/Python-3.8.3/Objects/clinic/funcobject.c.h |
0.00% (0/48) |
0.00% (0/1) |
0.00% (0/56) |
src/Python-3.8.3/Objects/clinic/listobject.c.h |
26.45% (41/155) |
30.00% (3/10) |
37.13% (62/167) |
src/Python-3.8.3/Objects/clinic/longobject.c.h |
54.73% (81/148) |
37.50% (3/8) |
65.00% (104/160) |
src/Python-3.8.3/Objects/clinic/memoryobject.c.h |
0.00% (0/35) |
0.00% (0/1) |
0.00% (0/47) |
src/Python-3.8.3/Objects/clinic/moduleobject.c.h |
74.19% (23/31) |
100.00% (1/1) |
78.57% (33/42) |
src/Python-3.8.3/Objects/clinic/odictobject.c.h |
0.00% (0/92) |
0.00% (0/4) |
0.00% (0/118) |
src/Python-3.8.3/Objects/clinic/structseq.c.h |
0.00% (0/24) |
0.00% (0/1) |
0.00% (0/29) |
src/Python-3.8.3/Objects/clinic/tupleobject.c.h |
27.08% (13/48) |
33.33% (1/3) |
43.14% (22/51) |
src/Python-3.8.3/Objects/clinic/typeobject.c.h |
32.43% (24/74) |
36.36% (4/11) |
23.08% (12/52) |
src/Python-3.8.3/Objects/clinic/unicodeobject.c.h |
20.04% (105/524) |
23.53% (8/34) |
22.45% (121/539) |
src/Python-3.8.3/Objects/codeobject.c |
30.87% (238/771) |
40.00% (8/20) |
44.07% (375/851) |
src/Python-3.8.3/Objects/complexobject.c |
0.00% (0/695) |
0.00% (0/41) |
0.00% (0/724) |
src/Python-3.8.3/Objects/descrobject.c |
51.19% (450/879) |
56.47% (48/85) |
63.32% (580/916) |
src/Python-3.8.3/Objects/dictobject.c |
53.19% (1491/2803) |
70.23% (92/131) |
47.88% (1696/3542) |
src/Python-3.8.3/Objects/enumobject.c |
25.22% (58/230) |
30.77% (4/13) |
21.93% (59/269) |
src/Python-3.8.3/Objects/exceptions.c |
32.69% (493/1508) |
33.03% (36/109) |
44.81% (1451/3238) |
src/Python-3.8.3/Objects/fileobject.c |
12.80% (43/336) |
15.00% (3/20) |
12.80% (43/336) |
src/Python-3.8.3/Objects/floatobject.c |
9.39% (142/1513) |
21.15% (11/52) |
13.27% (187/1409) |
src/Python-3.8.3/Objects/frameobject.c |
31.48% (192/610) |
36.00% (9/25) |
39.45% (256/649) |
src/Python-3.8.3/Objects/funcobject.c |
35.87% (198/552) |
50.00% (23/46) |
46.26% (396/856) |
src/Python-3.8.3/Objects/genobject.c |
19.73% (204/1034) |
19.70% (13/66) |
21.70% (242/1115) |
src/Python-3.8.3/Objects/interpreteridobject.c |
0.00% (0/149) |
0.00% (0/12) |
0.00% (0/154) |
src/Python-3.8.3/Objects/iterobject.c |
35.42% (51/144) |
33.33% (4/12) |
21.35% (38/178) |
src/Python-3.8.3/Objects/listobject.c |
58.68% (1193/2033) |
67.74% (63/93) |
56.59% (1207/2133) |
src/Python-3.8.3/Objects/longobject.c |
32.55% (1209/3714) |
55.08% (65/118) |
33.37% (1447/4336) |
src/Python-3.8.3/Objects/memoryobject.c |
20.10% (376/1871) |
33.01% (34/103) |
19.02% (403/2119) |
src/Python-3.8.3/Objects/methodobject.c |
44.04% (122/277) |
42.31% (11/26) |
51.03% (173/339) |
src/Python-3.8.3/Objects/moduleobject.c |
52.68% (315/598) |
79.31% (23/29) |
51.55% (350/679) |
src/Python-3.8.3/Objects/namespaceobject.c |
16.67% (22/132) |
33.33% (3/9) |
12.88% (21/163) |
src/Python-3.8.3/Objects/object.c |
48.77% (577/1183) |
53.73% (36/67) |
55.54% (908/1635) |
src/Python-3.8.3/Objects/obmalloc.c |
41.44% (477/1151) |
51.61% (32/62) |
37.09% (260/701) |
src/Python-3.8.3/Objects/odictobject.c |
0.00% (0/937) |
0.00% (0/53) |
0.00% (0/1132) |
src/Python-3.8.3/Objects/picklebufobject.c |
0.00% (0/116) |
0.00% (0/11) |
0.00% (0/93) |
src/Python-3.8.3/Objects/rangeobject.c |
28.36% (188/663) |
38.24% (13/34) |
27.60% (194/703) |
src/Python-3.8.3/Objects/setobject.c |
40.13% (571/1423) |
52.44% (43/82) |
33.15% (647/1952) |
src/Python-3.8.3/Objects/sliceobject.c |
33.07% (125/378) |
31.58% (6/19) |
31.78% (136/428) |
src/Python-3.8.3/Objects/stringlib/clinic/transmogrify.h.h |
0.00% (0/178) |
0.00% (0/5) |
0.00% (0/261) |
src/Python-3.8.3/Objects/stringlib/codecs.h |
13.70% (77/562) |
20.00% (1/5) |
15.94% (69/433) |
src/Python-3.8.3/Objects/stringlib/count.h |
53.33% (8/15) |
100.00% (1/1) |
60.00% (9/15) |
src/Python-3.8.3/Objects/stringlib/ctype.h |
0.00% (0/69) |
0.00% (0/13) |
0.00% (0/177) |
src/Python-3.8.3/Objects/stringlib/eq.h |
73.33% (11/15) |
100.00% (1/1) |
76.47% (39/51) |
src/Python-3.8.3/Objects/stringlib/fastsearch.h |
37.83% (87/230) |
100.00% (3/3) |
48.69% (93/191) |
src/Python-3.8.3/Objects/stringlib/find.h |
43.48% (30/69) |
50.00% (3/6) |
60.47% (26/43) |
src/Python-3.8.3/Objects/stringlib/find_max_char.h |
27.03% (20/74) |
50.00% (1/2) |
29.51% (18/61) |
src/Python-3.8.3/Objects/stringlib/join.h |
21.55% (25/116) |
100.00% (1/1) |
24.24% (32/132) |
src/Python-3.8.3/Objects/stringlib/localeutil.h |
0.00% (0/45) |
0.00% (0/3) |
0.00% (0/42) |
src/Python-3.8.3/Objects/stringlib/partition.h |
37.88% (25/66) |
50.00% (1/2) |
43.24% (32/74) |
src/Python-3.8.3/Objects/stringlib/replace.h |
0.00% (0/26) |
0.00% (0/1) |
0.00% (0/24) |
src/Python-3.8.3/Objects/stringlib/split.h |
20.80% (52/250) |
42.86% (3/7) |
18.76% (109/581) |
src/Python-3.8.3/Objects/stringlib/transmogrify.h |
0.00% (0/454) |
0.00% (0/16) |
0.00% (0/438) |
src/Python-3.8.3/Objects/stringlib/unicode_format.h |
35.58% (248/697) |
53.12% (17/32) |
23.76% (220/926) |
src/Python-3.8.3/Objects/structseq.c |
39.82% (135/339) |
53.33% (8/15) |
36.44% (129/354) |
src/Python-3.8.3/Objects/tupleobject.c |
58.56% (373/637) |
69.44% (25/36) |
59.48% (508/854) |
src/Python-3.8.3/Objects/typeobject.c |
46.95% (2358/5022) |
58.77% (124/211) |
55.34% (3228/5833) |
src/Python-3.8.3/Objects/unicodectype.c |
38.41% (53/138) |
50.00% (11/22) |
40.00% (38/95) |
src/Python-3.8.3/Objects/unicodeobject.c |
25.77% (2620/10167) |
43.69% (142/325) |
22.31% (3031/13588) |
src/Python-3.8.3/Objects/unicodetype_db.h |
0.00% (0/2040) |
0.00% (0/3) |
0.00% (0/1880) |
src/Python-3.8.3/Objects/weakrefobject.c |
43.13% (229/531) |
52.63% (20/38) |
31.86% (260/816) |
src/Python-3.8.3/Parser/acceler.c |
68.89% (62/90) |
75.00% (3/4) |
81.25% (65/80) |
src/Python-3.8.3/Parser/grammar1.c |
16.13% (5/31) |
50.00% (1/2) |
9.09% (2/22) |
src/Python-3.8.3/Parser/myreadline.c |
0.00% (0/127) |
0.00% (0/3) |
0.00% (0/80) |
src/Python-3.8.3/Parser/node.c |
67.65% (69/102) |
62.50% (5/8) |
61.00% (61/100) |
src/Python-3.8.3/Parser/parser.c |
82.08% (142/173) |
100.00% (8/8) |
81.58% (93/114) |
src/Python-3.8.3/Parser/parsetok.c |
43.79% (148/338) |
35.71% (5/14) |
48.72% (133/273) |
src/Python-3.8.3/Parser/token.c |
37.74% (60/159) |
100.00% (3/3) |
32.68% (50/153) |
src/Python-3.8.3/Parser/tokenizer.c |
33.69% (478/1419) |
47.06% (16/34) |
38.63% (462/1196) |
src/Python-3.8.3/Python/Python-ast.c |
4.98% (392/7872) |
22.95% (28/122) |
1.51% (140/9294) |
src/Python-3.8.3/Python/_warnings.c |
7.26% (69/951) |
13.51% (5/37) |
6.59% (66/1002) |
src/Python-3.8.3/Python/asdl.c |
60.87% (28/46) |
100.00% (2/2) |
79.41% (27/34) |
src/Python-3.8.3/Python/ast.c |
26.14% (1168/4468) |
42.48% (48/113) |
27.01% (1217/4505) |
src/Python-3.8.3/Python/ast_opt.c |
39.39% (232/589) |
61.54% (16/26) |
32.71% (475/1452) |
src/Python-3.8.3/Python/ast_unparse.c |
0.00% (0/665) |
0.00% (0/42) |
0.00% (0/1290) |
src/Python-3.8.3/Python/bltinmodule.c |
31.68% (506/1597) |
51.67% (31/60) |
36.57% (686/1876) |
src/Python-3.8.3/Python/bootstrap_hash.c |
24.76% (51/206) |
33.33% (3/9) |
21.83% (31/142) |
src/Python-3.8.3/Python/ceval.c |
45.19% (1790/3961) |
35.90% (28/78) |
52.89% (3673/6944) |
src/Python-3.8.3/Python/ceval_gil.h |
55.75% (63/113) |
55.56% (5/9) |
44.95% (89/198) |
src/Python-3.8.3/Python/clinic/_warnings.c.h |
0.00% (0/52) |
0.00% (0/1) |
0.00% (0/59) |
src/Python-3.8.3/Python/clinic/bltinmodule.c.h |
21.71% (76/350) |
41.18% (7/17) |
17.17% (62/361) |
src/Python-3.8.3/Python/clinic/context.c.h |
0.00% (0/44) |
0.00% (0/6) |
0.00% (0/33) |
src/Python-3.8.3/Python/clinic/import.c.h |
39.13% (72/184) |
64.29% (9/14) |
39.55% (70/177) |
src/Python-3.8.3/Python/clinic/marshal.c.h |
17.39% (12/69) |
33.33% (1/3) |
13.04% (9/69) |
src/Python-3.8.3/Python/clinic/sysmodule.c.h |
11.55% (32/277) |
16.67% (5/30) |
14.52% (35/241) |
src/Python-3.8.3/Python/clinic/traceback.c.h |
0.00% (0/43) |
0.00% (0/1) |
0.00% (0/62) |
src/Python-3.8.3/Python/codecs.c |
19.50% (228/1169) |
20.00% (10/50) |
12.11% (167/1379) |
src/Python-3.8.3/Python/compile.c |
39.57% (1708/4316) |
64.96% (89/137) |
32.14% (1848/5749) |
src/Python-3.8.3/Python/condvar.h |
0.00% (0/12) |
0.00% (0/1) |
0.00% (0/7) |
src/Python-3.8.3/Python/context.c |
2.92% (20/686) |
3.51% (2/57) |
3.21% (23/717) |
src/Python-3.8.3/Python/dtoa.c |
5.59% (94/1681) |
7.14% (2/28) |
4.71% (75/1592) |
src/Python-3.8.3/Python/dynload_shlib.c |
0.00% (0/64) |
0.00% (0/1) |
0.00% (0/50) |
src/Python-3.8.3/Python/errors.c |
33.55% (310/924) |
54.55% (30/55) |
34.26% (322/940) |
src/Python-3.8.3/Python/fileutils.c |
33.01% (306/927) |
50.00% (21/42) |
31.58% (180/570) |
src/Python-3.8.3/Python/formatter_unicode.c |
1.52% (15/988) |
8.70% (2/23) |
1.29% (14/1084) |
src/Python-3.8.3/Python/future.c |
25.23% (27/107) |
50.00% (2/4) |
25.86% (30/116) |
src/Python-3.8.3/Python/getargs.c |
30.20% (658/2179) |
46.94% (23/49) |
29.25% (590/2017) |
src/Python-3.8.3/Python/getcompiler.c |
100.00% (3/3) |
100.00% (1/1) |
100.00% (2/2) |
src/Python-3.8.3/Python/getcopyright.c |
100.00% (3/3) |
100.00% (1/1) |
100.00% (1/1) |
src/Python-3.8.3/Python/getopt.c |
0.00% (0/94) |
0.00% (0/2) |
0.00% (0/73) |
src/Python-3.8.3/Python/getplatform.c |
100.00% (3/3) |
100.00% (1/1) |
100.00% (1/1) |
src/Python-3.8.3/Python/getversion.c |
100.00% (6/6) |
100.00% (1/1) |
100.00% (2/2) |
src/Python-3.8.3/Python/hamt.c |
0.77% (10/1299) |
1.33% (1/75) |
1.38% (15/1087) |
src/Python-3.8.3/Python/import.c |
42.14% (665/1578) |
64.29% (45/70) |
45.28% (647/1429) |
src/Python-3.8.3/Python/importdl.c |
0.00% (0/169) |
0.00% (0/2) |
0.00% (0/137) |
src/Python-3.8.3/Python/initconfig.c |
41.85% (704/1682) |
58.82% (40/68) |
27.81% (618/2222) |
src/Python-3.8.3/Python/marshal.c |
27.97% (367/1312) |
30.23% (13/43) |
24.07% (374/1554) |
src/Python-3.8.3/Python/modsupport.c |
43.58% (234/537) |
73.68% (14/19) |
47.27% (173/366) |
src/Python-3.8.3/Python/mysnprintf.c |
88.89% (24/27) |
100.00% (2/2) |
88.89% (8/9) |
src/Python-3.8.3/Python/mystrtoul.c |
34.90% (52/149) |
100.00% (2/2) |
36.84% (56/152) |
src/Python-3.8.3/Python/pathconfig.c |
42.98% (196/456) |
44.00% (11/25) |
47.58% (177/372) |
src/Python-3.8.3/Python/peephole.c |
55.15% (198/359) |
66.67% (6/9) |
59.36% (279/470) |
src/Python-3.8.3/Python/preconfig.c |
48.67% (292/600) |
83.33% (25/30) |
39.48% (199/504) |
src/Python-3.8.3/Python/pyarena.c |
72.73% (56/77) |
100.00% (7/7) |
68.89% (31/45) |
src/Python-3.8.3/Python/pyhash.c |
83.96% (89/106) |
75.00% (6/8) |
84.56% (115/136) |
src/Python-3.8.3/Python/pylifecycle.c |
33.51% (433/1292) |
38.71% (24/62) |
38.92% (409/1051) |
src/Python-3.8.3/Python/pymath.c |
100.00% (8/8) |
100.00% (2/2) |
100.00% (2/2) |
src/Python-3.8.3/Python/pystate.c |
18.92% (192/1015) |
19.28% (16/83) |
11.86% (111/936) |
src/Python-3.8.3/Python/pystrcmp.c |
0.00% (0/16) |
0.00% (0/2) |
0.00% (0/17) |
src/Python-3.8.3/Python/pystrhex.c |
0.00% (0/94) |
0.00% (0/5) |
0.00% (0/119) |
src/Python-3.8.3/Python/pystrtod.c |
8.44% (27/320) |
28.57% (2/7) |
11.39% (27/237) |
src/Python-3.8.3/Python/pythonrun.c |
8.03% (100/1245) |
14.52% (9/62) |
8.33% (86/1032) |
src/Python-3.8.3/Python/pytime.c |
19.57% (109/557) |
31.11% (14/45) |
16.70% (81/485) |
src/Python-3.8.3/Python/structmember.c |
16.09% (42/261) |
100.00% (2/2) |
11.79% (33/280) |
src/Python-3.8.3/Python/symtable.c |
40.34% (541/1341) |
59.09% (26/44) |
35.96% (768/2136) |
src/Python-3.8.3/Python/sysmodule.c |
25.23% (405/1605) |
27.37% (26/95) |
37.95% (731/1926) |
src/Python-3.8.3/Python/thread.c |
50.63% (40/79) |
28.57% (2/7) |
56.36% (31/55) |
src/Python-3.8.3/Python/thread_pthread.h |
39.62% (124/313) |
53.85% (14/26) |
37.50% (78/208) |
src/Python-3.8.3/Python/traceback.c |
8.46% (52/615) |
24.00% (6/25) |
13.76% (78/567) |
src/Python-3.8.3/Python/wordcode_helpers.h |
52.38% (11/21) |
100.00% (2/2) |
28.57% (6/21) |
src/mercurial/contrib/fuzz/FuzzedDataProvider.h |
93.26% (83/89) |
90.00% (9/10) |
90.91% (40/44) |
src/mercurial/contrib/fuzz/bdiff.cc |
100.00% (17/17) |
100.00% (2/2) |
100.00% (2/2) |
src/mercurial/contrib/fuzz/dirs.cc |
94.44% (34/36) |
100.00% (2/2) |
92.86% (13/14) |
src/mercurial/contrib/fuzz/dirstate.cc |
93.33% (28/30) |
100.00% (2/2) |
90.91% (10/11) |
src/mercurial/contrib/fuzz/fm1readmarkers.cc |
95.24% (40/42) |
100.00% (2/2) |
90.91% (10/11) |
src/mercurial/contrib/fuzz/fncache.cc |
92.16% (47/51) |
100.00% (2/2) |
84.62% (11/13) |
src/mercurial/contrib/fuzz/jsonescapeu8fast.cc |
88.57% (31/35) |
100.00% (2/2) |
87.50% (14/16) |
src/mercurial/contrib/fuzz/manifest.cc |
96.15% (50/52) |
100.00% (2/2) |
94.12% (16/17) |
src/mercurial/contrib/fuzz/mpatch.cc |
94.12% (64/68) |
100.00% (3/3) |
56.35% (71/126) |
src/mercurial/contrib/fuzz/pyutil.cc |
79.41% (27/34) |
100.00% (2/2) |
55.56% (5/9) |
src/mercurial/contrib/fuzz/revlog.cc |
95.24% (40/42) |
100.00% (2/2) |
92.86% (13/14) |
src/mercurial/contrib/fuzz/xdiff.cc |
100.00% (31/31) |
100.00% (3/3) |
100.00% (8/8) |
src/mercurial/mercurial/bdiff.c |
94.62% (211/223) |
100.00% (7/7) |
95.76% (158/165) |
src/mercurial/mercurial/bitmanipulation.h |
17.65% (9/51) |
28.57% (2/7) |
20.00% (2/10) |
src/mercurial/mercurial/cext/charencode.c |
59.52% (150/252) |
80.00% (8/10) |
67.24% (117/174) |
src/mercurial/mercurial/cext/charencode.h |
0.00% (0/10) |
0.00% (0/1) |
0.00% (0/4) |
src/mercurial/mercurial/cext/dirs.c |
8.12% (16/197) |
8.33% (1/12) |
3.83% (8/209) |
src/mercurial/mercurial/cext/manifest.c |
4.33% (30/693) |
14.81% (4/27) |
2.92% (14/480) |
src/mercurial/mercurial/cext/parsers.c |
16.76% (156/931) |
11.76% (6/51) |
15.36% (121/788) |
src/mercurial/mercurial/cext/pathencode.c |
78.75% (478/607) |
87.50% (14/16) |
69.23% (234/338) |
src/mercurial/mercurial/cext/revlog.c |
2.77% (69/2493) |
6.10% (5/82) |
2.08% (46/2209) |
src/mercurial/mercurial/cext/util.h |
0.00% (0/19) |
0.00% (0/2) |
0.00% (0/5) |
src/mercurial/mercurial/mpatch.c |
93.68% (252/269) |
100.00% (12/12) |
94.32% (166/176) |
src/mercurial/mercurial/pythoncapi_compat.h |
2.63% (3/114) |
5.00% (1/20) |
5.00% (1/20) |
src/mercurial/mercurial/thirdparty/xdiff/xdiffi.c |
86.56% (496/573) |
95.24% (20/21) |
87.62% (453/517) |
src/mercurial/mercurial/thirdparty/xdiff/xprepare.c |
85.09% (291/342) |
100.00% (12/12) |
86.67% (221/255) |
src/mercurial/mercurial/thirdparty/xdiff/xutils.c |
97.67% (84/86) |
100.00% (10/10) |
96.83% (61/63) |
Totals |
26.09% (40580/155518) |
35.38% (2380/6727) |
26.74% (46869/175300) |