Project: textdistance

Language python
OSS-Fuzz project link
Project repository 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 1434
Lines covered 1022
Code coverage 71.27%
Code coverage report Report link
Static reachability 0.54%
Fuzz Introspector report Report link (from 2025-10-31)

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
textdistance.benchmark.Benchmark.run textdistance.benchmark 72 0.0%
textdistance.algorithms.edit_based.Gotoh.__call__ textdistance.algorithms.edit_based 43 15.62%
textdistance.algorithms.token_based.MongeElkan._calc textdistance.algorithms.token_based 39 0.0%
...textdistance.fuzzing.textdistance_fuzzer.TestOneInput ...textdistance.fuzzing.textdistance_fuzzer 35 0.0%
textdistance.algorithms.simple.Prefix.__call__ textdistance.algorithms.simple 29 0.0%
textdistance.algorithms.sequence_based.LCSStr._custom textdistance.algorithms.sequence_based 24 0.0%
textdistance.algorithms.vector_based.Minkowski.__call__ textdistance.algorithms.vector_based 24 0.0%
textdistance.algorithms.vector_based.Correlation.__call__ textdistance.algorithms.vector_based 24 0.0%
textdistance.algorithms.sequence_based.LCSSeq._recursive textdistance.algorithms.sequence_based 22 0.0%
textdistance.algorithms.edit_based.DamerauLevenshtein._numpy textdistance.algorithms.edit_based 22 0.0%