Project: httpcore

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 3690
Lines covered 1066
Code coverage 28.89%
Code coverage report Report link
Static reachability 0.00%
Fuzz Introspector report Report link (from 2024-09-06)

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
httpcore._sync.interfaces.RequestInterface.request httpcore._sync.interfaces 478 0.0%
httpcore._async.interfaces.AsyncRequestInterface.request httpcore._async.interfaces 401 0.0%
httpcore._async.interfaces.AsyncRequestInterface.stream httpcore._async.interfaces 398 0.0%
httpcore._async.http_proxy.AsyncForwardHTTPConnection.handle_async_request httpcore._async.http_proxy 322 0.0%
httpcore._async.socks_proxy.AsyncSocks5Connection.handle_async_request httpcore._async.socks_proxy 320 0.0%
httpcore._async.http_proxy.AsyncTunnelHTTPConnection.handle_async_request httpcore._async.http_proxy 306 0.0%
httpcore._sync.http_proxy.ForwardHTTPConnection.handle_request httpcore._sync.http_proxy 299 0.0%
httpcore._sync.socks_proxy.Socks5Connection.handle_request httpcore._sync.socks_proxy 297 0.0%
httpcore._async.connection.AsyncHTTPConnection.handle_async_request httpcore._async.connection 291 0.0%
httpcore._sync.http_proxy.TunnelHTTPConnection.handle_request httpcore._sync.http_proxy 283 0.0%