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

Project overview: networkx

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
0.0%
0 / 2180
Cyclomatic complexity statically reachable by fuzzers
0.0%
0 / 8272
Runtime code coverage of functions
22.0%
473 / 2180

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

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

Project functions overview

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

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

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

Fuzzer details

Fuzzer: fuzz_graphml

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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 100.%
All colors 3 100

Runtime coverage analysis

Covered functions
772
Functions that are reachable but not covered
3
Reachable functions
3
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_graphml 2

Fuzzer: fuzz_graph6

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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 100.%
All colors 3 100

Runtime coverage analysis

Covered functions
772
Functions that are reachable but not covered
3
Reachable functions
3
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_graph6 2

Fuzzer: fuzz_sparse6

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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 100.%
All colors 3 100

Runtime coverage analysis

Covered functions
772
Functions that are reachable but not covered
3
Reachable functions
3
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_sparse6 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
networkx.algorithms.approximation.traveling_salesman.traveling_salesman_problem networkx.algorithms.approximation.traveling_salesman 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 4 7 6 158 0 509 506
networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation networkx.algorithms.connectivity.edge_augmentation 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 3 8 6 148 186 474 293
networkx.linalg.algebraicconnectivity.fiedler_vector networkx.linalg.algebraicconnectivity 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 7 0 1 3 4 124 0 399 263
networkx.algorithms.isomorphism.vf2pp.vf2pp_all_isomorphisms networkx.algorithms.isomorphism.vf2pp 4 ['N/A', 'N/A', 'N/A', 'N/A'] 3 0 9 9 7 82 2 278 248
networkx.drawing.nx_pylab.draw networkx.drawing.nx_pylab 4 ['N/A', 'N/A', 'N/A', 'N/A'] 3 0 5 4 5 79 9 261 210
networkx.algorithms.matching.max_weight_matching networkx.algorithms.matching 3 ['N/A', 'N/A', 'N/A'] 3 0 14 38 18 71 1 246 177
networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms networkx.algorithms.isomorphism.ismags 2 ['N/A', 'N/A'] 6 0 3 6 5 69 4 225 171

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

Functions statically reachable by fuzzers
8.0%
170 / 2180
Cyclomatic complexity statically reachable by fuzzers
8.0%
680 / 8272

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

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
networkx.convert.to_networkx_graph 69 7 10.14% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.drawing.nx_agraph.from_agraph 34 0 0.0% []
networkx.utils.backends._dispatchable._call_if_any_backends_installed 150 1 0.666% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.utils.backends._dispatchable._convert_arguments 89 0 0.0% []
networkx.utils.backends._dispatchable._convert_graph 34 0 0.0% []
networkx.utils.backends._dispatchable._convert_and_call_for_tests 60 0 0.0% []
networkx.utils.backends._dispatchable._make_doc 55 20 36.36% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.utils.backends._get_from_cache 33 0 0.0% []
networkx.algorithms.dag.all_topological_sorts 35 0 0.0% []
networkx.algorithms.connectivity.edge_augmentation.unconstrained_bridge_augmentation 34 0 0.0% []
networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation 44 0 0.0% []
networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation 33 0 0.0% []
networkx.algorithms.components.strongly_connected.strongly_connected_components 37 1 2.702% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.bipartite.matching.eppstein_matching 32 0 0.0% []
networkx.algorithms.clique.find_cliques 40 1 2.5% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.cluster.square_clustering.GAdj.__missing__ 35 1 2.857% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.shortest_paths.unweighted._bidirectional_pred_succ 32 0 0.0% []
networkx.algorithms.shortest_paths.unweighted.predecessor 31 0 0.0% []
networkx.algorithms.components.biconnected._biconnected_dfs 48 0 0.0% []
networkx.algorithms.matching.max_weight_matching.addBlossom 59 0 0.0% []
networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse 65 0 0.0% []
networkx.algorithms.matching.max_weight_matching.augmentBlossom._recurse 35 0 0.0% []
networkx.algorithms.matching.max_weight_matching.verifyOptimum 151 0 0.0% []
networkx.algorithms.connectivity.kcutsets.all_node_cuts 70 0 0.0% []
networkx.algorithms.d_separation.is_d_separator 40 1 2.5% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.d_separation.find_minimal_d_separator 33 1 3.030% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.d_separation.is_minimal_d_separator 37 0 0.0% []
networkx.algorithms.connectivity.connectivity.edge_connectivity 41 0 0.0% []
networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange 65 0 0.0% []
networkx.algorithms.distance_regular.intersection_array 33 2 6.060% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.cycles.cycle_basis 32 0 0.0% []
networkx.algorithms.cycles._johnson_cycle_search 32 0 0.0% []
networkx.algorithms.cycles._bounded_cycle_search 32 0 0.0% []
networkx.algorithms.cycles.chordless_cycles 53 0 0.0% []
networkx.algorithms.cycles.recursive_simple_cycles.circuit 38 0 0.0% []
networkx.algorithms.cycles.find_cycle.tailhead 51 2 3.921% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.triads.triadic_census 50 0 0.0% []
networkx.algorithms.triads.triad_type 42 0 0.0% []
networkx.algorithms.connectivity.cuts.minimum_edge_cut 43 0 0.0% []
networkx.algorithms.approximation.traveling_salesman.traveling_salesman_problem 35 2 5.714% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.approximation.traveling_salesman.asadpour_atsp 49 0 0.0% []
networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.k_pi 42 0 0.0% []
networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.direction_of_ascent 32 0 0.0% []
networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.find_epsilon 58 0 0.0% []
networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution.q 31 0 0.0% []
networkx.algorithms.approximation.traveling_salesman.simulated_annealing_tsp 47 1 2.127% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.approximation.traveling_salesman.threshold_accepting_tsp 45 0 0.0% []
networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges 31 0 0.0% []
networkx.algorithms.hybrid.kl_connected_subgraph 39 0 0.0% []
networkx.algorithms.community.asyn_fluid.asyn_fluidc 59 0 0.0% []
networkx.algorithms.shortest_paths.generic.shortest_path 31 0 0.0% []
networkx.algorithms.shortest_paths.generic.shortest_path_length 35 0 0.0% []
networkx.algorithms.centrality.dispersion.dispersion._dispersion 32 0 0.0% []
networkx.algorithms.coloring.equitable_coloring.procedure_P 102 0 0.0% []
networkx.algorithms.coloring.equitable_coloring.equitable_color 38 0 0.0% []
networkx.algorithms.lowest_common_ancestors.tree_all_pairs_lowest_common_ancestor 42 0 0.0% []
networkx.algorithms.connectivity.kcomponents.k_components 34 0 0.0% []
networkx.algorithms.approximation.density._greedy_plus_plus 31 0 0.0% []
networkx.algorithms.approximation.density._fista 40 3 7.5% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.centrality.group.group_betweenness_centrality 63 0 0.0% []
networkx.algorithms.centrality.group.prominent_group 47 0 0.0% []
networkx.algorithms.centrality.group._heuristic 40 0 0.0% []
networkx.algorithms.core.onion_layers 32 0 0.0% []
networkx.algorithms.smallworld.random_reference 43 3 6.976% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.smallworld.lattice_reference 53 3 5.660% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.regular.k_factor 32 0 0.0% []
networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter.iterate 31 0 0.0% []
networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter.iterate 47 0 0.0% []
networkx.algorithms.planarity.LRPlanarity.lr_planarity 43 0 0.0% []
networkx.algorithms.planarity.LRPlanarity.dfs_orientation 34 0 0.0% []
networkx.algorithms.planarity.LRPlanarity.add_constraints 31 0 0.0% []
networkx.algorithms.planarity.PlanarEmbedding.check_structure 31 0 0.0% []
networkx.algorithms.similarity.optimize_edit_paths.match_edges 32 0 0.0% []
networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths 91 0 0.0% []
networkx.algorithms.similarity.panther_vector_similarity 32 1 3.125% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.similarity.generate_random_paths 32 0 0.0% []
networkx.algorithms.swap.directed_edge_swap 43 1 2.325% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.swap.double_edge_swap 35 1 2.857% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.swap.connected_double_edge_swap 75 0 0.0% []
networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment 35 0 0.0% []
networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl 36 0 0.0% []
networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl.relabel 51 0 0.0% []
networkx.readwrite.gexf.GEXFWriter.add_nodes 34 0 0.0% []
networkx.readwrite.gexf.GEXFWriter.add_edges.edge_key_data 61 0 0.0% []
networkx.readwrite.gexf.GEXFWriter.add_attributes 52 0 0.0% []
networkx.readwrite.gexf.GEXFReader.make_graph 56 0 0.0% []
networkx.readwrite.gexf.GEXFReader.add_edge 32 0 0.0% []
networkx.algorithms.tree.mst.kruskal_mst_edges 43 0 0.0% []
networkx.algorithms.tree.mst.prim_mst_edges 65 2 3.076% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.tree.mst.random_spanning_tree.spanning_tree_total_weight 46 7 15.21% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.approximation.kcomponents.k_components 39 0 0.0% []
networkx.algorithms.graphical.is_digraphical 53 0 0.0% []
networkx.algorithms.flow.capacityscaling.capacity_scaling 92 0 0.0% []
networkx.algorithms.approximation.treewidth.treewidth_decomp 31 0 0.0% []
networkx.algorithms.flow.preflowpush.preflow_push_impl.global_relabel 61 0 0.0% []
networkx.algorithms.flow.edmondskarp.edmonds_karp_core.bidirectional_bfs 44 0 0.0% []
networkx.generators.degree_seq.havel_hakimi_graph 38 0 0.0% []
networkx.generators.degree_seq.directed_havel_hakimi_graph 53 0 0.0% []
networkx.algorithms.flow.dinitz_alg.dinitz_impl.depth_first_search 38 0 0.0% []
networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.__init__ 33 0 0.0% []
networkx.algorithms.flow.networksimplex.network_simplex 59 0 0.0% []
networkx.relabel._relabel_inplace 36 0 0.0% []
networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths 47 1 2.127% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.distance_measures._extrema_bounding 63 0 0.0% []
networkx.algorithms.distance_measures.resistance_distance 46 1 2.173% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.summarization.dedensify 34 0 0.0% []
networkx.algorithms.tree.branchings.maximum_branching.edmonds_remove_node 32 0 0.0% []
networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2 46 0 0.0% []
networkx.algorithms.tree.branchings.maximum_branching.is_root 69 0 0.0% []
networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism 34 2 5.882% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.shortest_paths.weighted._dijkstra_multisource 46 0 0.0% []
networkx.algorithms.shortest_paths.weighted._inner_bellman_ford 44 0 0.0% []
networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort 31 0 0.0% []
networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra.path 41 0 0.0% []
networkx.algorithms.link_analysis.hits_alg._hits_python 38 0 0.0% []
networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy 33 0 0.0% []
networkx.algorithms.isomorphism.vf2pp.vf2pp_all_isomorphisms 52 0 0.0% []
networkx.algorithms.isomorphism.vf2pp._cut_PT 41 0 0.0% []
networkx.algorithms.isomorphism.vf2pp._restore_Tinout_Di 50 0 0.0% []
networkx.algorithms.community.louvain._one_level 61 0 0.0% []
networkx.algorithms.community.divisive.edge_current_flow_betweenness_partition 39 0 0.0% []
networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge 48 0 0.0% []
networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator 86 0 0.0% []
networkx.algorithms.community.modularity_max.naive_greedy_modularity_communities 31 0 0.0% []
networkx.algorithms.community.local._clauset_greedy_source_expansion 32 0 0.0% []
networkx.convert_matrix.from_pandas_edgelist 42 0 0.0% []
networkx.convert_matrix.to_scipy_sparse_array 39 0 0.0% []
networkx.convert_matrix.to_numpy_array 48 0 0.0% []
networkx.convert_matrix.from_numpy_array 36 0 0.0% []
networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph 34 1 2.941% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.bipartite.generators.random_graph 33 1 3.030% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.bipartite.edgelist.parse_edgelist 41 1 2.439% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.generators.line.inverse_line_graph 31 0 0.0% []
networkx.generators.line._select_starting_cell 44 0 0.0% []
networkx.algorithms.bipartite.link_analysis.birank 47 0 0.0% []
networkx.algorithms.structuralholes.effective_size.redundancy 38 0 0.0% []
networkx.algorithms.sparsifiers.spanner 64 0 0.0% []
networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.syntactic_feasibility 51 2 3.921% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.syntactic_feasibility 117 0 0.0% []
networkx.algorithms.isomorphism.isomorphvf2.GMState.__init__ 31 0 0.0% []
networkx.algorithms.isomorphism.isomorphvf2.DiGMState.__init__ 47 0 0.0% []
networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions 37 0 0.0% []
networkx.algorithms.approximation.connectivity._bidirectional_pred_succ 36 0 0.0% []
networkx.algorithms.connectivity.stoerwagner.stoer_wagner 43 0 0.0% []
networkx.algorithms.shortest_paths.astar.astar_path.heuristic 39 0 0.0% []
networkx.algorithms.centrality.katz.katz_centrality 33 1 3.030% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.centrality.closeness.incremental_closeness_centrality 32 0 0.0% []
networkx.algorithms.centrality.laplacian.laplacian_centrality 33 0 0.0% []
networkx.algorithms.centrality.current_flow_betweenness.approximate_current_flow_betweenness_centrality 41 1 2.439% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos 54 0 0.0% []
networkx.algorithms.planar_drawing.get_canonical_ordering.is_on_outer_face 58 0 0.0% []
networkx.algorithms.assortativity.neighbor_degree.average_neighbor_degree 35 0 0.0% []
networkx.algorithms.assortativity.connectivity.average_degree_connectivity 32 0 0.0% []
networkx.generators.directed.scale_free_graph._choose_node 49 1 2.040% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.generators.social.les_miserables_graph 256 0 0.0% []
networkx.generators.geometric.geometric_soft_configuration_graph 40 0 0.0% []
networkx.generators.random_graphs.extended_barabasi_albert_graph 55 1 1.818% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.generators.random_graphs.powerlaw_cluster_graph 31 1 3.225% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.generators.lattice.triangular_lattice_graph 32 0 0.0% []
networkx.generators.lattice.hexagonal_lattice_graph 34 0 0.0% []
networkx.generators.joint_degree_seq.joint_degree_graph 46 0 0.0% []
networkx.generators.joint_degree_seq.directed_joint_degree_graph 78 0 0.0% []
l.split 31 14 45.16% ['fuzz_sparse6', 'fuzz_graphml']
networkx.generators.community.stochastic_block_model 65 0 0.0% []
networkx.readwrite.edgelist.parse_edgelist 43 1 2.325% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.readwrite.text.generate_network_text 107 0 0.0% []
networkx.readwrite.text._parse_network_text 96 0 0.0% []
networkx.readwrite.pajek.generate_pajek 35 0 0.0% []
networkx.readwrite.pajek.parse_pajek 67 0 0.0% []
networkx.readwrite.multiline_adjlist.generate_multiline_adjlist 38 0 0.0% []
networkx.readwrite.multiline_adjlist.parse_multiline_adjlist 54 1 1.851% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.readwrite.gml.parse_gml_lines.tokenize 40 0 0.0% []
networkx.readwrite.gml.parse_gml_lines.parse_kv 39 0 0.0% []
networkx.readwrite.gml.parse_gml_lines.pop_attr 42 0 0.0% []
networkx.readwrite.gml.literal_stringizer.stringize 65 0 0.0% []
networkx.readwrite.gml.generate_gml.stringize 83 0 0.0% []
networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element 44 0 0.0% []
networkx.drawing.layout.spring_layout 49 1 2.040% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.drawing.layout._sparse_fruchterman_reingold 41 0 0.0% []
networkx.drawing.layout.multipartite_layout 39 0 0.0% []
networkx.drawing.layout.arf_layout 41 1 2.439% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.drawing.layout.forceatlas2_layout 32 0 0.0% []
networkx.drawing.layout.forceatlas2_layout.estimate_factor 71 0 0.0% []
networkx.drawing.nx_pylab.CurvedArrowTextBase._update_text_pos_angle 48 0 0.0% []
networkx.drawing.nx_pylab.display.build_fancy_arrow 101 0 0.0% []
networkx.drawing.nx_pylab.draw_networkx_nodes 32 2 6.25% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']
networkx.drawing.nx_pylab.FancyArrowFactory.__call__ 44 0 0.0% []
networkx.drawing.nx_pylab.draw_networkx_edges 93 0 0.0% []
networkx.drawing.nx_pylab.draw_networkx_edge_labels 35 0 0.0% []
networkx.drawing.nx_pydot.from_pydot 49 0 0.0% []
networkx.drawing.nx_pydot.to_pydot 35 0 0.0% []
networkx.drawing.nx_latex.to_latex_raw 58 3 5.172% ['fuzz_graph6', 'fuzz_sparse6', 'fuzz_graphml']

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
[] []
networkx.algorithms.connectivity.edge_augmentation [] []
networkx.algorithms.node_classification [] []
networkx.algorithms.centrality.subgraph_alg [] []
networkx.generators.directed [] []
networkx.algorithms.traversal.breadth_first_search [] []
networkx.linalg.bethehessianmatrix [] []
networkx.algorithms.centrality.eigenvector [] []
networkx.algorithms.dag [] []
networkx.classes.graph [] []
networkx.algorithms.isomorphism.temporalisomorphvf2 [] []
networkx.algorithms.approximation.maxcut [] []
networkx.algorithms.link_analysis.hits_alg [] []
networkx.algorithms.approximation.dominating_set [] []
networkx.algorithms.operators.binary [] []
networkx.algorithms.cycles [] []
networkx.generators.duplication [] []
networkx.generators.line [] []
networkx.readwrite.gml [] []
...fuzz_sparse6 ['fuzz_sparse6'] []
networkx.algorithms.flow.mincost [] []
networkx.algorithms.community.label_propagation [] []
networkx.generators.interval_graph [] []
itertools [] []
networkx.drawing.layout [] []
networkx.algorithms.polynomials [] []
networkx.algorithms.flow.edmondskarp [] []
networkx.algorithms.assortativity [] []
networkx.readwrite.multiline_adjlist [] []
os [] []
heapq [] []
networkx.algorithms.community.lukes [] []
networkx.classes.multidigraph [] []
networkx.generators.internet_as_graphs [] []
networkx.algorithms.distance_regular [] []
networkx.generators.lattice [] []
networkx.algorithms.similarity [] []
networkx.generators.cographs [] []
networkx.algorithms.sparsifiers [] []
networkx [] []
functools [] []
networkx.algorithms.dominance [] []
networkx.readwrite.json_graph.tree [] []
networkx.generators.degree_seq [] []
types [] []
operator [] []
networkx.algorithms.connectivity.disjoint_paths [] []
ast [] []
networkx.relabel [] []
networkx.algorithms.community.leiden [] []
networkx.algorithms.approximation.distance_measures [] []
networkx.algorithms.community.quality [] []
networkx.algorithms.mis [] []
networkx.utils.heaps [] []
networkx.algorithms.cuts [] []
dataclasses [] []
networkx.algorithms.approximation.vertex_cover [] []
networkx.algorithms.approximation.ramsey [] []
networkx.algorithms.components.strongly_connected [] []
networkx.algorithms.simple_paths [] []
networkx.algorithms.centrality.trophic [] []
networkx.algorithms.wiener [] []
networkx.algorithms.hierarchy [] []
PIL [] []
networkx.algorithms.voronoi [] []
networkx.algorithms.distance_measures [] []
networkx.algorithms.approximation.clustering_coefficient [] []
networkx.algorithms.flow.dinitz_alg [] []
networkx.algorithms.connectivity.connectivity [] []
networkx.algorithms.isomorphism.ismags [] []
queue [] []
networkx.generators.random_clustered [] []
networkx.readwrite.text [] []
io [] []
networkx.algorithms.graphical [] []
networkx.conftest [] []
networkx.algorithms.tree.coding [] []
networkx.algorithms.flow.preflowpush [] []
networkx.utils.random_sequence [] []
...fuzz_graph6 ['fuzz_graph6'] []
networkx.algorithms.bipartite.link_analysis [] []
networkx.algorithms.flow [] []
networkx.algorithms.tree.mst [] []
networkx.generators.social [] []
networkx.algorithms.bipartite.matching [] []
networkx.utils.mapped_queue [] []
networkx.algorithms.centrality.harmonic [] []
random [] []
networkx.algorithms.bipartite.redundancy [] []
networkx.algorithms.approximation.matching [] []
networkx.generators.sudoku [] []
networkx.algorithms.traversal.beamsearch [] []
networkx.algorithms.traversal [] []
scipy [] []
networkx.algorithms.tree.distance_measures [] []
networkx.classes.multigraph [] []
networkx.algorithms.flow.capacityscaling [] []
networkx.algorithms.shortest_paths.generic [] []
networkx.algorithms.centrality.group [] []
networkx.algorithms.community.modularity_max [] []
networkx.algorithms.broadcasting [] []
networkx.algorithms.shortest_paths.dense [] []
networkx.algorithms.centrality.betweenness [] []
gzip [] []
networkx.algorithms.structuralholes [] []
networkx.algorithms.coloring.greedy_coloring [] []
networkx.algorithms.minors.contraction [] []
networkx.readwrite.leda [] []
networkx.algorithms.connectivity.edge_kcomponents [] []
networkx.algorithms.assortativity.mixing [] []
networkx.linalg.algebraicconnectivity [] []
networkx.algorithms.summarization [] []
networkx.readwrite.p2g [] []
networkx.algorithms.centrality.laplacian [] []
networkx.algorithms.bipartite [] []
networkx.algorithms.traversal.depth_first_search [] []
networkx.algorithms.bipartite.edgelist [] []
networkx.generators.mycielski [] []
networkx.generators.trees [] []
networkx.algorithms.operators.unary [] []
networkx.linalg [] []
networkx.algorithms.tree.operations [] []
networkx.generators.time_series [] []
networkx.algorithms.communicability_alg [] []
atheris [] []
networkx.lazy_imports [] []
networkx.algorithms.centrality.load [] []
networkx.algorithms.vitality [] []
pydot [] []
networkx.algorithms.community.centrality [] []
networkx.algorithms.operators.all [] []
numpy [] []
networkx.algorithms.isomorphism.vf2userfunc [] []
networkx.algorithms.components.biconnected [] []
networkx.algorithms.approximation [] []
networkx.algorithms.matching [] []
networkx.algorithms.bipartite.spectral [] []
networkx.readwrite.sparse6 [] []
...fuzz_graphml ['fuzz_graphml'] []
networkx.convert [] []
networkx.classes.digraph [] []
networkx.algorithms [] []
networkx.algorithms.shortest_paths [] []
pandas [] []
networkx.algorithms.lowest_common_ancestors [] []
networkx.convert_matrix [] []
networkx.algorithms.tree.recognition [] []
networkx.generators.ego [] []
networkx.generators.spectral_graph_forge [] []
networkx.algorithms.community.kernighan_lin [] []
networkx.algorithms.tree [] []
networkx.algorithms.tree.branchings [] []
networkx.algorithms.components.semiconnected [] []
networkx.generators.expanders [] []
networkx.algorithms.centrality.degree_alg [] []
pygraphviz [] []
networkx.algorithms.community.local [] []
warnings [] []
networkx.algorithms.approximation.kcomponents [] []
networkx.drawing.nx_pydot [] []
networkx.algorithms.tree.decomposition [] []
networkx.algorithms.community.louvain [] []
networkx.algorithms.isomorphism.isomorphvf2 [] []
networkx.algorithms.isolate [] []
networkx.algorithms.smallworld [] []
networkx.algorithms.bridges [] []
networkx.algorithms.planarity [] []
networkx.utils.backends [] []
networkx.algorithms.centrality.second_order [] []
networkx.algorithms.flow.shortestaugmentingpath [] []
networkx.classes.function [] []
networkx.linalg.modularitymatrix [] []
networkx.algorithms.bipartite.covering [] []
networkx.generators.joint_degree_seq [] []
matplotlib [] []
networkx.algorithms.richclub [] []
networkx.algorithms.euler [] []
networkx.algorithms.traversal.edgedfs [] []
networkx.algorithms.chordal [] []
math [] []
networkx.algorithms.shortest_paths.unweighted [] []
sys [] []
networkx.generators.harary_graph [] []
pytest [] []
networkx.classes.graphviews [] []
networkx.algorithms.bipartite.centrality [] []
networkx.algorithms.approximation.density [] []
networkx.algorithms.walks [] []
networkx.generators.nonisomorphic_trees [] []
networkx.algorithms.coloring.equitable_coloring [] []
networkx.algorithms.centrality.betweenness_subset [] []
networkx.generators.intersection [] []
networkx.drawing.nx_agraph [] []
networkx.linalg.spectrum [] []
networkx.algorithms.dominating [] []
networkx.algorithms.operators [] []
networkx.algorithms.core [] []
networkx.readwrite.json_graph [] []
networkx.algorithms.isomorphism.tree_isomorphism [] []
networkx.algorithms.assortativity.neighbor_degree [] []
networkx.readwrite.graph6 [] []
networkx.algorithms.planar_drawing [] []
networkx.algorithms.bipartite.generators [] []
networkx.algorithms.flow.gomory_hu [] []
networkx.drawing.nx_latex [] []
networkx.algorithms.connectivity.kcutsets [] []
networkx.algorithms.chains [] []
networkx.algorithms.swap [] []
networkx.algorithms.operators.product [] []
networkx.classes.reportviews [] []
networkx.generators.atlas [] []
networkx.drawing.nx_pylab [] []
networkx.utils.misc [] []
networkx.linalg.laplacianmatrix [] []
networkx.algorithms.centrality.dispersion [] []
networkx.algorithms.centrality.katz [] []
networkx.algorithms.graph_hashing [] []
networkx.algorithms.link_prediction [] []
networkx.algorithms.tournament [] []
networkx.utils.configs [] []
hashlib [] []
networkx.algorithms.triads [] []
logging [] []
networkx.algorithms.centrality.current_flow_closeness [] []
networkx.generators.geometric [] []
networkx.algorithms.flow.networksimplex [] []
networkx.algorithms.connectivity.cuts [] []
collections [] []
networkx.algorithms.approximation.steinertree [] []
networkx.generators [] []
inspect [] []
networkx.linalg.attrmatrix [] []
networkx.algorithms.centrality.current_flow_betweenness_subset [] []
networkx.utils.rcm [] []
networkx.algorithms.d_separation [] []
networkx.algorithms.threshold [] []
networkx.linalg.graphmatrix [] []
networkx.utils.union_find [] []
networkx.generators.community [] []
networkx.algorithms.asteroidal [] []
shlex [] []
networkx.algorithms.smetric [] []
networkx.algorithms.community.divisive [] []
networkx.algorithms.flow.utils [] []
networkx.readwrite.edgelist [] []
networkx.algorithms.isomorphism.matchhelpers [] []
networkx.algorithms.bipartite.projection [] []
networkx.readwrite.gexf [] []
networkx.algorithms.boundary [] []
networkx.readwrite.graphml [] []
networkx.classes.coreviews [] []
networkx.readwrite [] []
networkx.algorithms.community [] []
networkx.readwrite.json_graph.adjacency [] []
networkx.algorithms.cluster [] []
copy [] []
networkx.algorithms.traversal.edgebfs [] []
networkx.algorithms.time_dependent [] []
networkx.algorithms.bipartite.cluster [] []
xml [] []
networkx.algorithms.hybrid [] []
networkx.algorithms.flow.maxflow [] []
networkx.algorithms.regular [] []
networkx.algorithms.flow.boykovkolmogorov [] []
networkx.algorithms.approximation.traveling_salesman [] []
networkx.algorithms.community.community_utils [] []
networkx.readwrite.json_graph.node_link [] []
networkx.generators.random_graphs [] []
networkx.classes.filters [] []
networkx.algorithms.shortest_paths.astar [] []
networkx.readwrite.adjlist [] []
networkx.algorithms.centrality.voterank_alg [] []
networkx.algorithms.link_analysis [] []
networkx.generators.small [] []
networkx.algorithms.centrality.reaching [] []
networkx.generators.triads [] []
networkx.algorithms.efficiency_measures [] []
networkx.algorithms.connectivity [] []
networkx.algorithms.bipartite.matrix [] []
networkx.drawing [] []
networkx.utils.decorators [] []
networkx.algorithms.coloring [] []
networkx.algorithms.assortativity.connectivity [] []
importlib [] []
time [] []
networkx.algorithms.bipartite.basic [] []
networkx.exception [] []
networkx.algorithms.connectivity.stoerwagner [] []
networkx.readwrite.pajek [] []
bisect [] []
networkx.algorithms.approximation.clique [] []
networkx.algorithms.connectivity.utils [] []
networkx.algorithms.isomorphism [] []
networkx.algorithms.centrality.current_flow_betweenness [] []
networkx.algorithms.covering [] []
networkx.algorithms.clique [] []
networkx.algorithms.non_randomness [] []
networkx.algorithms.components.weakly_connected [] []
networkx.generators.stochastic [] []
[] []
networkx.algorithms.isomorphism.isomorph [] []
networkx.algorithms.community.asyn_fluid [] []
re [] []
networkx.classes [] []
networkx.algorithms.approximation.connectivity [] []
networkx.algorithms.isomorphism.vf2pp [] []
networkx.algorithms.moral [] []
networkx.readwrite.json_graph.cytoscape [] []
networkx.algorithms.connectivity.kcomponents [] []
networkx.algorithms.reciprocity [] []
networkx.algorithms.components.attracting [] []
networkx.algorithms.bipartite.extendability [] []
networkx.algorithms.components [] []
lxml [] []
networkx.utils [] []
networkx.algorithms.community.kclique [] []
networkx.algorithms.centrality.flow_matrix [] []
locale [] []
networkx.algorithms.centrality.closeness [] []
networkx.algorithms.assortativity.pairs [] []
networkx.algorithms.centrality.percolation [] []
tempfile [] []
networkx.algorithms.centrality [] []
networkx.algorithms.components.connected [] []
networkx.algorithms.shortest_paths.weighted [] []
networkx.algorithms.approximation.treewidth [] []
networkx.algorithms.link_analysis.pagerank_alg [] []
networkx.algorithms.assortativity.correlation [] []
sympy [] []
networkx.algorithms.minors [] []
networkx.generators.classic [] []

Directories in report

Directory