Project: ansible

Language python
OSS-Fuzz project link
Build status: Fuzzers failing: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 2
Lines of code 995
Lines covered 482
Code coverage 48.44%
Code coverage report Report link
Static reachability 5.37%
Fuzz Introspector report Report link

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
ansible.cli.playbook.PlaybookCLI.run ansible.cli.playbook 3463 0.0%
ansible.cli.adhoc.AdHocCLI.run ansible.cli.adhoc 3269 0.0%
ansible.executor.process.worker.WorkerProcess.run ansible.executor.process.worker 3133 0.0%
ansible.executor.process.worker.WorkerProcess._run ansible.executor.process.worker 3124 0.0%
ansible.executor.task_executor.TaskExecutor.run ansible.executor.task_executor 3109 0.0%
ansible.plugins.strategy.linear.StrategyModule.run ansible.plugins.strategy.linear 3096 0.0%
ansible.executor.task_executor.TaskExecutor._run_loop ansible.executor.task_executor 3077 0.0%
ansible.executor.task_executor.TaskExecutor._execute ansible.executor.task_executor 3045 0.0%
ansible.executor.playbook_executor.PlaybookExecutor.run ansible.executor.playbook_executor 3013 0.0%
ansible.plugins.strategy.free.StrategyModule.run ansible.plugins.strategy.free 3008 0.0%