Project: dask

Language python
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 36612
Lines covered 7210
Code coverage 19.69%
Code coverage report Report link
Static reachability 1.26%
Fuzz Introspector report Report link (from 2024-07-25)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
dask.dataframe.core._Frame.describe dask.dataframe.core 3019 0.0%
dask.dataframe.core._Frame._describe_1d dask.dataframe.core 3011 0.0%
dask.dataframe.core._Frame._describe_numeric dask.dataframe.core 2967 0.0%
dask.array.core.Array.__getitem__ dask.array.core 2906 0.0%
dask.array.core.check_if_handled_given_other.wrapper dask.array.core 2868 0.0%
dask.dataframe.io.parquet.core.read_parquet dask.dataframe.io.parquet.core 2859 0.0%
dask.array.core.Array.__array_ufunc__ dask.array.core 2838 0.0%
dask.array.routines.searchsorted dask.array.routines 2796 0.0%
dask.array.routines.corrcoef dask.array.routines 2794 0.0%
dask.array.creation.diag dask.array.creation 2739 0.0%