Project: croniter

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 3
Lines of code 3748
Lines covered 1635
Code coverage 43.62%
Code coverage report Report link
Static reachability 48.77%
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
croniter.croniter.all_prev croniter 91 0.0%
.........fuzz_match.RandomDateTime .........fuzz_match 12 0.0%
croniter.croniter._get_prev_nearest croniter 12 0.0%
.........fuzz_range.RandomDateTime .........fuzz_range 12 0.0%
croniter.croniter._get_low_from_current_date_number croniter 11 0.0%
croniter.croniter._timedelta_to_seconds croniter 6 0.0%
croniter.croniter._get_next_nearest croniter 6 0.0%
croniter.croniter.iter croniter 3 0.0%