Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

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_cellutil

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 27 36.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 48 64.0%
All colors 75 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 12 openpyxl.utils.cell.range_boundaries call site: 00012 .all
5 34 ...fuzz_cellutil.TestInput call site: 00034 openpyxl.utils.cell.coordinate_from_string
5 61 ...fuzz_cellutil.TestInput call site: 00061 openpyxl.utils.cell.range_boundaries
5 68 ...fuzz_cellutil.TestInput call site: 00068 openpyxl.utils.cell.range_boundaries
2 1 ...fuzz_cellutil.TestInput call site: 00001 openpyxl.utils.cell.absolute_coordinate
2 25 openpyxl.utils.cell.range_boundaries call site: 00025 openpyxl.utils.cell.get_column_letter
2 30 openpyxl.utils.cell.get_column_letter call site: 00030 .range
1 9 ...fuzz_cellutil.TestInput call site: 00009 openpyxl.utils.cell.range_boundaries

Runtime coverage analysis

Covered functions
1153
Functions that are reachable but not covered
31
Reachable functions
38
Percentage of reachable functions covered
18.42%
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_cellutil 15
openpyxl.utils.cell 25

Fuzzer: fuzz_sheet

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 346 33.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 676 66.1%
All colors 1022 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
25 686 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00686 openpyxl.worksheet.filters.StringFilter.to_tree
21 417 openpyxl.utils.datetime.to_excel call site: 00417 openpyxl.compat.strings.safe_string
17 530 openpyxl.worksheet.merge.MergeCell.__init__ call site: 00530 openpyxl.worksheet.filters.StringFilter.to_tree
17 560 openpyxl.packaging.relationship.RelationshipList.append call site: 00560 openpyxl.worksheet.filters.StringFilter.to_tree
17 578 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00578 openpyxl.worksheet.filters.StringFilter.to_tree
17 614 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00614 openpyxl.worksheet.filters.StringFilter.to_tree
16 476 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00476 openpyxl.worksheet.filters.StringFilter.to_tree
16 493 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00493 openpyxl.worksheet.filters.StringFilter.to_tree
15 143 ...fuzz_sheet.TestInput call site: 00143 openpyxl.workbook.workbook.Workbook.save
13 810 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00810 openpyxl.packaging.manifest.Manifest.append
12 999 openpyxl.packaging.manifest.Manifest._write call site: 00999 openpyxl.chart.plotarea.PlotArea.from_tree
10 760 openpyxl.writer.excel.ExcelWriter._write_worksheets call site: 00760 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
1153
Functions that are reachable but not covered
159
Reachable functions
375
Percentage of reachable functions covered
57.6%
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_sheet 19
openpyxl.workbook.workbook 25
openpyxl.packaging.core 5
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.worksheet.filters 18
openpyxl.chart.plotarea 7
openpyxl.packaging.custom 12
openpyxl.worksheet.related 1
openpyxl.packaging.manifest 25
openpyxl.styles.stylesheet 32
openpyxl.packaging.workbook 3
openpyxl.worksheet.datavalidation 2
openpyxl.chart.text 1
openpyxl.chart.chartspace 2
openpyxl.chartsheet.chartsheet 5
openpyxl.comments.comment_sheet 8
openpyxl.styles.fills 7
openpyxl.chart.series 1
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 89
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.compat.strings 5
openpyxl.xml.functions 2
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 9
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 3
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.workbook.protection 2
openpyxl.chart.axis 2
openpyxl.styles.fonts 4
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.worksheet.page 1

Fuzzer: fuzz_basic

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 304 33.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 598 66.2%
All colors 902 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
25 551 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00551 openpyxl.worksheet.filters.StringFilter.to_tree
21 318 openpyxl.utils.datetime.to_excel call site: 00318 openpyxl.compat.strings.safe_string
20 166 openpyxl.writer.excel.ExcelWriter.write_data call site: 00166 openpyxl.worksheet.filters.StringFilter.to_tree
17 431 openpyxl.worksheet.merge.MergeCell.__init__ call site: 00431 openpyxl.worksheet.filters.StringFilter.to_tree
17 461 openpyxl.packaging.relationship.RelationshipList.append call site: 00461 openpyxl.worksheet.filters.StringFilter.to_tree
16 377 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00377 openpyxl.worksheet.filters.StringFilter.to_tree
16 394 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00394 openpyxl.worksheet.filters.StringFilter.to_tree
13 680 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00680 openpyxl.packaging.manifest.Manifest.append
12 879 openpyxl.packaging.manifest.Manifest._write call site: 00879 openpyxl.chart.plotarea.PlotArea.from_tree
10 630 openpyxl.writer.excel.ExcelWriter._write_worksheets call site: 00630 openpyxl.packaging.manifest.Manifest.append
9 200 openpyxl.packaging.custom._CustomDocumentProperty.__init__ call site: 00200 openpyxl.packaging.custom._CustomDocumentPropertyList.to_tree
8 520 openpyxl.descriptors.sequence.MultiSequence.to_tree call site: 00520 openpyxl.descriptors.sequence.NestedSequence.to_tree

Runtime coverage analysis

Covered functions
1154
Functions that are reachable but not covered
157
Reachable functions
357
Percentage of reachable functions covered
56.02%
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_basic 10
openpyxl.workbook.workbook 6
openpyxl.worksheet._write_only 2
openpyxl.worksheet.worksheet 17
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.styles.fills 7
openpyxl.styles.stylesheet 32
openpyxl.worksheet.related 1
openpyxl.chartsheet.chartsheet 5
openpyxl.packaging.custom 12
openpyxl.chart.text 1
openpyxl.packaging.workbook 3
openpyxl.packaging.manifest 25
openpyxl.worksheet.datavalidation 2
openpyxl.chart.series 1
openpyxl.comments.comment_sheet 8
openpyxl.chart.plotarea 7
openpyxl.chart.chartspace 2
openpyxl.worksheet.filters 20
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 91
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.compat.strings 5
openpyxl.xml.functions 2
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 9
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 5
openpyxl.packaging.core 9
openpyxl.utils.indexed_list 4
openpyxl.styles.cell_style 7
openpyxl.styles.alignment 1
openpyxl.styles.numbers 4
openpyxl.styles.named_styles 14
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.styles.fonts 4
openpyxl.workbook.protection 2
openpyxl.chart.axis 2
openpyxl.worksheet.page 1
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

Fuzzer: fuzz_comment

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 333 32.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 679 67.0%
All colors 1012 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
25 675 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00675 openpyxl.worksheet.filters.StringFilter.to_tree
21 393 openpyxl.utils.datetime.to_excel call site: 00393 openpyxl.compat.strings.safe_string
17 511 openpyxl.worksheet.merge.MergeCell.__init__ call site: 00511 openpyxl.worksheet.filters.StringFilter.to_tree
17 541 openpyxl.packaging.relationship.RelationshipList.append call site: 00541 openpyxl.worksheet.filters.StringFilter.to_tree
17 559 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00559 openpyxl.worksheet.filters.StringFilter.to_tree
17 595 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00595 openpyxl.worksheet.filters.StringFilter.to_tree
16 457 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00457 openpyxl.worksheet.filters.StringFilter.to_tree
16 474 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00474 openpyxl.worksheet.filters.StringFilter.to_tree
13 799 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00799 openpyxl.packaging.manifest.Manifest.append
12 988 openpyxl.packaging.manifest.Manifest._write call site: 00988 openpyxl.chart.plotarea.PlotArea.from_tree
10 189 openpyxl.writer.excel.ExcelWriter.write_data call site: 00189 openpyxl.styles.fills.PatternFill.to_tree
10 629 openpyxl.packaging.core.NestedDateTime.to_tree call site: 00629 openpyxl.worksheet.filters.StringFilter.to_tree

Runtime coverage analysis

Covered functions
1153
Functions that are reachable but not covered
153
Reachable functions
367
Percentage of reachable functions covered
58.31%
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_comment 6
openpyxl.workbook.workbook 25
openpyxl.packaging.core 10
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 12
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.styles.fills 9
openpyxl.packaging.custom 12
openpyxl.chart.series 1
openpyxl.packaging.manifest 25
openpyxl.packaging.workbook 3
openpyxl.chartsheet.chartsheet 5
openpyxl.worksheet.filters 14
openpyxl.worksheet.datavalidation 2
openpyxl.worksheet.related 1
openpyxl.styles.stylesheet 32
openpyxl.comments.comment_sheet 8
openpyxl.chart.text 1
openpyxl.chart.plotarea 7
openpyxl.chart.chartspace 2
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 90
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.compat.strings 5
openpyxl.xml.functions 4
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 11
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 3
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.chart.axis 2
openpyxl.styles.fonts 4
openpyxl.worksheet.page 1
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.workbook.protection 2

Fuzzer: fuzz_formulae

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 12 18.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 52 81.2%
All colors 64 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 50 openpyxl.utils.cell.get_column_letter call site: 00050 openpyxl.formula.translate.Translator.translate_range
2 1 ...fuzz_formulae.TestInput call site: 00001 openpyxl.formula.tokenizer.Tokenizer.__init__
2 40 openpyxl.formula.translate.Translator.translate_row call site: 00040 openpyxl.formula.translate.Translator.translate_row
2 58 openpyxl.formula.translate.Translator.translate_range call site: 00058 openpyxl.formula.translate.Translator.translate_row
1 9 openpyxl.formula.tokenizer.Tokenizer._parse call site: 00009 .len

Runtime coverage analysis

Covered functions
1154
Functions that are reachable but not covered
25
Reachable functions
41
Percentage of reachable functions covered
39.02%
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_formulae 6
openpyxl.formula.tokenizer 10
openpyxl.formula.translate 20
openpyxl.utils.cell 9

Fuzzer: fuzz_load

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 2 40.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 60.0%
All colors 5 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
2 1 ...fuzz_load.TestInput call site: 00001 fd.write

Runtime coverage analysis

Covered functions
1154
Functions that are reachable but not covered
5
Reachable functions
5
Percentage of reachable functions covered
0.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_load 4

Fuzzer: fuzz_sort

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 304 32.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 631 67.4%
All colors 935 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
25 587 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00587 openpyxl.worksheet.filters.StringFilter.to_tree
22 393 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00393 openpyxl.cell._writer._set_attributes
17 471 openpyxl.worksheet.merge.MergeCell.__init__ call site: 00471 openpyxl.worksheet.filters.StringFilter.to_tree
17 501 openpyxl.packaging.relationship.RelationshipList.append call site: 00501 openpyxl.worksheet.filters.StringFilter.to_tree
16 417 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00417 openpyxl.worksheet.filters.StringFilter.to_tree
16 434 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00434 openpyxl.worksheet.filters.StringFilter.to_tree
13 711 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00711 openpyxl.packaging.manifest.Manifest.append
12 193 openpyxl.writer.excel.ExcelWriter.write_data call site: 00193 openpyxl.worksheet.filters.StringFilter.to_tree
12 912 openpyxl.packaging.manifest.Manifest._write call site: 00912 openpyxl.chart.plotarea.PlotArea.from_tree
10 525 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00525 openpyxl.descriptors.sequence.ValueSequence.to_tree
10 661 openpyxl.writer.excel.ExcelWriter._write_worksheets call site: 00661 openpyxl.packaging.manifest.Manifest.append
9 240 openpyxl.packaging.custom._CustomDocumentProperty.__init__ call site: 00240 openpyxl.packaging.custom._CustomDocumentPropertyList.to_tree

Runtime coverage analysis

Covered functions
1154
Functions that are reachable but not covered
158
Reachable functions
372
Percentage of reachable functions covered
57.53%
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_sort 8
openpyxl.workbook.workbook 25
openpyxl.packaging.core 5
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.packaging.custom 12
openpyxl.chartsheet.chartsheet 5
openpyxl.styles.fills 7
openpyxl.packaging.workbook 3
openpyxl.packaging.manifest 25
openpyxl.worksheet.related 1
openpyxl.worksheet.datavalidation 2
openpyxl.worksheet.filters 14
openpyxl.chart.text 1
openpyxl.styles.stylesheet 32
openpyxl.comments.comment_sheet 8
openpyxl.chart.chartspace 2
openpyxl.chart.series 1
openpyxl.chart.plotarea 7
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 90
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.xml.functions 2
openpyxl.compat.strings 5
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.nested 3
openpyxl.descriptors.sequence 11
openpyxl.descriptors.namespace 1
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.styles.fonts 7
openpyxl.workbook.protection 5
openpyxl.chart.axis 5
openpyxl.worksheet.page 1
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

Fuzzer: fuzz_chart

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 367 33.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 732 66.6%
All colors 1099 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
25 763 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00763 openpyxl.worksheet.filters.StringFilter.to_tree
22 523 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00523 openpyxl.cell._writer._set_attributes
17 601 openpyxl.worksheet.merge.MergeCell.__init__ call site: 00601 openpyxl.worksheet.filters.StringFilter.to_tree
17 631 openpyxl.packaging.relationship.RelationshipList.append call site: 00631 openpyxl.worksheet.filters.StringFilter.to_tree
17 649 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00649 openpyxl.worksheet.filters.StringFilter.to_tree
17 685 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00685 openpyxl.worksheet.filters.StringFilter.to_tree
16 547 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00547 openpyxl.worksheet.filters.StringFilter.to_tree
16 564 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00564 openpyxl.worksheet.filters.StringFilter.to_tree
13 887 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00887 openpyxl.packaging.manifest.Manifest.append
12 1076 openpyxl.packaging.manifest.Manifest._write call site: 01076 openpyxl.chart.plotarea.PlotArea.from_tree
11 740 openpyxl.descriptors.sequence.NestedSequence.to_tree call site: 00740 openpyxl.styles.fills.PatternFill.to_tree
10 172 openpyxl.chart.line_chart.LineChart3D.__init__ call site: 00172 openpyxl.chart._chart.ChartBase.add_data

Runtime coverage analysis

Covered functions
1153
Functions that are reachable but not covered
154
Reachable functions
407
Percentage of reachable functions covered
62.16%
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_chart 20
openpyxl.workbook.workbook 26
openpyxl.packaging.core 10
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 15
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.chartsheet.chartsheet 8
openpyxl.chartsheet.views 1
openpyxl.chart.area_chart 4
openpyxl.chart.axis 4
openpyxl.chart.bar_chart 5
openpyxl.chart.line_chart 4
openpyxl.chart.reference 3
openpyxl.chart._chart 5
openpyxl.chart.series_factory 9
openpyxl.chart.series 3
openpyxl.chart.shapes 1
openpyxl.chart.marker 1
openpyxl.chart.data_source 1
openpyxl.drawing.spreadsheet_drawing 3
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.worksheet.datavalidation 2
openpyxl.chart.text 1
openpyxl.packaging.workbook 3
openpyxl.styles.stylesheet 32
openpyxl.worksheet.filters 17
openpyxl.packaging.manifest 25
openpyxl.chart.chartspace 2
openpyxl.worksheet.related 1
openpyxl.packaging.custom 12
openpyxl.styles.fills 7
openpyxl.comments.comment_sheet 8
openpyxl.chart.plotarea 7
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 90
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.xml.functions 2
openpyxl.compat.strings 5
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 9
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 3
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.worksheet.page 1
openpyxl.workbook.protection 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.styles.fonts 4

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
openpyxl.reader.excel.ExcelReader.read_worksheets openpyxl.reader.excel 1 ['N/A'] 7 0 9 6 5 203 2 665 335
openpyxl.descriptors.sequence.Sequence.__set__ openpyxl.descriptors.sequence 3 ['N/A', 'N/A', 'N/A'] 3 0 1 2 4 46 0 145 89
openpyxl.drawing.spreadsheet_drawing.SpreadsheetDrawing._write openpyxl.drawing.spreadsheet_drawing 1 ['N/A'] 4 0 7 5 5 73 0 235 80
openpyxl.reader.workbook.WorkbookParser.assign_names openpyxl.reader.workbook 1 ['N/A'] 3 0 3 4 5 23 2 78 48

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
26.0%
319 / 1235
Cyclomatic complexity statically reachable by fuzzers
27.0%
1096 / 3989

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

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_cellutil.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=['openpyxl.utils.cell.range_boundaries', '...fuzz_cellutil.TestInput', 'openpyxl.utils.cell.get_column_letter']

/src/fuzz_sheet.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=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.utils.datetime.to_excel', 'openpyxl.worksheet.merge.MergeCell.__init__', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', '...fuzz_sheet.TestInput', 'openpyxl.writer.excel.ExcelWriter._write_external_links']

/src/fuzz_basic.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=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.utils.datetime.to_excel', 'openpyxl.writer.excel.ExcelWriter.write_data', 'openpyxl.worksheet.merge.MergeCell.__init__', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.writer.excel.ExcelWriter._write_external_links', 'openpyxl.packaging.manifest.Manifest._write', 'openpyxl.writer.excel.ExcelWriter._write_worksheets']

/src/fuzz_comment.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=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.utils.datetime.to_excel', 'openpyxl.worksheet.merge.MergeCell.__init__', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.writer.excel.ExcelWriter._write_external_links', 'openpyxl.packaging.manifest.Manifest._write']

/src/fuzz_formulae.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=['openpyxl.utils.cell.get_column_letter', '...fuzz_formulae.TestInput', 'openpyxl.formula.translate.Translator.translate_row', 'openpyxl.formula.translate.Translator.translate_range', 'openpyxl.formula.tokenizer.Tokenizer._parse']

/src/fuzz_load.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=['...fuzz_load.TestInput']

/src/fuzz_sort.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=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet.merge.MergeCell.__init__', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.writer.excel.ExcelWriter._write_external_links', 'openpyxl.writer.excel.ExcelWriter.write_data', 'openpyxl.packaging.manifest.Manifest._write']

/src/fuzz_chart.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=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet.merge.MergeCell.__init__', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.writer.excel.ExcelWriter._write_external_links', 'openpyxl.packaging.manifest.Manifest._write']

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
[] []
openpyxl.styles.named_styles ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.packaging.workbook ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart [] []
openpyxl.styles.table [] []
openpyxl.chart.scatter_chart [] []
openpyxl.workbook.views [] []
openpyxl.utils.formulas [] []
openpyxl.styles.borders [] []
openpyxl.cell.cell [] []
openpyxl.worksheet [] []
openpyxl.styles.fills ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.reader [] []
openpyxl.cell.rich_text [] []
openpyxl.drawing.image [] []
openpyxl.workbook.web [] []
openpyxl.chart.axis ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.workbook.function_group [] []
openpyxl.utils.bound_dictionary [] []
openpyxl.styles.cell_style ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
et_xmlfile [] []
openpyxl.chartsheet [] []
...fuzz_chart ['fuzz_chart'] []
defusedxml [] []
openpyxl.drawing.picture [] []
openpyxl.chart.title [] []
openpyxl.drawing [] []
openpyxl.worksheet.hyperlink [] []
tempfile [] []
openpyxl.compat.numbers [] []
openpyxl.workbook [] []
openpyxl.chart.stock_chart [] []
collections [] []
openpyxl.styles.fonts ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.utils [] []
xml [] []
openpyxl.worksheet.page ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.formula [] []
openpyxl.cell.read_only [] []
openpyxl.worksheet._read_only [] []
openpyxl.worksheet.header_footer ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
itertools [] []
inspect [] []
openpyxl.chart.picture [] []
Integer [] []
os [] []
openpyxl.chart.error_bar [] []
openpyxl.compat.abc [] []
openpyxl.styles.protection [] []
openpyxl.worksheet.custom [] []
openpyxl.drawing.geometry [] []
openpyxl.worksheet.worksheet ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.drawing.spreadsheet_drawing ['fuzz_chart'] []
openpyxl.chart.trendline [] []
openpyxl.comments.shape_writer [] []
openpyxl.chart.reader [] []
openpyxl.cell.text [] []
openpyxl.workbook.workbook ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.formula.translate ['fuzz_formulae'] []
openpyxl.chart.area_chart ['fuzz_chart'] []
openpyxl.comments.author [] []
openpyxl.worksheet.smart_tag [] []
...fuzz_comment ['fuzz_comment'] []
openpyxl.chartsheet.chartsheet ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.utils.escape ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart.data_source ['fuzz_chart'] []
openpyxl.compat [] []
posixpath [] []
pandas [] []
openpyxl.descriptors.serialisable [] []
openpyxl.packaging.extended ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.workbook.defined_name [] []
openpyxl.worksheet.merge ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.utils.protection [] []
openpyxl.chart._chart ['fuzz_chart'] []
openpyxl.utils.exceptions [] []
openpyxl.chart.series ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.comments [] []
openpyxl.styles.proxy [] []
openpyxl.workbook.external_reference [] []
...fuzz_cellutil ['fuzz_cellutil'] []
openpyxl.pivot.cache [] []
openpyxl.chart._3d [] []
...fuzz_load ['fuzz_load'] []
openpyxl.worksheet.scenario [] []
openpyxl.drawing.line [] []
openpyxl.worksheet.table ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.packaging.custom ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.xml [] []
openpyxl.workbook.properties [] []
openpyxl.chartsheet.protection [] []
openpyxl.chartsheet.publish [] []
openpyxl.worksheet.datavalidation ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.styles.alignment ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.writer.theme [] []
openpyxl.styles.styleable [] []
openpyxl.worksheet.copier [] []
openpyxl [] []
Sequence [] []
openpyxl.worksheet.drawing [] []
openpyxl.utils.indexed_list ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.styles.numbers ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.packaging.core ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.drawing.effect [] []
openpyxl.descriptors.slots [] []
io [] []
openpyxl.descriptors.excel [] []
openpyxl.worksheet.formula [] []
openpyxl.workbook.protection ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart.legend [] []
openpyxl.pivot.fields [] []
openpyxl.descriptors.nested ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart.surface_chart [] []
openpyxl.compat.product [] []
openpyxl.drawing.graphic [] []
openpyxl.descriptors.container ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.packaging.manifest ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.reader.strings [] []
openpyxl.chart.bar_chart ['fuzz_chart'] []
openpyxl.styles.builtins [] []
openpyxl.worksheet.views ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
PIL [] []
...fuzz_sort ['fuzz_sort'] []
openpyxl.xml.functions ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart.label [] []
re [] []
openpyxl.chart.plotarea ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.compat.strings ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chartsheet.views ['fuzz_chart'] []
openpyxl.utils.dataframe [] []
atheris [] []
openpyxl.chart.layout [] []
weakref [] []
[] []
openpyxl.drawing.drawing [] []
openpyxl.workbook.external_link [] []
openpyxl.drawing.connector [] []
openpyxl.chartsheet.relation [] []
openpyxl.chart.chartspace ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet._reader [] []
openpyxl.chartsheet.properties [] []
openpyxl.chart.radar_chart [] []
openpyxl.worksheet.dimensions ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.compat.singleton [] []
openpyxl.cell [] []
openpyxl.utils.units [] []
openpyxl.workbook.child ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.protection [] []
...fuzz_formulae ['fuzz_formulae'] []
math [] []
String [] []
...fuzz_basic ['fuzz_basic'] []
openpyxl.drawing.colors [] []
openpyxl.writer.excel ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.utils.inference [] []
openpyxl.chart.text ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
mimetypes [] []
openpyxl.chart.pie_chart [] []
openpyxl.drawing.fill [] []
openpyxl.formatting.rule [] []
openpyxl.drawing.properties [] []
openpyxl.reader.excel [] []
openpyxl.chart.print_settings [] []
openpyxl.chart.descriptors [] []
datetime [] []
openpyxl.formula.tokenizer ['fuzz_formulae'] []
openpyxl.drawing.relation [] []
openpyxl.chart.pivot [] []
openpyxl.worksheet.properties ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.picture [] []
openpyxl.reader.workbook [] []
openpyxl.formatting.formatting ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.descriptors.namespace ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chartsheet.custom [] []
functools [] []
openpyxl.styles.colors [] []
openpyxl.pivot.record [] []
openpyxl.workbook.external_link.external [] []
openpyxl.packaging.interface [] []
openpyxl.comments.comments [] []
openpyxl.styles.differential [] []
openpyxl.comments.comment_sheet ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.writer [] []
openpyxl.worksheet.cell_watch [] []
openpyxl.packaging.relationship ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet._write_only ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.pagebreak [] []
openpyxl.worksheet.print_settings ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.descriptors.sequence ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.cell_range ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.reader.drawings [] []
openpyxl.drawing.xdr [] []
openpyxl.drawing.text [] []
zipfile [] []
openpyxl.cell._writer ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart.shapes ['fuzz_chart'] []
openpyxl.chart.updown_bars [] []
openpyxl.chart.reference ['fuzz_chart'] []
openpyxl.worksheet.filters ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.related ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
operator [] []
openpyxl.workbook._writer ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.ole [] []
...fuzz_sheet ['fuzz_sheet'] []
openpyxl.utils.cell ['fuzz_cellutil', 'fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_formulae', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.chart.line_chart ['fuzz_chart'] []
array [] []
openpyxl.formatting [] []
warnings [] []
abc [] []
openpyxl._constants [] []
numpy [] []
openpyxl.chart.bubble_chart [] []
openpyxl.chart.series_factory ['fuzz_chart'] []
openpyxl.worksheet._writer ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.worksheet.errors [] []
openpyxl.worksheet.controls [] []
openpyxl.xml.constants [] []
openpyxl.pivot.table [] []
openpyxl.descriptors.base ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.descriptors [] []
openpyxl.styles [] []
openpyxl.styles.stylesheet ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
openpyxl.workbook.smart_tags [] []
openpyxl.packaging [] []
openpyxl.pivot [] []
copy [] []
openpyxl.utils.datetime ['fuzz_sheet', 'fuzz_basic', 'fuzz_comment', 'fuzz_sort', 'fuzz_chart'] []
lxml [] []
openpyxl.chart.marker ['fuzz_chart'] []

Directories in report

Directory