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 5432
Lines covered 4303
Code coverage 79.22%
Code coverage report Report link
Static reachability 0.99%
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
markdown_it.cli.parse.main markdown_it.cli.parse 112 0.0%
markdown_it.cli.parse.convert markdown_it.cli.parse 85 0.0%
markdown_it.cli.parse.convert_file markdown_it.cli.parse 82 0.0%
markdown_it.cli.parse.interactive markdown_it.cli.parse 79 0.0%
markdown_it.rules_core.linkify.linkify markdown_it.rules_core.linkify 63 7.317%
markdown_it.rules_core.smartquotes.smartquotes markdown_it.rules_core.smartquotes 62 0.0%
markdown_it.rules_core.smartquotes.process_inlines markdown_it.rules_core.smartquotes 58 0.0%
markdown_it.rules_block.table.table markdown_it.rules_block.table 58 0.0%
markdown_it.renderer.RendererHTML.fence markdown_it.renderer 51 0.0%
markdown_it.rules_core.replacements.replace markdown_it.rules_core.replacements 46 0.0%