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_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
945
Functions that are reachable but not covered
24
Reachable functions
41
Percentage of reachable functions covered
41.46%
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_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 369 39.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 560 60.2%
All colors 929 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
29 800 openpyxl.workbook._writer.WorkbookWriter.write_root_rels call site: 00800 openpyxl.descriptors.container.ElementList.from_tree
25 593 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00593 openpyxl.worksheet.filters.StringFilter.to_tree
22 405 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00405 openpyxl.cell._writer._set_attributes
20 480 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00480 openpyxl.worksheet.filters.StringFilter.to_tree
18 348 openpyxl.cell._writer.etree_write_cell call site: 00348 openpyxl.utils.datetime.to_excel
17 513 openpyxl.packaging.relationship.RelationshipList.append call site: 00513 openpyxl.worksheet.filters.StringFilter.to_tree
16 239 openpyxl.writer.excel.ExcelWriter.write_data call site: 00239 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 429 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00429 openpyxl.worksheet.filters.StringFilter.to_tree
16 446 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00446 openpyxl.worksheet.filters.StringFilter.to_tree
13 717 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00717 openpyxl.packaging.manifest.Manifest.append
12 906 openpyxl.packaging.manifest.Manifest._write call site: 00906 openpyxl.styles.fonts.Font.from_tree
11 194 openpyxl.writer.excel.ExcelWriter.write_data call site: 00194 openpyxl.worksheet.filters.StringFilter.to_tree

Runtime coverage analysis

Covered functions
945
Functions that are reachable but not covered
171
Reachable functions
368
Percentage of reachable functions covered
53.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 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.packaging.workbook 3
openpyxl.chartsheet.chartsheet 5
openpyxl.worksheet.datavalidation 2
openpyxl.chart.series 1
openpyxl.chart.text 1
openpyxl.styles.stylesheet 32
openpyxl.styles.fills 9
openpyxl.packaging.custom 12
openpyxl.worksheet.filters 17
openpyxl.comments.comment_sheet 8
openpyxl.chart.plotarea 7
openpyxl.worksheet.related 1
openpyxl.chart.chartspace 2
openpyxl.packaging.manifest 25
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 89
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.xml.functions 4
openpyxl.compat.strings 5
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.worksheet.page 1
openpyxl.workbook.protection 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.styles.fonts 4
openpyxl.chart.axis 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 376 39.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 580 60.6%
All colors 956 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 597 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00597 openpyxl.worksheet.filters.StringFilter.to_tree
22 403 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00403 openpyxl.cell._writer._set_attributes
20 478 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00478 openpyxl.worksheet.filters.StringFilter.to_tree
18 346 openpyxl.cell._writer.etree_write_cell call site: 00346 openpyxl.utils.datetime.to_excel
17 511 openpyxl.packaging.relationship.RelationshipList.append call site: 00511 openpyxl.worksheet.filters.StringFilter.to_tree
16 237 openpyxl.writer.excel.ExcelWriter.write_data call site: 00237 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 427 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00427 openpyxl.worksheet.filters.StringFilter.to_tree
16 444 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00444 openpyxl.worksheet.filters.StringFilter.to_tree
14 849 openpyxl.styles.fonts.Font.from_tree call site: 00849 openpyxl.workbook.protection.WorkbookProtection.from_tree
13 721 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00721 openpyxl.packaging.manifest.Manifest.append
13 832 openpyxl.descriptors.serialisable.Serialisable.from_tree call site: 00832 openpyxl.styles.fonts.Font.from_tree
13 931 openpyxl.packaging.manifest.Manifest._write call site: 00931 openpyxl.descriptors.serialisable.Serialisable.from_tree

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
175
Reachable functions
377
Percentage of reachable functions covered
53.58%
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.stylesheet 32
openpyxl.styles.fills 9
openpyxl.chart.chartspace 2
openpyxl.chart.text 1
openpyxl.chart.series 1
openpyxl.worksheet.filters 16
openpyxl.comments.comment_sheet 8
openpyxl.packaging.custom 12
openpyxl.chart.plotarea 7
openpyxl.worksheet.related 1
openpyxl.chartsheet.chartsheet 5
openpyxl.worksheet.datavalidation 2
openpyxl.packaging.workbook 3
openpyxl.packaging.manifest 26
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 90
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.xml.functions 7
openpyxl.compat.strings 5
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 8
openpyxl.descriptors.serialisable 12
openpyxl.worksheet.page 1
openpyxl.styles.fonts 4
openpyxl.workbook.protection 2
openpyxl.chart.axis 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

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 35 46.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 40 53.3%
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
6 47 ...fuzz_cellutil.TestInput call site: 00047 openpyxl.utils.cell.column_index_from_string
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
4 23 openpyxl.utils.cell.range_boundaries call site: 00023 openpyxl.utils.cell.column_index_from_string
2 1 ...fuzz_cellutil.TestInput call site: 00001 openpyxl.utils.cell.absolute_coordinate
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
944
Functions that are reachable but not covered
32
Reachable functions
38
Percentage of reachable functions covered
15.79%
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_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
945
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_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 383 40.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 569 59.7%
All colors 952 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 616 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00616 openpyxl.worksheet.filters.StringFilter.to_tree
22 421 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00421 openpyxl.cell._writer._set_attributes
22 823 openpyxl.workbook._writer.WorkbookWriter.write_root_rels call site: 00823 openpyxl.descriptors.container.ElementList.from_tree
20 496 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00496 openpyxl.worksheet.filters.StringFilter.to_tree
18 369 openpyxl.cell._writer.etree_write_cell call site: 00369 openpyxl.utils.datetime.to_excel
17 143 ...fuzz_sheet.TestInput call site: 00143 openpyxl.workbook.workbook.Workbook.save
17 530 openpyxl.packaging.relationship.RelationshipList.append call site: 00530 openpyxl.worksheet.filters.StringFilter.to_tree
16 261 openpyxl.writer.excel.ExcelWriter.write_data call site: 00261 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 445 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00445 openpyxl.worksheet.filters.StringFilter.to_tree
16 462 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00462 openpyxl.worksheet.filters.StringFilter.to_tree
13 740 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00740 openpyxl.packaging.manifest.Manifest.append
12 849 openpyxl.styles.fonts.Font.from_tree call site: 00849 openpyxl.worksheet.table.TableColumn.from_tree

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
178
Reachable functions
376
Percentage of reachable functions covered
52.66%
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.chart.chartspace 2
openpyxl.worksheet.related 1
openpyxl.worksheet.datavalidation 2
openpyxl.chartsheet.chartsheet 5
openpyxl.packaging.workbook 3
openpyxl.worksheet.filters 19
openpyxl.styles.stylesheet 32
openpyxl.packaging.custom 12
openpyxl.comments.comment_sheet 8
openpyxl.chart.text 1
openpyxl.chart.plotarea 7
openpyxl.packaging.manifest 25
openpyxl.styles.fills 7
openpyxl.chart.series 1
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 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.workbook.protection 2
openpyxl.styles.fonts 4
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 440 39.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 673 60.4%
All colors 1113 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 755 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00755 openpyxl.worksheet.filters.StringFilter.to_tree
22 521 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00521 openpyxl.cell._writer._set_attributes
20 596 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00596 openpyxl.worksheet.filters.StringFilter.to_tree
18 469 openpyxl.cell._writer.etree_write_cell call site: 00469 openpyxl.utils.datetime.to_excel
17 629 openpyxl.packaging.relationship.RelationshipList.append call site: 00629 openpyxl.worksheet.filters.StringFilter.to_tree
17 647 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00647 openpyxl.worksheet.filters.StringFilter.to_tree
17 683 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00683 openpyxl.worksheet.filters.StringFilter.to_tree
16 329 openpyxl.writer.excel.ExcelWriter.write_data call site: 00329 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 545 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00545 openpyxl.worksheet.filters.StringFilter.to_tree
16 562 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00562 openpyxl.worksheet.filters.StringFilter.to_tree
16 1005 openpyxl.styles.fonts.Font.from_tree call site: 01005 openpyxl.workbook.protection.WorkbookProtection.from_tree
13 879 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00879 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
178
Reachable functions
413
Percentage of reachable functions covered
56.9%
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 18
openpyxl.workbook.workbook 26
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 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.chart.plotarea 7
openpyxl.chart.chartspace 2
openpyxl.worksheet.related 1
openpyxl.styles.fills 7
openpyxl.styles.stylesheet 32
openpyxl.packaging.workbook 3
openpyxl.worksheet.filters 18
openpyxl.comments.comment_sheet 8
openpyxl.chart.text 1
openpyxl.worksheet.datavalidation 2
openpyxl.packaging.custom 12
openpyxl.packaging.manifest 26
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 89
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.xml.functions 5
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 8
openpyxl.descriptors.serialisable 12
openpyxl.styles.fonts 4
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.worksheet.page 1
openpyxl.workbook.protection 2

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 441 41.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 630 58.8%
All colors 1071 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
26 697 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00697 openpyxl.descriptors.serialisable.Serialisable.to_tree
22 469 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00469 openpyxl.cell._writer._set_attributes
21 547 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00547 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 419 openpyxl.cell._writer.etree_write_cell call site: 00419 openpyxl.utils.datetime.to_excel
18 582 openpyxl.packaging.relationship.RelationshipList.append call site: 00582 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 601 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00601 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 639 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00639 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 493 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00493 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 511 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00511 openpyxl.descriptors.serialisable.Serialisable.to_tree
16 274 openpyxl.writer.excel.ExcelWriter.write_data call site: 00274 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 963 openpyxl.styles.fonts.Font.from_tree call site: 00963 openpyxl.chart.plotarea.PlotArea.from_tree
13 658 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00658 openpyxl.descriptors.serialisable.Serialisable.to_tree

Runtime coverage analysis

Covered functions
945
Functions that are reachable but not covered
184
Reachable functions
373
Percentage of reachable functions covered
50.67%
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 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.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.writer.excel 82
openpyxl.packaging.extended 3
openpyxl.descriptors.serialisable 43
openpyxl.descriptors.namespace 1
openpyxl.compat.strings 5
openpyxl.chart.chartspace 2
openpyxl.packaging.core 9
openpyxl.descriptors.nested 3
openpyxl.packaging.custom 12
openpyxl.chart.series 1
openpyxl.worksheet.filters 21
openpyxl.packaging.workbook 3
openpyxl.styles.fills 9
openpyxl.styles.stylesheet 32
openpyxl.chartsheet.chartsheet 5
openpyxl.packaging.manifest 26
openpyxl.chart.text 1
openpyxl.worksheet.related 1
openpyxl.chart.plotarea 7
openpyxl.worksheet.datavalidation 2
openpyxl.comments.comment_sheet 8
openpyxl.descriptors.sequence 11
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 91
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.xml.functions 7
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
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 8
openpyxl.chart.axis 2
openpyxl.workbook.protection 2
openpyxl.worksheet.page 1
openpyxl.styles.fonts 4
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

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'] 9 0 9 6 5 209 2 683 335
openpyxl.descriptors.base.Max.__set__ openpyxl.descriptors.base 3 ['N/A', 'N/A', 'N/A'] 4 0 1 2 4 43 0 136 89
openpyxl.drawing.spreadsheet_drawing.SpreadsheetDrawing._write openpyxl.drawing.spreadsheet_drawing 1 ['N/A'] 4 0 7 5 5 75 0 241 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
27.0%
339 / 1255
Cyclomatic complexity statically reachable by fuzzers
28.9%
1165 / 4049

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_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_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.workbook._writer.WorkbookWriter.write_root_rels', 'openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data', 'openpyxl.writer.excel.ExcelWriter._write_external_links']

/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.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data', 'openpyxl.styles.fonts.Font.from_tree', 'openpyxl.writer.excel.ExcelWriter._write_external_links']

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

/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_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.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.workbook._writer.WorkbookWriter.write_root_rels', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', '...fuzz_sheet.TestInput', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data']

/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._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data']

/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.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data']

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
openpyxl.pivot.fields.Number.__init__ 31 17 54.83% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
openpyxl.drawing.colors.SystemColor.__init__ 35 5 14.28% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
openpyxl.drawing.colors.SchemeColor.__init__ 41 12 29.26% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
tree.set 324 99 30.55% ['fuzz_basic', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment']
openpyxl.drawing.fill.Blip.__init__ 38 7 18.42% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
l.append 42 15 35.71% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
openpyxl.cell._writer.lxml_write_cell 35 2 5.714% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
openpyxl.pivot.table.PivotField.__init__ 58 8 13.79% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']
openpyxl.pivot.table.TableDefinition.__init__ 87 0 0.0% []
openpyxl.worksheet._reader.WorkSheetParser.parse_cell 44 0 0.0% []
openpyxl.reader.excel.ExcelReader.read_worksheets 58 0 0.0% []
openpyxl.reader.drawings.find_images 40 0 0.0% []
openpyxl.pivot.cache.CacheHierarchy.__init__ 35 10 28.57% ['fuzz_basic', 'fuzz_load', 'fuzz_formulae', 'fuzz_sheet', 'fuzz_chart', 'fuzz_sort', 'fuzz_comment', 'fuzz_cellutil']

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

Directories in report

Directory