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

Fuzzer details

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
993
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_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 21.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 45 78.9%
All colors 57 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
4 44 openpyxl.utils.cell.column_index_from_string call site: 00044 openpyxl.formula.translate.Translator.translate_range
2 1 ...fuzz_formulae.TestInput call site: 00001 openpyxl.formula.tokenizer.Tokenizer.__init__
2 35 openpyxl.formula.translate.Translator.translate_row call site: 00035 openpyxl.formula.translate.Translator.translate_row
2 51 openpyxl.formula.translate.Translator.translate_range call site: 00051 openpyxl.formula.translate.Translator.translate_row
1 9 openpyxl.formula.tokenizer.Tokenizer._parse call site: 00009 .len
1 42 openpyxl.formula.translate.Translator.translate_col call site: 00042 openpyxl.utils.cell.column_index_from_string

Runtime coverage analysis

Covered functions
993
Functions that are reachable but not covered
21
Reachable functions
37
Percentage of reachable functions covered
43.24%
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 3

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 39.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 41 60.2%
All colors 68 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 28 ...fuzz_cellutil.TestInput call site: 00028 openpyxl.utils.cell.coordinate_from_string
5 54 ...fuzz_cellutil.TestInput call site: 00054 openpyxl.utils.cell.range_boundaries
5 61 ...fuzz_cellutil.TestInput call site: 00061 openpyxl.utils.cell.range_boundaries
4 22 openpyxl.utils.cell.range_boundaries call site: 00022 .range
2 1 ...fuzz_cellutil.TestInput call site: 00001 openpyxl.utils.cell.absolute_coordinate
1 9 ...fuzz_cellutil.TestInput call site: 00009 openpyxl.utils.cell.range_boundaries

Runtime coverage analysis

Covered functions
992
Functions that are reachable but not covered
26
Reachable functions
33
Percentage of reachable functions covered
21.21%
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 20

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 416 37.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 689 62.3%
All colors 1105 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
27 523 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00523 openpyxl.cell._writer._set_attributes
26 755 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00755 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 718 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00718 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 988 openpyxl.styles.fonts.Font.from_tree call site: 00988 openpyxl.chart.plotarea.PlotArea.from_tree
21 606 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00606 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 642 openpyxl.packaging.relationship.RelationshipList.append call site: 00642 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 661 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00661 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 699 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00699 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 552 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00552 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 570 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00570 openpyxl.descriptors.serialisable.Serialisable.to_tree
16 327 openpyxl.writer.excel.ExcelWriter.write_data call site: 00327 openpyxl.packaging.custom.CustomPropertyList.to_tree
14 878 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00878 openpyxl.packaging.relationship.RelationshipList.to_tree

Runtime coverage analysis

Covered functions
993
Functions that are reachable but not covered
175
Reachable functions
385
Percentage of reachable functions covered
54.55%
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 9
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 12
openpyxl.worksheet.worksheet 18
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 12
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 10
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 4
openpyxl.chart.series 1
openpyxl.comments.comment_sheet 8
openpyxl.packaging.custom 12
openpyxl.worksheet.datavalidation 2
openpyxl.descriptors.serialisable 45
openpyxl.descriptors.namespace 1
openpyxl.compat.strings 5
openpyxl.descriptors.sequence 13
openpyxl.styles.fills 9
openpyxl.chart.text 1
openpyxl.descriptors.nested 5
openpyxl.xml.functions 11
openpyxl.chart.chartspace 2
openpyxl.packaging.workbook 3
openpyxl.packaging.manifest 26
openpyxl.chartsheet.chartsheet 5
openpyxl.packaging.relationship 10
openpyxl.worksheet.related 1
openpyxl.styles.stylesheet 29
openpyxl.chart.plotarea 7
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 95
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.worksheet.merge 1
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 44
openpyxl.styles.fonts 4
openpyxl.workbook.protection 2
openpyxl.worksheet.page 1
openpyxl.chart.axis 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 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 412 39.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 641 60.8%
All colors 1053 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
27 433 openpyxl.utils.datetime.to_excel call site: 00433 openpyxl.compat.strings.safe_string
26 697 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00697 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 660 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00660 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 936 openpyxl.styles.fonts.Font.from_tree call site: 00936 openpyxl.chart.plotarea.PlotArea.from_tree
21 548 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00548 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 584 openpyxl.packaging.relationship.RelationshipList.append call site: 00584 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 603 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00603 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 641 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00641 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 494 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00494 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 512 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00512 openpyxl.descriptors.serialisable.Serialisable.to_tree
16 271 openpyxl.writer.excel.ExcelWriter.write_data call site: 00271 openpyxl.packaging.custom.CustomPropertyList.to_tree
14 825 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00825 openpyxl.packaging.relationship.RelationshipList.to_tree

Runtime coverage analysis

Covered functions
993
Functions that are reachable but not covered
171
Reachable functions
362
Percentage of reachable functions covered
52.76%
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 18
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 10
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 4
openpyxl.styles.fills 7
openpyxl.packaging.workbook 3
openpyxl.chart.series 1
openpyxl.worksheet.related 1
openpyxl.chart.plotarea 7
openpyxl.chart.text 1
openpyxl.comments.comment_sheet 8
openpyxl.packaging.custom 12
openpyxl.styles.stylesheet 29
openpyxl.worksheet.datavalidation 2
openpyxl.packaging.manifest 26
openpyxl.descriptors.serialisable 44
openpyxl.descriptors.namespace 1
openpyxl.compat.strings 5
openpyxl.descriptors.sequence 11
openpyxl.descriptors.nested 5
openpyxl.packaging.core 8
openpyxl.chartsheet.chartsheet 5
openpyxl.chart.chartspace 2
openpyxl.packaging.relationship 9
openpyxl.xml.functions 7
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 95
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.worksheet.merge 1
openpyxl.utils.indexed_list 4
openpyxl.styles.cell_style 7
openpyxl.styles.alignment 1
openpyxl.styles.numbers 4
openpyxl.workbook._writer 44
openpyxl.styles.fonts 4
openpyxl.workbook.protection 2
openpyxl.chart.axis 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.worksheet.page 1

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 416 38.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 678 61.9%
All colors 1094 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
27 478 openpyxl.utils.datetime.to_excel call site: 00478 openpyxl.compat.strings.safe_string
26 743 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00743 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 706 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00706 openpyxl.descriptors.serialisable.Serialisable.to_tree
21 594 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00594 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 630 openpyxl.packaging.relationship.RelationshipList.append call site: 00630 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 649 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00649 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 687 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00687 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 540 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00540 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 558 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00558 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 943 openpyxl.workbook._writer.WorkbookWriter.write_root_rels call site: 00943 openpyxl.descriptors.serialisable.Serialisable.from_tree
16 316 openpyxl.writer.excel.ExcelWriter.write_data call site: 00316 openpyxl.packaging.custom.CustomPropertyList.to_tree
14 866 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00866 openpyxl.packaging.relationship.RelationshipList.to_tree

Runtime coverage analysis

Covered functions
992
Functions that are reachable but not covered
172
Reachable functions
379
Percentage of reachable functions covered
54.62%
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 9
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 12
openpyxl.worksheet.worksheet 18
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 10
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 4
openpyxl.worksheet.datavalidation 2
openpyxl.packaging.custom 12
openpyxl.chart.series 1
openpyxl.styles.fills 7
openpyxl.packaging.relationship 9
openpyxl.chart.text 1
openpyxl.descriptors.serialisable 44
openpyxl.descriptors.namespace 1
openpyxl.compat.strings 5
openpyxl.descriptors.sequence 11
openpyxl.chart.plotarea 7
openpyxl.worksheet.related 1
openpyxl.packaging.manifest 26
openpyxl.descriptors.nested 5
openpyxl.xml.functions 9
openpyxl.chart.chartspace 2
openpyxl.comments.comment_sheet 8
openpyxl.styles.stylesheet 29
openpyxl.packaging.workbook 3
openpyxl.chartsheet.chartsheet 5
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 95
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.worksheet.merge 1
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 44
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.workbook.protection 2
openpyxl.chart.axis 2
openpyxl.styles.fonts 4
openpyxl.worksheet.page 1

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 449 38.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 731 61.9%
All colors 1180 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
27 566 openpyxl.utils.datetime.to_excel call site: 00566 openpyxl.compat.strings.safe_string
26 830 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00830 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 793 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00793 openpyxl.descriptors.serialisable.Serialisable.to_tree
22 1030 openpyxl.workbook._writer.WorkbookWriter.write_root_rels call site: 01030 openpyxl.descriptors.serialisable.Serialisable.from_tree
21 681 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00681 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 717 openpyxl.packaging.relationship.RelationshipList.append call site: 00717 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 736 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00736 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 774 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00774 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 627 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00627 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 645 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00645 openpyxl.descriptors.serialisable.Serialisable.to_tree
16 404 openpyxl.writer.excel.ExcelWriter.write_data call site: 00404 openpyxl.packaging.custom.CustomPropertyList.to_tree
14 953 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00953 openpyxl.packaging.relationship.RelationshipList.to_tree

Runtime coverage analysis

Covered functions
992
Functions that are reachable but not covered
173
Reachable functions
415
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_chart 18
openpyxl.workbook.workbook 26
openpyxl.packaging.core 9
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 12
openpyxl.worksheet.worksheet 18
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 10
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 4
openpyxl.styles.fills 7
openpyxl.styles.stylesheet 29
openpyxl.packaging.relationship 9
openpyxl.comments.comment_sheet 8
openpyxl.packaging.custom 12
openpyxl.packaging.manifest 26
openpyxl.descriptors.serialisable 44
openpyxl.descriptors.namespace 1
openpyxl.compat.strings 5
openpyxl.descriptors.nested 5
openpyxl.xml.functions 7
openpyxl.packaging.workbook 3
openpyxl.descriptors.sequence 11
openpyxl.chart.text 1
openpyxl.chart.chartspace 2
openpyxl.chart.plotarea 7
openpyxl.worksheet.related 1
openpyxl.worksheet.datavalidation 2
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 95
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.worksheet.merge 1
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 44
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.worksheet.page 1
openpyxl.workbook.protection 2
openpyxl.styles.fonts 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 424 38.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 683 61.6%
All colors 1107 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
27 525 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00525 openpyxl.cell._writer._set_attributes
26 757 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00757 openpyxl.descriptors.serialisable.Serialisable.to_tree
25 720 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00720 openpyxl.descriptors.serialisable.Serialisable.to_tree
21 608 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00608 openpyxl.descriptors.serialisable.Serialisable.to_tree
20 989 openpyxl.descriptors.serialisable.Serialisable.from_tree call site: 00989 openpyxl.chart.plotarea.PlotArea.from_tree
18 644 openpyxl.packaging.relationship.RelationshipList.append call site: 00644 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 663 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00663 openpyxl.descriptors.serialisable.Serialisable.to_tree
18 701 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00701 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 554 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00554 openpyxl.descriptors.serialisable.Serialisable.to_tree
17 572 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00572 openpyxl.descriptors.serialisable.Serialisable.to_tree
16 331 openpyxl.writer.excel.ExcelWriter.write_data call site: 00331 openpyxl.packaging.custom.CustomPropertyList.to_tree
15 134 ...fuzz_sheet.TestInput call site: 00134 openpyxl.workbook.workbook.Workbook.save

Runtime coverage analysis

Covered functions
992
Functions that are reachable but not covered
174
Reachable functions
382
Percentage of reachable functions covered
54.45%
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 12
openpyxl.workbook.workbook 25
openpyxl.packaging.core 9
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 12
openpyxl.worksheet.worksheet 18
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 10
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 4
openpyxl.packaging.workbook 3
openpyxl.styles.fills 7
openpyxl.chartsheet.chartsheet 5
openpyxl.styles.stylesheet 29
openpyxl.packaging.manifest 26
openpyxl.worksheet.related 1
openpyxl.packaging.custom 12
openpyxl.descriptors.serialisable 44
openpyxl.descriptors.namespace 1
openpyxl.compat.strings 5
openpyxl.descriptors.sequence 11
openpyxl.descriptors.nested 5
openpyxl.worksheet.datavalidation 2
openpyxl.chart.text 1
openpyxl.chart.plotarea 7
openpyxl.xml.functions 7
openpyxl.chart.series 1
openpyxl.chart.chartspace 2
openpyxl.comments.comment_sheet 8
openpyxl.packaging.relationship 9
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 95
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.worksheet.merge 1
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 44
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.workbook.protection 2
openpyxl.worksheet.page 1
openpyxl.chart.axis 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'] 4 0 8 6 5 210 2 690 332
openpyxl.descriptors.sequence.Sequence.__set__ openpyxl.descriptors.sequence 3 ['N/A', 'N/A', 'N/A'] 2 0 1 2 4 46 1 145 89
openpyxl.drawing.spreadsheet_drawing.SpreadsheetDrawing._write openpyxl.drawing.spreadsheet_drawing 1 ['N/A'] 3 0 7 5 5 93 0 304 80
openpyxl.reader.workbook.WorkbookParser.assign_names openpyxl.reader.workbook 1 ['N/A'] 2 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%
338 / 1256
Cyclomatic complexity statically reachable by fuzzers
28.9%
1161 / 4051

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 Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

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

Directories in report

Directory