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 2
Lines of code 13343
Lines covered 3938
Code coverage 29.51%
Code coverage report Report link
Static reachability 1.17%
Fuzz Introspector report Report link (from 2025-08-28)

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
prompt_toolkit.application.application.Application.run.run_in_thread prompt_toolkit.application.application 581 0.0%
prompt_toolkit.application.application.Application.run prompt_toolkit.application.application 578 0.0%
prompt_toolkit.application.application.Application.__init__ prompt_toolkit.application.application 531 0.0%
prompt_toolkit.application.application.Application.run_async prompt_toolkit.application.application 528 0.0%
prompt_toolkit.key_binding.bindings.named_commands.complete prompt_toolkit.key_binding.bindings.named_commands 520 0.0%
prompt_toolkit.shortcuts.prompt.PromptSession._create_prompt_bindings._complete_like_readline prompt_toolkit.shortcuts.prompt 520 0.0%
prompt_toolkit.key_binding.bindings.completion.display_completions_like_readline prompt_toolkit.key_binding.bindings.completion 517 0.0%
prompt_toolkit.key_binding.bindings.completion._display_completions_like_readline prompt_toolkit.key_binding.bindings.completion 484 0.0%
prompt_toolkit.key_binding.bindings.completion._display_completions_like_readline.run_compl prompt_toolkit.key_binding.bindings.completion 469 0.0%
prompt_toolkit.shortcuts.utils.print_formatted_text prompt_toolkit.shortcuts.utils 464 0.0%