Project: mako

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 1
Lines of code 2115
Lines covered 1127
Code coverage 53.29%
Code coverage report Report link
Static reachability 8.44%
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
mako.cmd.cmdline mako.cmd 780 0.0%
mako.testing.fixtures.TemplateTest._do_file_test mako.testing.fixtures 744 0.0%
mako.ext.turbogears.TGPlugin.render mako.ext.turbogears 736 0.0%
mako.testing.fixtures.TemplateTest._do_memory_test mako.testing.fixtures 735 0.0%
mako.testing.fixtures.TemplateTest._do_test mako.testing.fixtures 732 0.0%
mako.template.Template.render mako.template 722 0.0%
mako.template.Template.render_unicode mako.template 722 0.0%
mako.runtime._render mako.runtime 719 0.0%
mako.runtime.Namespace.include_file mako.runtime 690 0.0%
mako.template.Template.render_context mako.template 689 0.0%