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 2
Lines of code 13478
Lines covered 4143
Code coverage 30.74%
Code coverage report Report link
Static reachability 1.18%
Fuzz Introspector report Report link (from 2024-09-06)

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 593 0.0%
prompt_toolkit.application.application.Application.run prompt_toolkit.application.application 590 0.0%
prompt_toolkit.application.application.Application.__init__ prompt_toolkit.application.application 553 0.0%
prompt_toolkit.key_binding.bindings.named_commands.complete prompt_toolkit.key_binding.bindings.named_commands 552 0.0%
prompt_toolkit.shortcuts.prompt.PromptSession._create_prompt_bindings._complete_like_readline prompt_toolkit.shortcuts.prompt 552 0.0%
prompt_toolkit.key_binding.bindings.completion.display_completions_like_readline prompt_toolkit.key_binding.bindings.completion 549 0.0%
prompt_toolkit.application.application.Application.run_async prompt_toolkit.application.application 540 0.0%
prompt_toolkit.key_binding.bindings.completion._display_completions_like_readline prompt_toolkit.key_binding.bindings.completion 516 0.0%
prompt_toolkit.key_binding.bindings.completion._display_completions_like_readline.run_compl prompt_toolkit.key_binding.bindings.completion 501 0.0%
prompt_toolkit.shortcuts.utils.print_formatted_text prompt_toolkit.shortcuts.utils 497 0.0%