Coverage Report

View results by: Directories | Files

Path Line Coverage Function Coverage Region Coverage
src/Python-3.8.3/Include/cpython/abstract.h
 91.18% (31/34)
100.00% (5/5)
100.00% (29/29)
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% (29/29)
src/Python-3.8.3/Include/internal/pycore_pyerrors.h
100.00% (3/3)
100.00% (1/1)
 80.00% (4/5)
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)
 96.00% (24/25)
src/Python-3.8.3/Include/objimpl.h
100.00% (15/15)
100.00% (2/2)
100.00% (17/17)
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.69% (260/534)
 64.71% (11/17)
 57.45% (432/752)
src/Python-3.8.3/Modules/_codecsmodule.c
  8.64% (21/243)
 12.20% (5/41)
  8.06% (20/248)
src/Python-3.8.3/Modules/_collectionsmodule.c
 11.47% (173/1508)
 23.19% (16/69)
  9.98% (186/1863)
src/Python-3.8.3/Modules/_functoolsmodule.c
 13.09% (102/779)
 12.82% (5/39)
 11.58% (141/1218)
src/Python-3.8.3/Modules/_io/_iomodule.c
 51.52% (204/396)
 55.56% (5/9)
 62.36% (545/874)
src/Python-3.8.3/Modules/_io/bufferedio.c
 31.58% (427/1352)
 39.74% (31/78)
 31.54% (703/2229)
src/Python-3.8.3/Modules/_io/bytesio.c
  0.00% (0/516)
  0.00% (0/37)
  0.00% (0/816)
src/Python-3.8.3/Modules/_io/clinic/_iomodule.c.h
 48.48% (80/165)
100.00% (2/2)
 68.78% (141/205)
src/Python-3.8.3/Modules/_io/clinic/bufferedio.c.h
 33.50% (131/391)
 43.75% (7/16)
 38.19% (181/474)
src/Python-3.8.3/Modules/_io/clinic/bytesio.c.h
  0.00% (0/192)
  0.00% (0/17)
  0.00% (0/198)
src/Python-3.8.3/Modules/_io/clinic/fileio.c.h
 46.29% (81/175)
 71.43% (10/14)
 52.30% (91/174)
src/Python-3.8.3/Modules/_io/clinic/iobase.c.h
 26.09% (24/92)
 41.67% (5/12)
 20.00% (16/80)
src/Python-3.8.3/Modules/_io/clinic/stringio.c.h
 18.71% (26/139)
 27.27% (3/11)
 22.73% (35/154)
src/Python-3.8.3/Modules/_io/clinic/textio.c.h
 28.29% (99/350)
 25.00% (5/20)
 38.33% (161/420)
src/Python-3.8.3/Modules/_io/fileio.c
 41.56% (271/652)
 56.67% (17/30)
 37.13% (261/703)
src/Python-3.8.3/Modules/_io/iobase.c
 24.58% (117/476)
 44.12% (15/34)
 18.07% (144/797)
src/Python-3.8.3/Modules/_io/stringio.c
 27.15% (145/534)
 33.33% (9/27)
 28.59% (259/906)
src/Python-3.8.3/Modules/_io/textio.c
 27.89% (546/1958)
 35.14% (26/74)
 30.56% (1199/3923)
src/Python-3.8.3/Modules/_localemodule.c
  8.22% (29/353)
  6.67% (1/15)
  4.46% (32/718)
src/Python-3.8.3/Modules/_operator.c
  2.05% (15/732)
  1.33% (1/75)
  1.76% (18/1023)
src/Python-3.8.3/Modules/_sre.c
 30.69% (469/1528)
 36.11% (26/72)
 32.76% (888/2711)
src/Python-3.8.3/Modules/_stat.c
 41.91% (57/136)
  5.88% (1/17)
 28.65% (149/520)
src/Python-3.8.3/Modules/_threadmodule.c
 22.65% (171/755)
 35.00% (14/40)
 17.80% (167/938)
src/Python-3.8.3/Modules/_tracemalloc.c
  0.66% (6/913)
  1.64% (1/61)
  0.58% (5/862)
src/Python-3.8.3/Modules/_weakref.c
 26.39% (19/72)
 16.67% (1/6)
 16.28% (14/86)
src/Python-3.8.3/Modules/atexitmodule.c
 19.89% (35/176)
 23.08% (3/13)
 20.71% (41/198)
src/Python-3.8.3/Modules/clinic/_abc.c.h
 78.57% (33/42)
 75.00% (3/4)
 79.41% (27/34)
src/Python-3.8.3/Modules/clinic/_codecsmodule.c.h
  2.30% (40/1740)
  5.26% (2/38)
  3.09% (58/1874)
src/Python-3.8.3/Modules/clinic/_collectionsmodule.c.h
 50.00% (23/46)
 50.00% (1/2)
 70.97% (44/62)
src/Python-3.8.3/Modules/clinic/_operator.c.h
  0.00% (0/636)
  0.00% (0/46)
  0.00% (0/546)
src/Python-3.8.3/Modules/clinic/_sre.c.h
 17.06% (130/762)
 28.00% (7/25)
 19.00% (198/1042)
src/Python-3.8.3/Modules/clinic/_tracemalloc.c.h
  0.00% (0/44)
  0.00% (0/8)
  0.00% (0/36)
src/Python-3.8.3/Modules/clinic/_weakref.c.h
  0.00% (0/28)
  0.00% (0/2)
  0.00% (0/23)
src/Python-3.8.3/Modules/clinic/gcmodule.c.h
  0.00% (0/125)
  0.00% (0/13)
  0.00% (0/145)
src/Python-3.8.3/Modules/clinic/itertoolsmodule.c.h
 10.90% (41/376)
 12.50% (2/16)
 11.11% (67/603)
src/Python-3.8.3/Modules/clinic/posixmodule.c.h
  2.31% (82/3555)
  3.16% (5/158)
  2.81% (139/4940)
src/Python-3.8.3/Modules/clinic/pwdmodule.c.h
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/18)
src/Python-3.8.3/Modules/clinic/signalmodule.c.h
  0.00% (0/254)
  0.00% (0/16)
  0.00% (0/281)
src/Python-3.8.3/Modules/clinic/symtablemodule.c.h
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/25)
src/Python-3.8.3/Modules/errnomodule.c
  0.00% (0/389)
  0.00% (0/2)
  0.00% (0/165)
src/Python-3.8.3/Modules/faulthandler.c
  3.11% (21/676)
  2.63% (1/38)
  2.14% (14/653)
src/Python-3.8.3/Modules/gcmodule.c
 46.52% (468/1006)
 52.70% (39/74)
 46.46% (551/1186)
src/Python-3.8.3/Modules/getbuildinfo.c
 96.15% (25/26)
100.00% (3/3)
 82.35% (14/17)
src/Python-3.8.3/Modules/getpath.c
 43.65% (330/756)
 76.92% (20/26)
 37.75% (262/694)
src/Python-3.8.3/Modules/hashtable.c
  0.00% (0/237)
  0.00% (0/19)
  0.00% (0/206)
src/Python-3.8.3/Modules/itertoolsmodule.c
 14.47% (332/2295)
  9.70% (13/134)
 12.52% (458/3659)
src/Python-3.8.3/Modules/posixmodule.c
 17.30% (828/4787)
 13.15% (33/251)
 16.14% (922/5713)
src/Python-3.8.3/Modules/pwdmodule.c
  0.00% (0/186)
  0.00% (0/6)
  0.00% (0/196)
src/Python-3.8.3/Modules/signalmodule.c
  2.20% (16/727)
  7.69% (3/39)
  1.82% (16/881)
src/Python-3.8.3/Modules/sre_lib.h
 36.66% (375/1023)
 83.33% (5/6)
 31.09% (564/1814)
src/Python-3.8.3/Modules/symtablemodule.c
  0.00% (0/69)
  0.00% (0/2)
  0.00% (0/94)
src/Python-3.8.3/Modules/timemodule.c
 10.76% (88/818)
 14.63% (6/41)
  7.54% (59/783)
src/Python-3.8.3/Modules/xxsubtype.c
  0.00% (0/95)
  0.00% (0/11)
  0.00% (0/107)
src/Python-3.8.3/Objects/abstract.c
 29.61% (560/1891)
 47.93% (58/121)
 34.58% (876/2533)
src/Python-3.8.3/Objects/accu.c
 44.16% (34/77)
 71.43% (5/7)
 40.48% (51/126)
src/Python-3.8.3/Objects/boolobject.c
 38.30% (18/47)
 33.33% (2/6)
 23.53% (20/85)
src/Python-3.8.3/Objects/bytearrayobject.c
 16.93% (233/1376)
 22.22% (16/72)
 14.90% (328/2201)
src/Python-3.8.3/Objects/bytes_methods.c
 19.00% (87/458)
 26.92% (7/26)
 15.37% (93/605)
src/Python-3.8.3/Objects/bytesobject.c
 18.73% (414/2210)
 39.53% (34/86)
 17.58% (564/3208)
src/Python-3.8.3/Objects/call.c
 49.95% (461/923)
 73.53% (25/34)
 52.96% (626/1182)
src/Python-3.8.3/Objects/capsule.c
 17.14% (30/175)
 33.33% (5/15)
 25.17% (36/143)
src/Python-3.8.3/Objects/cellobject.c
 34.48% (30/87)
 45.45% (5/11)
 24.30% (52/214)
src/Python-3.8.3/Objects/classobject.c
 19.19% (71/370)
 13.79% (4/29)
 19.04% (83/436)
src/Python-3.8.3/Objects/clinic/bytearrayobject.c.h
  3.91% (19/486)
  4.55% (1/22)
  5.02% (31/617)
src/Python-3.8.3/Objects/clinic/bytesobject.c.h
 16.00% (64/400)
 14.29% (2/14)
 20.34% (107/526)
src/Python-3.8.3/Objects/clinic/codeobject.c.h
  0.00% (0/223)
  0.00% (0/1)
  0.00% (0/273)
src/Python-3.8.3/Objects/clinic/complexobject.c.h
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/46)
src/Python-3.8.3/Objects/clinic/descrobject.c.h
 86.67% (52/60)
100.00% (2/2)
 85.39% (76/89)
src/Python-3.8.3/Objects/clinic/dictobject.c.h
 73.68% (42/57)
 60.00% (3/5)
 80.00% (40/50)
src/Python-3.8.3/Objects/clinic/enumobject.c.h
 82.05% (32/39)
100.00% (2/2)
 81.54% (53/65)
src/Python-3.8.3/Objects/clinic/floatobject.c.h
  0.00% (0/124)
  0.00% (0/11)
  0.00% (0/118)
src/Python-3.8.3/Objects/clinic/funcobject.c.h
  0.00% (0/48)
  0.00% (0/1)
  0.00% (0/67)
src/Python-3.8.3/Objects/clinic/listobject.c.h
 26.45% (41/155)
 30.00% (3/10)
 38.95% (74/190)
src/Python-3.8.3/Objects/clinic/longobject.c.h
 54.73% (81/148)
 37.50% (3/8)
 67.82% (137/202)
src/Python-3.8.3/Objects/clinic/memoryobject.c.h
  0.00% (0/35)
  0.00% (0/1)
  0.00% (0/57)
src/Python-3.8.3/Objects/clinic/moduleobject.c.h
 74.19% (23/31)
100.00% (1/1)
 77.78% (42/54)
src/Python-3.8.3/Objects/clinic/odictobject.c.h
  0.00% (0/92)
  0.00% (0/4)
  0.00% (0/154)
src/Python-3.8.3/Objects/clinic/structseq.c.h
  0.00% (0/24)
  0.00% (0/1)
  0.00% (0/41)
src/Python-3.8.3/Objects/clinic/tupleobject.c.h
 27.08% (13/48)
 33.33% (1/3)
 48.28% (28/58)
src/Python-3.8.3/Objects/clinic/typeobject.c.h
 32.43% (24/74)
 36.36% (4/11)
 24.14% (14/58)
src/Python-3.8.3/Objects/clinic/unicodeobject.c.h
 20.04% (105/524)
 23.53% (8/34)
 23.45% (148/631)
src/Python-3.8.3/Objects/codeobject.c
 30.78% (237/770)
 40.00% (8/20)
 42.27% (454/1074)
src/Python-3.8.3/Objects/complexobject.c
  0.00% (0/688)
  0.00% (0/41)
  0.00% (0/872)
src/Python-3.8.3/Objects/descrobject.c
 51.10% (441/863)
 56.47% (48/85)
 61.23% (695/1135)
src/Python-3.8.3/Objects/dictobject.c
 53.14% (1479/2783)
 70.23% (92/131)
 46.95% (2088/4447)
src/Python-3.8.3/Objects/enumobject.c
 25.55% (58/227)
 30.77% (4/13)
 22.40% (84/375)
src/Python-3.8.3/Objects/exceptions.c
 32.44% (486/1498)
 33.03% (36/109)
 47.35% (1922/4059)
src/Python-3.8.3/Objects/fileobject.c
 12.80% (43/336)
 15.00% (3/20)
 13.33% (64/480)
src/Python-3.8.3/Objects/floatobject.c
  9.42% (142/1508)
 21.15% (11/52)
 13.25% (218/1645)
src/Python-3.8.3/Objects/frameobject.c
 31.58% (192/608)
 36.00% (9/25)
 38.48% (304/790)
src/Python-3.8.3/Objects/funcobject.c
 35.77% (196/548)
 50.00% (23/46)
 46.39% (476/1026)
src/Python-3.8.3/Objects/genobject.c
 19.61% (201/1025)
 19.70% (13/66)
 22.77% (326/1432)
src/Python-3.8.3/Objects/interpreteridobject.c
  0.00% (0/149)
  0.00% (0/12)
  0.00% (0/176)
src/Python-3.8.3/Objects/iterobject.c
 34.27% (49/143)
 33.33% (4/12)
 21.61% (51/236)
src/Python-3.8.3/Objects/listobject.c
 58.70% (1187/2022)
 67.74% (63/93)
 57.10% (1488/2606)
src/Python-3.8.3/Objects/longobject.c
 32.64% (1207/3698)
 55.08% (65/118)
 30.80% (1661/5392)
src/Python-3.8.3/Objects/memoryobject.c
 20.20% (376/1861)
 33.01% (34/103)
 19.01% (488/2567)
src/Python-3.8.3/Objects/methodobject.c
 43.70% (118/270)
 42.31% (11/26)
 48.04% (196/408)
src/Python-3.8.3/Objects/moduleobject.c
 52.69% (313/594)
 79.31% (23/29)
 47.27% (442/935)
src/Python-3.8.3/Objects/namespaceobject.c
 16.79% (22/131)
 33.33% (3/9)
 13.30% (29/218)
src/Python-3.8.3/Objects/object.c
 48.72% (572/1174)
 53.73% (36/67)
 53.89% (1053/1954)
src/Python-3.8.3/Objects/obmalloc.c
 41.06% (471/1147)
 51.61% (32/62)
 41.79% (387/926)
src/Python-3.8.3/Objects/odictobject.c
  0.00% (0/932)
  0.00% (0/53)
  0.00% (0/1476)
src/Python-3.8.3/Objects/picklebufobject.c
  0.00% (0/116)
  0.00% (0/11)
  0.00% (0/123)
src/Python-3.8.3/Objects/rangeobject.c
 28.70% (188/655)
 38.24% (13/34)
 28.60% (264/923)
src/Python-3.8.3/Objects/setobject.c
 40.20% (570/1418)
 52.44% (43/82)
 32.14% (764/2377)
src/Python-3.8.3/Objects/sliceobject.c
 33.33% (125/375)
 31.58% (6/19)
 32.95% (172/522)
src/Python-3.8.3/Objects/stringlib/clinic/transmogrify.h.h
  0.00% (0/178)
  0.00% (0/5)
  0.00% (0/310)
src/Python-3.8.3/Objects/stringlib/codecs.h
 13.52% (76/562)
 20.00% (1/5)
 15.15% (73/482)
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/64)
  0.00% (0/13)
  0.00% (0/259)
src/Python-3.8.3/Objects/stringlib/eq.h
 73.33% (11/15)
100.00% (1/1)
 83.84% (83/99)
src/Python-3.8.3/Objects/stringlib/fastsearch.h
 37.83% (87/230)
100.00% (3/3)
 49.74% (97/195)
src/Python-3.8.3/Objects/stringlib/find.h
 43.48% (30/69)
 50.00% (3/6)
 59.18% (29/49)
src/Python-3.8.3/Objects/stringlib/find_max_char.h
 27.03% (20/74)
 50.00% (1/2)
 27.69% (18/65)
src/Python-3.8.3/Objects/stringlib/join.h
 21.55% (25/116)
100.00% (1/1)
 25.44% (43/169)
src/Python-3.8.3/Objects/stringlib/localeutil.h
  0.00% (0/44)
  0.00% (0/3)
  0.00% (0/69)
src/Python-3.8.3/Objects/stringlib/partition.h
 37.88% (25/66)
 50.00% (1/2)
 39.29% (44/112)
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
 21.40% (52/243)
 42.86% (3/7)
 17.08% (117/685)
src/Python-3.8.3/Objects/stringlib/transmogrify.h
  0.00% (0/453)
  0.00% (0/16)
  0.00% (0/575)
src/Python-3.8.3/Objects/stringlib/unicode_format.h
 35.69% (247/692)
 53.12% (17/32)
 21.77% (320/1470)
src/Python-3.8.3/Objects/structseq.c
 40.12% (134/334)
 53.33% (8/15)
 33.69% (157/466)
src/Python-3.8.3/Objects/tupleobject.c
 58.54% (370/632)
 69.44% (25/36)
 58.49% (575/983)
src/Python-3.8.3/Objects/typeobject.c
 46.96% (2327/4955)
 51.65% (125/242)
 46.90% (4067/8672)
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.82% (2605/10091)
 43.69% (142/325)
 23.26% (4437/19079)
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
 46.12% (226/490)
 27.40% (20/73)
 12.29% (333/2709)
src/Python-3.8.3/Parser/acceler.c
 69.66% (62/89)
 75.00% (3/4)
 78.82% (67/85)
src/Python-3.8.3/Parser/grammar1.c
 13.33% (4/30)
 50.00% (1/2)
 14.81% (4/27)
src/Python-3.8.3/Parser/myreadline.c
  0.00% (0/127)
  0.00% (0/3)
  0.00% (0/107)
src/Python-3.8.3/Parser/node.c
 67.00% (67/100)
 62.50% (5/8)
 61.54% (72/117)
src/Python-3.8.3/Parser/parser.c
 82.08% (142/173)
100.00% (8/8)
 81.10% (103/127)
src/Python-3.8.3/Parser/parsetok.c
 43.41% (145/334)
 35.71% (5/14)
 47.53% (154/324)
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.33% (472/1416)
 47.06% (16/34)
 36.72% (528/1438)
src/Python-3.8.3/Python/Python-ast.c
  4.99% (392/7854)
 22.95% (28/122)
  1.19% (140/11731)
src/Python-3.8.3/Python/_warnings.c
  7.29% (69/947)
 13.51% (5/37)
  6.01% (82/1365)
src/Python-3.8.3/Python/asdl.c
 60.87% (28/46)
100.00% (2/2)
 71.74% (33/46)
src/Python-3.8.3/Python/ast.c
 26.28% (1169/4448)
 42.48% (48/113)
 26.20% (1401/5348)
src/Python-3.8.3/Python/ast_opt.c
 38.84% (228/587)
 61.54% (16/26)
 33.77% (565/1673)
src/Python-3.8.3/Python/ast_unparse.c
  0.00% (0/665)
  0.00% (0/42)
  0.00% (0/1363)
src/Python-3.8.3/Python/bltinmodule.c
 31.76% (506/1593)
 51.67% (31/60)
 33.27% (837/2516)
src/Python-3.8.3/Python/bootstrap_hash.c
 24.76% (51/206)
 33.33% (3/9)
 20.00% (34/170)
src/Python-3.8.3/Python/ceval.c
 45.24% (1785/3946)
 35.90% (28/78)
 52.81% (4385/8304)
src/Python-3.8.3/Python/ceval_gil.h
 55.05% (60/109)
 55.56% (5/9)
 47.37% (108/228)
src/Python-3.8.3/Python/clinic/_warnings.c.h
  0.00% (0/52)
  0.00% (0/1)
  0.00% (0/71)
src/Python-3.8.3/Python/clinic/bltinmodule.c.h
 21.71% (76/350)
 41.18% (7/17)
 16.43% (68/414)
src/Python-3.8.3/Python/clinic/context.c.h
  0.00% (0/44)
  0.00% (0/6)
  0.00% (0/36)
src/Python-3.8.3/Python/clinic/import.c.h
 39.13% (72/184)
 64.29% (9/14)
 40.95% (86/210)
src/Python-3.8.3/Python/clinic/marshal.c.h
 17.39% (12/69)
 33.33% (1/3)
 16.22% (12/74)
src/Python-3.8.3/Python/clinic/sysmodule.c.h
 11.55% (32/277)
 16.67% (5/30)
 14.23% (39/274)
src/Python-3.8.3/Python/clinic/traceback.c.h
  0.00% (0/43)
  0.00% (0/1)
  0.00% (0/71)
src/Python-3.8.3/Python/codecs.c
 19.66% (228/1160)
 20.00% (10/50)
 10.67% (217/2034)
src/Python-3.8.3/Python/compile.c
 39.36% (1694/4304)
 64.96% (89/137)
 32.53% (2264/6960)
src/Python-3.8.3/Python/condvar.h
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/8)
src/Python-3.8.3/Python/context.c
  2.95% (20/677)
  3.51% (2/57)
  2.98% (27/905)
src/Python-3.8.3/Python/dtoa.c
  5.60% (94/1679)
  7.14% (2/28)
  4.90% (84/1716)
src/Python-3.8.3/Python/dynload_shlib.c
  0.00% (0/64)
  0.00% (0/1)
  0.00% (0/76)
src/Python-3.8.3/Python/errors.c
 32.63% (293/898)
 54.55% (30/55)
 33.65% (425/1263)
src/Python-3.8.3/Python/fileutils.c
 32.90% (304/924)
 50.00% (21/42)
 29.72% (225/757)
src/Python-3.8.3/Python/formatter_unicode.c
  1.52% (15/987)
  8.70% (2/23)
  1.34% (18/1348)
src/Python-3.8.3/Python/future.c
 25.23% (27/107)
 50.00% (2/4)
 26.36% (34/129)
src/Python-3.8.3/Python/getargs.c
 30.16% (649/2152)
 46.94% (23/49)
 29.70% (747/2515)
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/93)
  0.00% (0/2)
  0.00% (0/81)
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/1291)
  1.33% (1/75)
  1.09% (15/1370)
src/Python-3.8.3/Python/import.c
 42.15% (663/1573)
 64.29% (45/70)
 44.95% (885/1969)
src/Python-3.8.3/Python/importdl.c
  0.00% (0/167)
  0.00% (0/2)
  0.00% (0/198)
src/Python-3.8.3/Python/initconfig.c
 41.80% (701/1677)
 58.82% (40/68)
 28.55% (792/2774)
src/Python-3.8.3/Python/marshal.c
 28.06% (367/1308)
 30.23% (13/43)
 23.85% (446/1870)
src/Python-3.8.3/Python/modsupport.c
 43.26% (231/534)
 73.68% (14/19)
 43.40% (207/477)
src/Python-3.8.3/Python/mysnprintf.c
 88.46% (23/26)
100.00% (2/2)
 94.44% (17/18)
src/Python-3.8.3/Python/mystrtoul.c
 35.14% (52/148)
100.00% (2/2)
 35.62% (57/160)
src/Python-3.8.3/Python/pathconfig.c
 42.32% (193/456)
 44.00% (11/25)
 46.58% (211/453)
src/Python-3.8.3/Python/peephole.c
 55.31% (198/358)
 66.67% (6/9)
 59.03% (317/537)
src/Python-3.8.3/Python/preconfig.c
 48.66% (291/598)
 83.33% (25/30)
 39.83% (241/605)
src/Python-3.8.3/Python/pyarena.c
 72.73% (56/77)
100.00% (7/7)
 70.00% (42/60)
src/Python-3.8.3/Python/pyhash.c
 83.96% (89/106)
 75.00% (6/8)
 84.06% (116/138)
src/Python-3.8.3/Python/pylifecycle.c
 33.59% (432/1286)
 38.71% (24/62)
 40.41% (533/1319)
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
 19.09% (192/1006)
 19.28% (16/83)
 13.00% (166/1277)
src/Python-3.8.3/Python/pystrcmp.c
  0.00% (0/16)
  0.00% (0/2)
  0.00% (0/106)
src/Python-3.8.3/Python/pystrhex.c
  0.00% (0/92)
  0.00% (0/5)
  0.00% (0/187)
src/Python-3.8.3/Python/pystrtod.c
  8.46% (27/319)
 28.57% (2/7)
 13.55% (37/273)
src/Python-3.8.3/Python/pythonrun.c
  8.06% (99/1228)
 14.52% (9/62)
  8.14% (108/1327)
src/Python-3.8.3/Python/pytime.c
 19.60% (109/556)
 31.11% (14/45)
 18.52% (110/594)
src/Python-3.8.3/Python/structmember.c
 16.09% (42/261)
100.00% (2/2)
 12.08% (36/298)
src/Python-3.8.3/Python/symtable.c
 40.55% (541/1334)
 59.09% (26/44)
 36.82% (954/2591)
src/Python-3.8.3/Python/sysmodule.c
 25.28% (403/1594)
 27.37% (26/95)
 38.80% (974/2510)
src/Python-3.8.3/Python/thread.c
 50.65% (39/77)
 28.57% (2/7)
 54.32% (44/81)
src/Python-3.8.3/Python/thread_pthread.h
 39.81% (123/309)
 53.85% (14/26)
 37.55% (92/245)
src/Python-3.8.3/Python/traceback.c
  8.48% (52/613)
 24.00% (6/25)
 12.28% (90/733)
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)
 91.67% (44/48)
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.29% (33/35)
100.00% (2/2)
 94.74% (18/19)
src/mercurial/contrib/fuzz/dirstate.cc
 93.10% (27/29)
100.00% (2/2)
 93.75% (15/16)
src/mercurial/contrib/fuzz/fm1readmarkers.cc
 95.12% (39/41)
100.00% (2/2)
 93.75% (15/16)
src/mercurial/contrib/fuzz/fncache.cc
 92.16% (47/51)
100.00% (2/2)
 88.89% (16/18)
src/mercurial/contrib/fuzz/jsonescapeu8fast.cc
 88.57% (31/35)
100.00% (2/2)
 90.48% (19/21)
src/mercurial/contrib/fuzz/manifest.cc
 96.08% (49/51)
100.00% (2/2)
 95.45% (21/22)
src/mercurial/contrib/fuzz/mpatch.cc
 94.12% (64/68)
100.00% (3/3)
 56.69% (72/127)
src/mercurial/contrib/fuzz/pyutil.cc
 79.41% (27/34)
100.00% (2/2)
 50.00% (5/10)
src/mercurial/contrib/fuzz/revlog.cc
 95.12% (39/41)
100.00% (2/2)
 94.74% (18/19)
src/mercurial/contrib/fuzz/xdiff.cc
100.00% (30/30)
100.00% (3/3)
100.00% (9/9)
src/mercurial/mercurial/bdiff.c
 94.62% (211/223)
100.00% (7/7)
 94.83% (165/174)
src/mercurial/mercurial/bitmanipulation.h
 17.65% (9/51)
 28.57% (2/7)
 20.00% (2/10)
src/mercurial/mercurial/cext/charencode.c
 59.76% (150/251)
 80.00% (8/10)
 64.65% (139/215)
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.11% (8/257)
src/mercurial/mercurial/cext/manifest.c
  4.23% (29/686)
 14.81% (4/27)
  2.95% (17/577)
src/mercurial/mercurial/cext/parsers.c
 16.81% (156/928)
 11.76% (6/51)
 15.57% (140/899)
src/mercurial/mercurial/cext/pathencode.c
 78.68% (476/605)
 87.50% (14/16)
 67.10% (261/389)
src/mercurial/mercurial/cext/revlog.c
  2.70% (67/2481)
  6.10% (5/82)
  2.28% (59/2590)
src/mercurial/mercurial/cext/util.h
  0.00% (0/19)
  0.00% (0/2)
  0.00% (0/7)
src/mercurial/mercurial/mpatch.c
 93.63% (250/267)
100.00% (12/12)
 94.18% (178/189)
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.71% (496/572)
 95.24% (20/21)
 86.98% (461/530)
src/mercurial/mercurial/thirdparty/xdiff/xprepare.c
 85.09% (291/342)
100.00% (12/12)
 86.97% (227/261)
src/mercurial/mercurial/thirdparty/xdiff/xutils.c
 97.67% (84/86)
100.00% (10/10)
 95.71% (67/70)
Totals
 26.07% (40308/154623)
 35.03% (2387/6814)
 26.15% (58170/222471)