Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-11

Project overview: fonttools

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
2.0%
96 / 4721
Cyclomatic complexity statically reachable by fuzzers
2.0%
371 / 16811
Runtime code coverage of functions
3.0%
134 / 4721

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzz_ttfont_save

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 220 63.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 128 36.7%
All colors 348 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
69 234 fontTools.ttLib.sfnt.WOFFFlavorData.__init__ call site: 00234 fontTools.ttLib.ttFont.TTFont.saveXML
36 311 fontTools.ttLib.ttFont.tagToIdentifier call site: 00311 fontTools.ttLib.ttFont.TTFont._tableToXML
33 78 fontTools.misc.sstruct.unpack call site: 00078 fontTools.misc.macRes.ResourceReader._readFile
24 23 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00023 fontTools.ttLib.macUtils.getSFNTResIndices
18 112 fontTools.ttLib.macUtils.getSFNTResIndices call site: 00112 fontTools.ttLib.macUtils.SFNTResourceReader.__init__
10 12 fontTools.misc.configTools.AbstractConfig.__init__ call site: 00012 fontTools.misc.configTools.AbstractConfig.set
8 161 fontTools.ttLib.sfnt.readTTCHeader call site: 00161 fontTools.misc.sstruct.unpack
6 131 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00131 .hasattr
5 66 fontTools.misc.sstruct.getformat call site: 00066 m.group
4 49 fontTools.misc.textTools.tobytes call site: 00049 collections.abc.MutableMapping.encode
3 307 fontTools.ttLib.ttFont._escapechar call site: 00307 fontTools.misc.textTools.byteord
2 4 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00004 fontTools.misc.loggingTools.deprecateArgument

Runtime coverage analysis

Covered functions
169
Functions that are reachable but not covered
126
Reachable functions
148
Percentage of reachable functions covered
14.86%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_ttfont_save 4
fontTools.ttLib.ttFont 55
fontTools.misc.loggingTools 1
fontTools.misc.configTools 10
fontTools.ttLib.macUtils 7
fontTools.misc.macRes 35
fontTools.misc.sstruct 17
fontTools.misc.textTools 9
fontTools.ttLib.sfnt 24
fontTools.ttLib.woff2 14
fontTools.misc.xmlWriter 23

Fuzzer: fuzz_ttfont

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 112 48.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 119 51.5%
All colors 231 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
33 78 fontTools.misc.sstruct.unpack call site: 00078 fontTools.misc.macRes.ResourceReader._readFile
24 23 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00023 fontTools.ttLib.macUtils.getSFNTResIndices
18 112 fontTools.ttLib.macUtils.getSFNTResIndices call site: 00112 fontTools.ttLib.macUtils.SFNTResourceReader.__init__
10 12 fontTools.misc.configTools.AbstractConfig.__init__ call site: 00012 fontTools.misc.configTools.AbstractConfig.set
8 161 fontTools.ttLib.sfnt.readTTCHeader call site: 00161 fontTools.misc.sstruct.unpack
6 131 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00131 .hasattr
5 66 fontTools.misc.sstruct.getformat call site: 00066 m.group
4 49 fontTools.misc.textTools.tobytes call site: 00049 collections.abc.Sequence.data.encode
2 4 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00004 fontTools.misc.loggingTools.deprecateArgument
1 75 fontTools.misc.sstruct.unpack call site: 00075 fontTools.misc.fixedTools.fixedToFloat
1 220 fontTools.ttLib.sfnt.WOFFFlavorData.__init__ call site: 00220 zlib.decompress

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
83
Reachable functions
102
Percentage of reachable functions covered
18.63%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_ttfont 3
fontTools.ttLib.ttFont 20
fontTools.misc.loggingTools 1
fontTools.misc.configTools 10
fontTools.ttLib.macUtils 7
fontTools.misc.macRes 35
fontTools.misc.sstruct 17
fontTools.misc.textTools 9
fontTools.ttLib.sfnt 22
fontTools.ttLib.woff2 14

Fuzzer: fuzz_compile

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 316 68.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 148 31.8%
All colors 464 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
113 350 fontTools.ttLib.ttFont.getTableClass call site: 00350 fontTools.ttLib.ttFont.reorderFontTables
62 270 fontTools.ttLib.sfnt.WOFFFlavorData.__init__ call site: 00270 fontTools.ttLib.ttFont.TTFont.save
33 95 fontTools.misc.sstruct.unpack call site: 00095 fontTools.misc.macRes.ResourceReader._readFile
29 35 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00035 fontTools.ttLib.macUtils.getSFNTResIndices
19 129 fontTools.ttLib.macUtils.getSFNTResIndices call site: 00129 fontTools.ttLib.macUtils.SFNTResourceReader.__init__
12 3 ...fuzz_compile.TestOneInput call site: 00003 fontTools.ttLib.ttFont.TTFont.__init__
11 189 fontTools.ttLib.sfnt.readTTCHeader call site: 00189 fontTools.misc.sstruct.unpack
10 24 fontTools.misc.configTools.AbstractConfig.__init__ call site: 00024 fontTools.misc.configTools.AbstractConfig.set
8 149 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00149 .hasattr
5 83 fontTools.misc.sstruct.getformat call site: 00083 m.group
4 66 fontTools.misc.textTools.tobytes call site: 00066 collections.abc.MutableMapping.encode
3 341 fontTools.ttLib.ttFont._escapechar call site: 00341 fontTools.misc.textTools.byteord

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
169
Reachable functions
195
Percentage of reachable functions covered
13.33%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_compile 5
fontTools.ttx 11
fontTools.ttLib.ttFont 76
fontTools.misc.loggingTools 1
fontTools.misc.configTools 10
fontTools.ttLib.macUtils 7
fontTools.misc.macRes 40
fontTools.misc.sstruct 21
fontTools.misc.textTools 9
fontTools.ttLib.sfnt 41
fontTools.ttLib.woff2 22
fontTools.misc.xmlReader 12
fontTools.misc.timeTools 1
fontTools.misc.fixedTools 1
fontTools.misc.roundTools 2

Fuzzer: fuzz_woff2

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 13 17.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 63 82.8%
All colors 76 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 24 fontTools.misc.sstruct.getformat call site: 00024 m.group
4 7 fontTools.misc.textTools.tobytes call site: 00007 collections.abc.Sequence.data.encode
2 72 fontTools.ttLib.woff2.WOFF2FlavorData.__init__ call site: 00072 collections.OrderedDict.items
1 2 ...fuzz_woff2.TestOneInput call site: 00002 log.error
1 33 fontTools.misc.sstruct.unpack call site: 00033 fontTools.misc.fixedTools.fixedToFloat

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
37
Reachable functions
50
Percentage of reachable functions covered
26.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_woff2 2
fontTools.ttLib.woff2 25
fontTools.misc.sstruct 17
fontTools.misc.textTools 8

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/fuzz_ttfont_save.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.ttLib.sfnt.WOFFFlavorData.__init__', 'fontTools.ttLib.ttFont.tagToIdentifier', 'fontTools.misc.sstruct.unpack', 'fontTools.ttLib.ttFont.TTFont.__init__', 'fontTools.ttLib.macUtils.getSFNTResIndices', 'fontTools.misc.configTools.AbstractConfig.__init__', 'fontTools.ttLib.sfnt.readTTCHeader', 'fontTools.misc.sstruct.getformat', 'fontTools.misc.textTools.tobytes']

/src/fuzz_ttfont.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.misc.sstruct.unpack', 'fontTools.ttLib.ttFont.TTFont.__init__', 'fontTools.ttLib.macUtils.getSFNTResIndices', 'fontTools.misc.configTools.AbstractConfig.__init__', 'fontTools.ttLib.sfnt.readTTCHeader', 'fontTools.misc.sstruct.getformat', 'fontTools.misc.textTools.tobytes']

/src/fuzz_compile.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.ttLib.ttFont.getTableClass', 'fontTools.ttLib.sfnt.WOFFFlavorData.__init__', 'fontTools.misc.sstruct.unpack', 'fontTools.ttLib.ttFont.TTFont.__init__', 'fontTools.ttLib.macUtils.getSFNTResIndices', '...fuzz_compile.TestOneInput', 'fontTools.ttLib.sfnt.readTTCHeader', 'fontTools.misc.configTools.AbstractConfig.__init__', 'fontTools.misc.sstruct.getformat']

/src/fuzz_woff2.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.misc.sstruct.getformat', 'fontTools.misc.textTools.tobytes', 'fontTools.ttLib.woff2.WOFF2FlavorData.__init__', '...fuzz_woff2.TestOneInput', 'fontTools.misc.sstruct.unpack']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
fontTools.ttLib.tables._g_l_y_f.table__g_l_y_f.compile 38 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.table__g_l_y_f.toXML 45 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.fromXML 42 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.decompileCoordinates 42 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.decompileCoordinatesRaw 32 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.compileDeltasGreedy 34 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.compileDeltasOptimal 43 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.compileDeltasForSpeed 41 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.getCoordinates 42 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.trim 77 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.draw 67 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.dropImpliedOnCurvePoints 59 2 3.389% ['fuzz_woff2', 'fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont']
fontTools.ttLib.tables._g_l_y_f.GlyphComponent.decompile 32 0 0.0% []
fontTools.ttLib.ttFont.TTFont._saveXML 35 0 0.0% ['fuzz_ttfont_save']
fontTools.misc.loggingTools.configLogger 38 0 0.0% []
fontTools.misc.loggingTools._resetExistingLoggers 35 5 14.28% ['fuzz_woff2', 'fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont']
fontTools.ttLib.sfnt.SFNTWriter.close 49 0 0.0% ['fuzz_compile']
fontTools.ttLib.woff2.WOFF2GlyfTable.reconstruct 41 0 0.0% []
fontTools.ttLib.woff2.WOFF2GlyfTable._decodeTriplets.withSign 57 0 0.0% []
fontTools.ttLib.woff2.WOFF2GlyfTable._encodeTriplets 38 0 0.0% []
fontTools.ttLib.woff2.WOFF2HmtxTable.reconstruct 56 0 0.0% []
fontTools.ttLib.woff2.WOFF2HmtxTable.transform 43 2 4.651% ['fuzz_woff2', 'fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont']
fontTools.ttLib.woff2.main._HmtxTransformAction.__call__ 44 1 2.272% ['fuzz_woff2', 'fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont']
fontTools.ttLib.tables.ttProgram.Program.toXML 60 0 0.0% []
fontTools.ttLib.tables.ttProgram.Program._assemble 100 0 0.0% []
fontTools.ttLib.tables.ttProgram.Program._disassemble 48 0 0.0% []
fontTools.ttLib.tables._h_m_t_x.table__h_m_t_x.decompile 32 0 0.0% []
fontTools.ttLib.tables._h_m_t_x.table__h_m_t_x.compile 39 0 0.0% []
fontTools.misc.bezierTools.solveCubic 42 0 0.0% []
fontTools.misc.bezierTools.lineLineIntersections 34 0 0.0% []
fontTools.ttLib.ttGlyphSet._TTGlyphVARC._draw 45 0 0.0% []
fontTools.pens.pointPen.BasePointToSegmentPen.endPath 33 0 0.0% []
fontTools.pens.pointPen.PointToSegmentPen._flushContour 39 0 0.0% []
fontTools.pens.pointPen.GuessSmoothPointPen._flushContour 31 0 0.0% []

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
fontTools.ttLib.tables.T_S_I_J_ [] []
fontTools.ttLib.tables._g_l_y_f [] []
pathlib [] []
xattr [] []
fontTools.subset.cff [] []
fontTools.unicodedata.OTTags [] []
glyphsLib [] []
fontTools.designspaceLib.split [] []
fontTools.ttLib.macUtils ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile'] []
fontTools.ttLib.tables.S_V_G_ [] []
fontTools.subset.svg [] []
fontTools.ttLib.tables.F_F_T_M_ [] []
decimal [] []
fontTools.subset.__main__ [] []
fontTools.voltLib.voltToFea [] []
fontTools.feaLib.builder [] []
fontTools.colorLib.builder [] []
timeit [] []
fontTools.ttLib.tables.G__l_a_t [] []
atheris [] []
functools [] []
getopt [] []
fontTools.feaLib.parser [] []
fontTools.otlLib.optimize [] []
posixpath [] []
codecs [] []
shutil [] []
fontTools.ttLib.standardGlyphOrder [] []
EasyDialogs [] []
fontTools.varLib.mvar [] []
fontTools.ttLib.tables._l_o_c_a [] []
fontTools.pens.t2CharStringPen [] []
fontTools.feaLib.location [] []
fontTools.agl [] []
fontTools.misc.loggingTools ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile'] []
fontTools.ttLib.tables._o_p_b_d [] []
fontTools.colorLib [] []
fontTools.ttLib.tables._m_e_t_a [] []
gzip [] []
fontTools.misc.eexec [] []
unicodedata [] []
fontTools.ufoLib.converters [] []
textwrap [] []
cairo [] []
ufoLib2 [] []
itertools [] []
fontTools.ttLib.tables.F__e_a_t [] []
fontTools.ttLib.tables.T_S_I_P_ [] []
fontTools.pens.recordingPen [] []
fontTools.ttLib.tables._b_s_l_n [] []
fontTools.ufoLib.errors [] []
fontTools.pens.cocoaPen [] []
fontTools.voltLib.lexer [] []
encodings [] []
fontTools.misc.filenames [] []
fontTools.ttLib.tables.T_S_I_C_ [] []
fontTools.ttLib.tables.C_F_F_ [] []
fontTools.ttLib.tables._h_e_a_d [] []
fontTools.ttLib.tables.E_B_D_T_ [] []
fontTools [] []
fontTools.misc.transform [] []
fontTools.unicodedata.Scripts [] []
fontTools.ttLib.tables._p_o_s_t [] []
fontTools.misc.psCharStrings [] []
fontTools.misc.configTools ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile'] []
fontTools.ttLib.tables.S_T_A_T_ [] []
fontTools.ttLib.tables._c_v_t [] []
sympy [] []
fontTools.colorLib.table_builder [] []
ast [] []
fontTools.pens.transformPen [] []
fontTools.cu2qu.cli [] []
cython [] []
fontTools.varLib.multiVarStore [] []
fontTools.ttLib.tables.D_S_I_G_ [] []
fontTools.qu2cu.qu2cu [] []
fontTools.ufoLib.plistlib [] []
fontTools.ttLib.reorderGlyphs [] []
fontTools.misc.timeTools ['fuzz_compile'] []
fontTools.misc.lazyTools [] []
fontTools.ttLib.tables.G_S_U_B_ [] []
fontTools.pens.areaPen [] []
fontTools.feaLib.lookupDebugInfo [] []
fontTools.ttLib.tables._l_c_a_r [] []
fontTools.varLib.__main__ [] []
fontTools.ttLib.tables.G__l_o_c [] []
fontTools.colorLib.geometry [] []
fontTools.ttLib.tables._v_h_e_a [] []
PIL [] []
fontTools.svgLib.path.parser [] []
fontTools.misc.sstruct ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile', 'fuzz_woff2'] []
time [] []
munkres [] []
...fuzz_woff2 ['fuzz_woff2'] []
operator [] []
fontTools.varLib.merger [] []
fontTools.cffLib.width [] []
fontTools.ufoLib.pointPen [] []
fontTools.ufoLib.etree [] []
fontTools.misc.vector [] []
copy [] []
axisValuesFromAxisLimits [] []
fontTools.afmLib [] []
[] []
fontTools.qu2cu.__main__ [] []
fontTools.ttLib.tables._l_t_a_g [] []
fontTools.voltLib.__main__ [] []
enum [] []
fontTools.ttLib.tables.G_P_K_G_ [] []
fontTools.varLib.builder [] []
contextlib [] []
fontTools.misc.roundTools ['fuzz_compile'] []
fontTools.misc.iterTools [] []
fontTools.ttLib.ttVisitor [] []
fontTools.misc.etree [] []
fontTools.ttLib.tables.otData [] []
fontTools.tfmLib [] []
fontTools.otlLib [] []
datetime [] []
fontTools.ttLib.tables.L_T_S_H_ [] []
fontTools.ttLib.tables._m_o_r_x [] []
weakref [] []
fontTools.merge.tables [] []
fontTools.cffLib [] []
fontTools.ttLib [] []
fontTools.cu2qu.cu2qu [] []
fontTools.unicodedata.Mirrored [] []
fontTools.ttLib.ttFont ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile'] []
typing [] []
fontTools.pens.svgPathPen [] []
fontTools.ufoLib.filenames [] []
fontTools.designspaceLib.__main__ [] []
Res [] []
fontTools.cffLib.specializer [] []
types [] []
fontTools.ttLib.tables._c_v_a_r [] []
fontTools.voltLib.ast [] []
fontTools.misc.cython [] []
fontTools.misc.intTools [] []
fontTools.ttLib.tables.C_B_D_T_ [] []
zlib [] []
sys [] []
os [] []
fontTools.varLib.interpolate_layout [] []
fontTools.cu2qu.ufo [] []
fontTools.varLib.avarPlanner [] []
Quartz [] []
fontTools.ttLib.tables.H_V_A_R_ [] []
hashlib [] []
fontTools.merge.unicode [] []
fontTools.varLib.instancer [] []
fontTools.misc.macCreatorType [] []
pdb [] []
fontTools.otlLib.optimize.__main__ [] []
fontTools.ttLib.tables._a_n_k_r [] []
fontTools.pens.momentsPen [] []
collections [] []
fontTools.ttLib.tables.TupleVariation [] []
fontTools.merge.options [] []
fontTools.encodings.MacRoman [] []
fontTools.mtiLib [] []
reportlab [] []
fontTools.ttLib.tables.V_A_R_C_ [] []
fontTools.ttLib.tables._n_a_m_e [] []
fontTools.ttLib.tables._h_d_m_x [] []
fontTools.ttLib.tables._k_e_r_n [] []
fontTools.ttLib.tables.grUtils [] []
fontTools.ttLib.tables._v_m_t_x [] []
fontTools.misc.psLib [] []
fontTools.ufoLib.glifLib [] []
zopfli [] []
fontTools.pens.roundingPen [] []
...fuzz_ttfont_save ['fuzz_ttfont_save'] []
fontTools.misc.fixedTools ['fuzz_compile'] []
...fuzz_ttfont ['fuzz_ttfont'] []
fontTools.misc.classifyTools [] []
freetype [] []
fontTools.merge.__main__ [] []
fontTools.ttLib.tables.V_D_M_X_ [] []
fontTools.misc.bezierTools [] []
fontTools.ttLib.tables.M_V_A_R_ [] []
fontTools.ufoLib [] []
fontTools.pens [] []
fontTools.misc.arrayTools [] []
fontTools.ttLib.tables.G_P_O_S_ [] []
io [] []
fontTools.ttLib.tables._g_a_s_p [] []
fontTools.ttLib.tables.G_M_A_P_ [] []
fontTools.varLib.hvar [] []
uharfbuzz [] []
fontTools.ttLib.tables._f_p_g_m [] []
fontTools.varLib [] []
fontTools.designspaceLib.statNames [] []
fontTools.unicodedata.Blocks [] []
fontTools.unicodedata [] []
fontTools.varLib.varStore [] []
traceback [] []
fontTools.pens.reverseContourPen [] []
fontTools.otlLib.builder [] []
AppKit [] []
fontTools.feaLib.variableScalar [] []
fontTools.ttLib.ttGlyphSet [] []
fontTools.varLib.interpolatableTestStartingPoint [] []
fontTools.svgLib.path.shapes [] []
fontTools.ttLib.tables._g_c_i_d [] []
bisect [] []
pathops [] []
re [] []
fontTools.misc.xmlWriter ['fuzz_ttfont_save'] []
fontTools.colorLib.errors [] []
fontTools.ttLib.tables.V_V_A_R_ [] []
fontTools.ttLib.sfnt ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile'] []
fontTools.ttLib.tables._s_b_i_x [] []
fontTools.pens.quartzPen [] []
fontTools.mtiLib.__main__ [] []
Carbon [] []
fontTools.misc.treeTools [] []
fontTools.encodings.codecs [] []
zipfile [] []
fontTools.unicode [] []
fontTools.ufoLib.validators [] []
fontTools.ttLib.tables._p_r_o_p [] []
fontTools.ttLib.tables._c_m_a_p [] []
fontTools.ttLib.tables._f_e_a_t [] []
fontTools.varLib.cff [] []
fontTools.ttLib.tables.S_I_N_G_ [] []
fontTools.ttLib.tables.D__e_b_g [] []
fontTools.varLib.instancer.solver [] []
fontTools.pens.qtPen [] []
fontTools.misc [] []
lz4 [] []
fontTools.varLib.interpolatableTestContourOrder [] []
fontTools.pens.freetypePen [] []
logging [] []
fontTools.varLib.mutator [] []
array [] []
fontTools.misc.textTools ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile', 'fuzz_woff2'] []
fontTools.__main__ [] []
fontTools.svgLib.path.arc [] []
fontTools.ttLib.scaleUpem [] []
fontTools.ttLib.tables.M_E_T_A_ [] []
fontTools.designspaceLib.types [] []
fontTools.merge [] []
fontTools.ttLib.ttCollection [] []
fontTools.pens.wxPen [] []
fontTools.ttLib.tables._h_h_e_a [] []
fontTools.cu2qu.benchmark [] []
fontTools.ttLib.tables.S__i_l_l [] []
struct [] []
fontTools.feaLib [] []
fontTools.ttLib.tables.M_A_T_H_ [] []
fontTools.ttLib.tables.T_S_I_D_ [] []
fontTools.varLib.instancer.featureVars [] []
fontTools.feaLib.lexer [] []
fontTools.pens.hashPointPen [] []
scipy [] []
fontTools.pens.reportLabPen [] []
fontTools.misc.testTools [] []
importlib [] []
fontTools.svgLib.path [] []
fontTools.pens.filterPen [] []
fontTools.ttLib.tables.C_B_L_C_ [] []
fontTools.help [] []
fontTools.subset.util [] []
argparse [] []
fontTools.cu2qu [] []
fontTools.merge.cmap [] []
fontTools.otlLib.maxContextCalc [] []
fontTools.cffLib.transforms [] []
fontTools.varLib.plot [] []
fontTools.ufoLib.utils [] []
lxml [] []
fontTools.ttLib.tables._m_a_x_p [] []
brotlicffi [] []
doctest [] []
fontTools.ttLib.tables.O_S_2f_2 [] []
fontTools.ttLib.tables._g_v_a_r [] []
fontTools.qu2cu.cli [] []
fontTools.misc.py23 [] []
fontTools.ttLib.tables.S__i_l_f [] []
fontTools.ttLib.tables.DefaultTable [] []
fontTools.ttLib.tables.C_P_A_L_ [] []
fontTools.cu2qu.__main__ [] []
fontTools.varLib.interpolatable [] []
fontTools.t1Lib [] []
fontTools.varLib.featureVars [] []
fontTools.varLib.errors [] []
fontTools.ufoLib.kerning [] []
fontTools.ttLib.tables.T_S_I__0 [] []
tempfile [] []
fontTools.varLib.instancer.__main__ [] []
graphlib [] []
fontTools.voltLib [] []
fontTools.ttLib.tables.V_O_R_G_ [] []
fontTools.misc.xmlReader ['fuzz_compile'] []
fontTools.subset [] []
fontTools.pens.pointInsidePen [] []
fontTools.ttLib.tables.sbixStrike [] []
fontTools.varLib.iup [] []
fontTools.misc.plistlib [] []
fontTools.varLib.avar [] []
fontTools.ttLib.tables.C_O_L_R_ [] []
unittest [] []
fontTools.pens.pointPen [] []
fontTools.ttLib.tables.T_S_I__1 [] []
fontTools.misc.macRes ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile'] []
PyQt5 [] []
fontTools.ttx ['fuzz_compile'] []
fontTools.pens.explicitClosingLinePen [] []
fontTools.varLib.stat [] []
fontTools.merge.layout [] []
unicodedata2 [] []
fontTools.pens.cu2quPen [] []
fontTools.misc.encodingTools [] []
abc [] []
numpy [] []
fontTools.ttLib.tables.T_S_I__2 [] []
fontTools.ttLib.tables.C_F_F__2 [] []
fontTools.ttLib.tables._h_m_t_x [] []
fontTools.misc.psOperators [] []
fontTools.svgLib [] []
fontTools.ttLib.tables.otTables [] []
fontTools.encodings.StandardEncoding [] []
fontTools.feaLib.error [] []
binascii [] []
xml [] []
fontTools.ttLib.tables.otTraverse [] []
fontTools.ttLib.tables.T_S_I_S_ [] []
fontTools.ttLib.tables.G_V_A_R_ [] []
fontTools.merge.base [] []
fontTools.ttLib.tables.T_S_I_V_ [] []
matplotlib [] []
fontTools.ttLib.tables.ttProgram [] []
fontTools.ttLib.woff2 ['fuzz_ttfont_save', 'fuzz_ttfont', 'fuzz_compile', 'fuzz_woff2'] []
fontTools.pens.ttGlyphPen [] []
fontTools.ttLib.tables._c_i_d_g [] []
fontTools.feaLib.__main__ [] []
fontTools.ttLib.__main__ [] []
fontTools.encodings [] []
fontTools.varLib.instancer.names [] []
base64 [] []
pprint [] []
fontTools.misc.visitor [] []
fontTools.ttLib.tables.J_S_T_F_ [] []
fontTools.ttLib.tables.T_S_I__5 [] []
fontTools.misc.dictTools [] []
fontTools.ttLib.tables._p_r_e_p [] []
fontTools.ttLib.tables.T_S_I__3 [] []
fontTools.ttLib.tables._t_r_a_k [] []
...fuzz_compile ['fuzz_compile'] []
fontTools.varLib.models [] []
fontTools.feaLib.ast [] []
fontTools.ttLib.tables.G_D_E_F_ [] []
wx [] []
warnings [] []
fontTools.unicodedata.ScriptExtensions [] []
multiprocessing [] []
fontTools.ttLib.tables._m_o_r_t [] []
fontTools.ttLib.tables.E_B_L_C_ [] []
fontTools.ttLib.tables._f_v_a_r [] []
fontTools.designspaceLib [] []
fontTools.qu2cu.benchmark [] []
math [] []
fontTools.ttLib.tables.otBase [] []
fontTools.otlLib.optimize.gpos [] []
json [] []
fontTools.ttLib.removeOverlaps [] []
fontTools.ttLib.tables.sbixGlyph [] []
fontTools.pens.cairoPen [] []
pkgutil [] []
fontTools.misc.symfont [] []
runpy [] []
fontTools.misc.cliTools [] []
dataclasses [] []
fontTools.fontBuilder [] []
fontTools.merge.util [] []
fontTools.ttLib.tables [] []
fontTools.ttLib.tables.T_S_I_B_ [] []
fontTools.pens.boundsPen [] []
fontTools.qu2cu [] []
fontTools.cffLib.CFFToCFF2 [] []
fontTools.ttLib.tables.B_A_S_E_ [] []
fontTools.ttLib.tables.asciiTable [] []
calendar [] []
fontTools.config [] []
fontTools.ttLib.tables._a_v_a_r [] []
brotli [] []
fontTools.varLib.interpolatableHelpers [] []
fontTools.cffLib.CFF2ToCFF [] []
fontTools.pens.qu2cuPen [] []
fontTools.ttLib.tables.otConverters [] []
fontTools.ttLib.tables.BitmapGlyphMetrics [] []
curves_to_quadratic [] []
random [] []
ctypes [] []
fontTools.voltLib.parser [] []
fontTools.pens.basePen [] []
fontTools.colorLib.unbuilder [] []
heapq [] []
fontTools.pens.statisticsPen [] []
fontTools.pens.perimeterPen [] []
fontTools.ttLib.tables.T_T_F_A_ [] []
fontTools.pens.teePen [] []
fontTools.otlLib.error [] []
defcon [] []
fontTools.voltLib.error [] []
AxisLimits [] []
fontTools.varLib.interpolatablePlot [] []
fontTools.cu2qu.errors [] []

Directories in report

Directory