Project: jmespathpy

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 1050
Lines covered 703
Code coverage 66.95%
Code coverage report Report link
Static reachability 10.74%
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
jmespath.search jmespath 131 0.0%
...fuzz_parse.TestOneInput ...fuzz_parse 112 0.0%
jmespath.compile jmespath 106 0.0%
jmespath.visitor.TreeInterpreter.visit_function_expression jmespath.visitor 61 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.visitor.TreeInterpreter.visit_filter_projection jmespath.visitor 31 0.0%
jmespath.parser.ParsedResult.search jmespath.parser 28 0.0%
jmespath.visitor.TreeInterpreter.visit_comparator jmespath.visitor 28 0.0%