Project: jmespathpy

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 1
Lines of code 1057
Lines covered 698
Code coverage 66.04%
Code coverage report Report link
Static reachability 10.74%
Fuzz Introspector report Report link (from 2025-07-04)

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
jmespath.search jmespath 128 0.0%
...fuzz_parse.TestOneInput ...fuzz_parse 112 0.0%
jmespath.compile jmespath 106 0.0%
jmespath.visitor.TreeInterpreter.visit_function_expression jmespath.visitor 55 0.0%
jmespath.functions.Functions.call_function jmespath.functions 40 0.0%
jmespath.functions.Functions._validate_arguments jmespath.functions 37 0.0%
jmespath.functions.Functions._type_check jmespath.functions 33 0.0%
jmespath.functions.Functions._type_check_single jmespath.functions 27 0.0%
jmespath.visitor.TreeInterpreter.visit_filter_projection jmespath.visitor 25 0.0%
jmespath.functions.Functions._func_sort_by jmespath.functions 25 0.0%