Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: idna

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1 1.69%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 58 98.3%
All colors 59 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 286 ada::idna::to_ascii(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:9731
0 0 None 0 193 ada::idna::from_ascii_to_ascii(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:9644
0 0 None 0 64 ada::idna::to_unicode(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:9793
0 0 None 0 6 ada::idna::is_label_valid(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:9498
0 0 None 0 0 ada::idna::decompose(std::__1::basic_string ,std::__1::allocator >&,unsignedlong) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:7831
0 0 None 0 0 ada::idna::punycode_to_utf32(std::__1::basic_string_view >,std::__1::basic_string ,std::__1::allocator >&) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8038
0 0 None 0 0 ada::idna::punycode_to_utf32(std::__1::basic_string_view >,std::__1::basic_string ,std::__1::allocator >&) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8067
0 0 None 0 0 ada::idna::punycode_to_utf32(std::__1::basic_string_view >,std::__1::basic_string ,std::__1::allocator >&) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8078
0 0 None 0 0 ada::idna::verify_punycode(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8100
0 0 None 0 0 ada::idna::verify_punycode(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8128
0 0 None 0 0 ada::idna::verify_punycode(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8139
0 0 None 0 0 ada::idna::utf32_to_punycode(std::__1::basic_string_view >,std::__1::basic_string ,std::__1::allocator >&) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:8175

Runtime coverage analysis

Covered functions
36
Functions that are reachable but not covered
5
Reachable functions
66
Percentage of reachable functions covered
92.42%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ada-url/fuzz/idna.cc 1
/src/ada-url/build/singleheader/ada.cpp 30

Fuzzer: url_search_params

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 7 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 35 83.3%
All colors 42 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 48 ada::url_search_params::to_string()const call site: 00000 /src/ada-url/build/singleheader/ada.h:8763
0 0 1 :

['std::__1::pair , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > >& std::__1::vector , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > >, std::__1::allocator , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > > > >::emplace_back > const&, std::__1::basic_string_view > const&>(std::__1::basic_string_view > const&, std::__1::basic_string_view > const&)']

0 0 ada::url_search_params::set(std::__1::basic_string_view >,std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.h:8779

Runtime coverage analysis

Covered functions
35
Functions that are reachable but not covered
8
Reachable functions
57
Percentage of reachable functions covered
85.96%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ada-url/fuzz/url_search_params.cc 1
/src/ada-url/build/singleheader/ada.h 25
/src/ada-url/build/singleheader/ada.cpp 2

Fuzzer: can_parse

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 98 22.7%
gold [1:9] 15 3.48%
yellow [10:29] 11 2.55%
greenyellow [30:49] 4 0.92%
lawngreen 50+ 303 70.3%
All colors 431 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
264 312 18 :

['std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, std::__1::basic_string_view >)', 'ada::url_aggregator::validate() const', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', 'std::__1::basic_string , std::__1::allocator > std::__1::operator+ , std::__1::allocator >(char const*, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'std::__1::basic_string , std::__1::allocator >::resize[abi:ne180100](unsigned long)', 'std::__1::basic_string , std::__1::allocator > std::__1::operator+[abi:ne180100] , std::__1::allocator >(std::__1::basic_string , std::__1::allocator >&&, char const*)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'abort', 'ada::url_aggregator::get_search() const', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'ada::url_components::to_string() const', 'std::__1::basic_string , std::__1::allocator >::erase(unsigned long, unsigned long)', 'bool std::__1::operator==[abi:ne180100] >(std::__1::basic_string_view >, std::__1::type_identity > >::type)', 'std::__1::basic_ostream >::operator<<(int)', 'std::__1::basic_string , std::__1::allocator > std::__1::operator+[abi:ne180100] , std::__1::allocator >(std::__1::basic_string , std::__1::allocator >&&, std::__1::basic_string , std::__1::allocator >&&)', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] , std::__1::allocator >(std::__1::basic_ostream >&, std::__1::basic_string , std::__1::allocator > const&)', 'ada::url_aggregator::to_diagram() const']

264 312 ada::url_aggregator::clear_search() call site: 00000 /src/ada-url/build/singleheader/ada.h:7902
80 80 15 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendINS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERS5_RKSA_', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string , std::__1::allocator >::insert(unsigned long, char const*)', 'ada::url_aggregator::validate() const', 'std::__1::basic_string , std::__1::allocator >::operator+=[abi:ne180100](char const*)', 'std::__1::basic_string_view >::size[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::erase(unsigned long, unsigned long)', 'std::__1::basic_string_view >::remove_prefix[abi:ne180100](unsigned long)', 'std::__1::basic_ostream >::operator<<(int)', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'std::__1::basic_string_view >::operator[][abi:ne180100](unsigned long) const', 'std::__1::basic_string , std::__1::allocator >::resize[abi:ne180100](unsigned long)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertINS_17basic_string_viewIcS2_EETnNS_9enable_ifIXsr33__can_be_converted_to_string_viewIcS2_T_EE5valueEiE4typeELi0EEERS5_mRKSA_', 'std::__1::basic_string , std::__1::allocator >::size[abi:ne180100]() const', 'abort']

80 80 ada::url_aggregator::update_base_search(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.h:7483
80 80 6 :

['std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'ada::url_aggregator::validate() const', 'std::__1::basic_string , std::__1::allocator >::erase(unsigned long, unsigned long)', 'std::__1::basic_ostream >::operator<<(int)', 'abort']

80 80 ada::url_aggregator::clear_port() call site: 00000 /src/ada-url/build/singleheader/ada.h:7878
2 2 7 :

['std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string_view >::substr[abi:ne180100](unsigned long, unsigned long) const', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'std::__1::basic_ostream >::operator<<(unsigned long)', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::size[abi:ne180100]() const', 'abort']

6 6 ada::url_aggregator::get_search()const call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14662
0 0 None 754 12953 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12959
0 0 None 754 12953 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12968
0 0 None 748 12941 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13059
0 0 None 748 12941 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13608
0 0 None 748 12941 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13667
0 0 None 748 12941 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13793
0 0 None 500 574 ada::url_aggregator::clear_hostname() call site: 00000 /src/ada-url/build/singleheader/ada.h:7979
0 0 None 498 555 ada::url_aggregator::clear_hostname() call site: 00000 /src/ada-url/build/singleheader/ada.h:7988

Runtime coverage analysis

Covered functions
131
Functions that are reachable but not covered
61
Reachable functions
249
Percentage of reachable functions covered
75.5%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ada-url/fuzz/can_parse.cc 1
/src/ada-url/build/singleheader/ada.cpp 57
/src/ada-url/build/singleheader/ada.h 57
/usr/local/bin/../include/c++/v1/optional 8

Fuzzer: ada_c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 245 25.4%
gold [1:9] 1 0.10%
yellow [10:29] 2 0.20%
greenyellow [30:49] 2 0.20%
lawngreen 50+ 711 73.9%
All colors 961 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
896 3003 41 :

['ada::url_aggregator::has_non_empty_username() const', 'std::__1::basic_string_view >::find[abi:ne180100](char const*, unsigned long) const', 'std::__1::basic_string_view >::size[abi:ne180100]() const', 'ada::url_aggregator::has_port() const', 'ada::url_aggregator::has_hostname() const', '_ZNKSt3__16ranges8__any_of4__fnclB8ne180100ITkNS0_11input_rangeERNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_8identityETkNS_24indirect_unary_predicateINS_16__projected_implIDTclL_ZNS0_5__cpo5beginEEclsr3stdE7declvalIRT_EEEET0_E6__typeEEEPDoFbcEEEbOSF_T1_SI_', '_ZNSt3__18optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEC2B8ne180100IS6_TnNS_9enable_ifIXclsr22_CheckOptionalArgsCtorIT_EE17__enable_implicitISA_EEEiE4typeELi0EEEOSA_', 'ada::unicode::to_ascii(std::__1::optional , std::__1::allocator > >&, std::__1::basic_string_view >, unsigned long)', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', 'std::__1::basic_string_view >::rfind[abi:ne180100](char, unsigned long) const', 'abort', 'ada::url_aggregator::parse_ipv6(std::__1::basic_string_view >)', 'ada::url_aggregator::has_non_empty_password() const', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string_view >::ends_with[abi:ne180100](char) const', 'std::__1::basic_ostream >::operator<<(int)', 'ada::url_aggregator::clear_hostname()', 'std::__1::basic_string_view >::find[abi:ne180100](char, unsigned long) const', 'ada::url_aggregator::delete_dash_dot()', 'std::__1::basic_string_view >::data[abi:ne180100]() const', 'ada::url_aggregator::validate() const', 'std::__1::basic_string_view >::back[abi:ne180100]() const', 'ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator::get_hostname() const', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'std::__1::basic_string_view >::operator[][abi:ne180100](unsigned long) const', '__clang_call_terminate', 'ada::helpers::overlaps(std::__1::basic_string_view >, std::__1::basic_string , std::__1::allocator > const&)', 'ada::url_aggregator::parse_ipv4(std::__1::basic_string_view >, bool)', 'ada::url_aggregator::has_dash_dot() const', 'ada::url_aggregator::parse_opaque_host(std::__1::basic_string_view >)', 'std::__1::optional , std::__1::allocator > >::~optional()', 'ada::url_aggregator::update_base_port(unsigned int)', 'std::__1::optional , std::__1::allocator > >::value[abi:ne180100]() &', 'std::__1::basic_string_view >::remove_prefix[abi:ne180100](unsigned long)', 'std::__1::array ::operator[][abi:ne180100](unsigned long) const', '_ZNKSt3__16ranges8__all_of4__fnclB8ne180100ITkNS0_11input_rangeERNS_17basic_string_viewIcNS_11char_traitsIcEEEENS_8identityETkNS_24indirect_unary_predicateINS_16__projected_implIDTclL_ZNS0_5__cpo5beginEEclsr3stdE7declvalIRT_EEEET0_E6__typeEEEPDoFbcEEEbOSD_T1_SG_', 'std::__1::basic_string_view >::remove_suffix[abi:ne180100](unsigned long)', 'ada::url_aggregator::add_authority_slashes_if_needed()', 'std::__1::basic_string_view >::starts_with[abi:ne180100](char const*) const']

896 3003 boolada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14440
709 1047 8 :

['ada::url_aggregator::has_non_empty_password() const', 'ada::url_aggregator::delete_dash_dot()', 'ada::url_aggregator::has_non_empty_username() const', 'ada::url_aggregator::has_dash_dot() const', 'ada::url_aggregator::clear_hostname()', 'ada::url_aggregator::has_port() const', 'ada::url_aggregator::has_hostname() const', 'ada::url_aggregator::add_authority_slashes_if_needed()']

896 3003 boolada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14440
88 235 4 :

['std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', 'ada::url_aggregator::has_non_empty_username() const', 'ada::url_aggregator::update_base_username(std::__1::basic_string_view >)', 'ada::url_aggregator::clear_password()']

88 235 ada::url_aggregator::update_base_password(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.h:7747
0 214 7 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'std::__1::basic_string , std::__1::allocator >::empty[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::resize[abi:ne180100](unsigned long)', 'ada::url_aggregator::get_pathname() const', 'std::__1::basic_string , std::__1::allocator >::size[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::back[abi:ne180100]()']

2 216 ada::url_aggregator::set_search(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14270
0 214 7 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'std::__1::basic_string , std::__1::allocator >::empty[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::resize[abi:ne180100](unsigned long)', 'ada::url_aggregator::get_pathname() const', 'std::__1::basic_string , std::__1::allocator >::size[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::back[abi:ne180100]()']

2 216 ada::url_aggregator::set_hash(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14292
0 85 1 :

['ada::url_aggregator::clear_port()']

0 85 ada::url_aggregator::set_port(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14173
0 4 1 :

['ada::url_aggregator::operator=(ada::url_aggregator&&)']

0 3792 ada::can_parse(std::__1::basic_string_view >,std::__1::basic_string_view >const*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:11090
0 0 None 872 14925 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12959
0 0 None 872 14925 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12965
0 0 None 872 14925 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12968
0 0 None 866 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13059
0 0 None 866 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13112

Runtime coverage analysis

Covered functions
237
Functions that are reachable but not covered
83
Reachable functions
401
Percentage of reachable functions covered
79.3%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ada-url/fuzz/ada_c.c 1
/src/ada-url/build/singleheader/ada.cpp 119
/src/ada-url/build/singleheader/ada.h 100
/usr/local/bin/../include/c++/v1/optional 8

Fuzzer: parse

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 247 23.4%
gold [1:9] 26 2.46%
yellow [10:29] 6 0.56%
greenyellow [30:49] 7 0.66%
lawngreen 50+ 767 72.8%
All colors 1053 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 24 10 :

['ada::unicode::percent_encode(std::__1::basic_string_view >, unsigned char const*)', 'std::__1::basic_string_view >::data[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::insert(unsigned long, char const*)', 'std::__1::basic_string_view >::size[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::insert[abi:ne180100](unsigned long, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::erase(unsigned long, unsigned long)', 'std::__1::basic_string_view >::remove_prefix[abi:ne180100](unsigned long)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertINS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERS5_mRKSA_mm', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertINS_17basic_string_viewIcS2_EETnNS_9enable_ifIXsr33__can_be_converted_to_string_viewIcS2_T_EE5valueEiE4typeELi0EEERS5_mRKSA_', 'std::__1::basic_string , std::__1::allocator >::~basic_string()']

2 104 ada::url_aggregator::update_base_search(std::__1::basic_string_view >,unsignedcharconst*) call site: 00000 /src/ada-url/build/singleheader/ada.h:7525
0 0 None 387 465 boolada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14517
0 0 None 387 465 boolada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14517
0 0 None 193 2202 boolada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14489
0 0 None 193 2202 boolada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:14489
0 0 None 170 14925 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12959
0 0 None 170 14925 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12965
0 0 None 170 14925 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:12968
0 0 None 164 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13059
0 0 None 164 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13112
0 0 None 164 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13608
0 0 None 164 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13656

Runtime coverage analysis

Covered functions
267
Functions that are reachable but not covered
110
Reachable functions
493
Percentage of reachable functions covered
77.69%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ada-url/fuzz/parse.cc 2
/src/ada-url/build/singleheader/ada.cpp 100
/src/ada-url/build/singleheader/ada.h 146
/usr/local/bin/../include/c++/v1/optional 13

Fuzzer: url_pattern

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 989 63.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 562 36.2%
All colors 1551 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2692 12871 78 :

['ada::url_aggregator::append_base_pathname(std::__1::basic_string_view >)', 'std::__1::basic_string_view >::find[abi:ne180100](char const*, unsigned long) const', 'ada::url_aggregator::get_href() const', 'std::__1::basic_string_view >::empty[abi:ne180100]() const', 'std::__1::basic_string_view >::size[abi:ne180100]() const', 'ada::unreachable()', '_ZNSt3__18optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEC2B8ne180100IS6_TnNS_9enable_ifIXclsr22_CheckOptionalArgsCtorIT_EE17__enable_implicitISA_EEEiE4typeELi0EEEOSA_', 'ada::url_aggregator::parse_ipv6(std::__1::basic_string_view >)', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', 'std::__1::basic_string_view >::rfind[abi:ne180100](char, unsigned long) const', 'ada::unicode::to_lower_ascii(char*, unsigned long)', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string_view >::begin[abi:ne180100]() const', 'std::__1::array ::operator[][abi:ne180100](unsigned long) const', 'ada::url_aggregator::clear_search()', 'std::__1::basic_string_view >::length[abi:ne180100]() const', 'std::__1::basic_string_view >::find[abi:ne180100](char, unsigned long) const', 'ada::url_aggregator::update_host_to_base_host(std::__1::basic_string_view >)', 'ada::url_aggregator::get_pathname() const', 'std::__1::basic_string , std::__1::allocator >::data[abi:ne180100]()', 'ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator::consume_prepared_path(std::__1::basic_string_view >)', 'ada::scheme::get_scheme_type(std::__1::basic_string_view >)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', '__clang_call_terminate', 'ada::scheme::get_special_port(ada::scheme::type)', 'ada::url_aggregator::get_search() const', 'std::__1::basic_string_view >::end[abi:ne180100]() const', 'std::__1::basic_string_view >::substr[abi:ne180100](unsigned long, unsigned long) const', 'ada::url_aggregator::update_base_port(unsigned int)', '_ZNKSt3__16ranges8__all_of4__fnclB8ne180100ITkNS0_11input_rangeERNS_17basic_string_viewIcNS_11char_traitsIcEEEENS_8identityETkNS_24indirect_unary_predicateINS_16__projected_implIDTclL_ZNS0_5__cpo5beginEEclsr3stdE7declvalIRT_EEEET0_E6__typeEEEPDoFbcEEEbOSD_T1_SG_', 'ada::url_aggregator::clear_port()', 'ada::url_aggregator::set_scheme_from_view_with_colon(std::__1::basic_string_view >)', 'std::__1::tuple_element<1ul, std::__1::pair >::type&& std::__1::get[abi:ne180100]<1ul, unsigned long, bool>(std::__1::pair &&)', 'std::__1::basic_string_view >::remove_suffix[abi:ne180100](unsigned long)', 'std::__1::basic_string_view >::starts_with[abi:ne180100](char const*) const', 'std::__1::basic_string , std::__1::allocator >::size[abi:ne180100]() const', 'ada::unicode::percent_encode(std::__1::basic_string_view >, unsigned char const*)', 'ada::url_aggregator::update_base_search(std::__1::basic_string_view >)', '_ZNKSt3__16ranges8__any_of4__fnclB8ne180100ITkNS0_11input_rangeERNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_8identityETkNS_24indirect_unary_predicateINS_16__projected_implIDTclL_ZNS0_5__cpo5beginEEclsr3stdE7declvalIRT_EEEET0_E6__typeEEEPDoFbcEEEbOSF_T1_SI_', 'ada::url_aggregator::get_host() const', 'ada::url_aggregator::retrieve_base_port() const', 'ada::unicode::to_ascii(std::__1::optional , std::__1::allocator > >&, std::__1::basic_string_view >, unsigned long)', 'abort', 'ada::url_aggregator::copy_scheme(ada::url_aggregator const&)', 'std::__1::basic_string_view >::ends_with[abi:ne180100](char) const', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*, unsigned long)', 'ada::url_aggregator::clear_pathname()', 'std::__1::basic_ostream >::operator<<(int)', 'ada::url_aggregator::set_scheme(std::__1::basic_string_view >)', 'std::__1::basic_string , std::__1::allocator > ada::helpers::concat > >(char const*, std::__1::basic_string_view >)', 'std::__1::basic_string_view >::find_first_of[abi:ne180100](char const*, unsigned long) const', 'ada::checkers::is_windows_drive_letter(std::__1::basic_string_view >)', 'std::__1::basic_string_view >::data[abi:ne180100]() const', 'std::__1::basic_string_view >::back[abi:ne180100]() const', 'ada::url_aggregator::validate() const', 'ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >)', 'ada::url_aggregator::update_base_authority(std::__1::basic_string_view >, ada::url_components const&)', 'ada::url_aggregator::get_hostname() const', 'ada::url_aggregator::set_protocol_as_file()', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', '_ZNSt3__110from_charsB8ne180100ItTnNS_9enable_ifIXsr11is_integralIT_EE5valueEiE4typeELi0EEENS_17from_chars_resultEPKcS7_RS2_', 'std::__1::tuple_element<0ul, std::__1::pair >::type&& std::__1::get[abi:ne180100]<0ul, unsigned long, bool>(std::__1::pair &&)', 'std::__1::basic_string_view >::operator[][abi:ne180100](unsigned long) const', 'std::__1::basic_string , std::__1::allocator > std::__1::operator+[abi:ne180100] , std::__1::allocator >(std::__1::basic_string , std::__1::allocator >&&, char const*)', 'ada::helpers::overlaps(std::__1::basic_string_view >, std::__1::basic_string , std::__1::allocator > const&)', 'ada::url_aggregator::parse_ipv4(std::__1::basic_string_view >, bool)', 'ada::url_aggregator::parse_opaque_host(std::__1::basic_string_view >)', 'ada::checkers::is_alpha(char)', 'ada::url_aggregator::append_base_password(std::__1::basic_string_view >)', 'std::__1::optional , std::__1::allocator > >::~optional()', 'ada::url_aggregator::append_base_username(std::__1::basic_string_view >)', 'std::__1::optional , std::__1::allocator > >::value[abi:ne180100]() &', 'bool std::__1::operator==[abi:ne180100] >(std::__1::basic_string_view >, std::__1::type_identity > >::type)', 'std::__1::basic_string_view >::remove_prefix[abi:ne180100](unsigned long)', 'std::__1::array ::operator[][abi:ne180100](unsigned long) const', '_ZNSt3__14pairImbEC2B8ne180100IRmRbTnNS_9enable_ifIXclsr10_CheckArgsE17__enable_implicitIT_T0_EEEiE4typeELi0EEEOS6_OS7_', 'ada::url_aggregator::update_base_search(std::__1::basic_string_view >, unsigned char const*)']

2712 14909 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13579
462 12746 40 :

['_ZN3ada21url_pattern_componentINS_17url_pattern_regex18std_regex_providerEE7compileITkNS_29url_pattern_encoding_callbackEFN2tl8expectedINSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEENS_6errorsEEENS7_17basic_string_viewIcSA_EEEEENS6_IS3_SE_EESH_RT_RNS_37url_pattern_compile_component_optionsE', 'std::__1::basic_string_view >::empty[abi:ne180100]() const', 'std::__1::basic_string_view >::size[abi:ne180100]() const', 'std::__1::optional , std::__1::allocator > >::operator*[abi:ne180100]() &', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'abort', 'ada::url_pattern_init& std::__1::get[abi:ne180100] >, ada::url_pattern_init>(std::__1::variant >, ada::url_pattern_init>&)', 'std::__1::optional > >::optional[abi:ne180100](std::__1::nullopt_t)', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'ada::url_pattern ::url_pattern()', 'std::__1::basic_ostream >::operator<<(int)', 'ada::url_pattern_helpers::is_ipv6_address(std::__1::basic_string_view >)', '_ZN2tl8expectedIN3ada11url_patternINS1_17url_pattern_regex18std_regex_providerEEENS1_6errorsEEC2IS5_TnPNSt3__19enable_ifIXsr3std14is_convertibleIOT_S5_EE5valueEvE4typeELPv0ETnPNSA_IXaaaaaasr3std16is_constructibleIS5_SC_EE5valuentsr3std7is_sameINS9_5decayISB_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameIS7_SJ_EE5valuentsr3std7is_sameINS_10unexpectedIS6_EESJ_EE5valueEvE4typeELSG_0EEESC_', 'ada::url_pattern ::~url_pattern()', 'tl::expected ::operator->()', 'ada::url_pattern_init::operator=(ada::url_pattern_init&&)', 'std::__1::optional , std::__1::allocator > >::operator bool[abi:ne180100]() const', 'tl::expected ::operator bool() const', 'tl::expected ::error() &', 'ada::url_pattern_component ::operator=(ada::url_pattern_component &&)', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'tl::expected , ada::errors>::error() &', 'std::__1::basic_string_view >::operator[][abi:ne180100](unsigned long) const', 'tl::expected ::~expected()', 'tl::expected , ada::errors>::operator bool() const', '_ZN3ada19url_pattern_helpers41protocol_component_matches_special_schemeITkNS_17url_pattern_regex13regex_conceptENS2_18std_regex_providerEEEbRNS_21url_pattern_componentIT_EE', 'std::__1::to_string(int)', 'std::__1::basic_string_view >::substr[abi:ne180100](unsigned long, unsigned long) const', 'ada::url_pattern_init::process(ada::url_pattern_init const&, ada::url_pattern_init::process_type, std::__1::optional > >, std::__1::optional > >, std::__1::optional > >, std::__1::optional > >, std::__1::optional > >, std::__1::optional > >, std::__1::optional > >, std::__1::optional > >)', 'std::__1::optional , std::__1::allocator > >& std::__1::optional , std::__1::allocator > >::operator=[abi:ne180100] (char const (&) [2])', 'std::__1::optional , std::__1::allocator > >::value[abi:ne180100]() &', '_ZNR2tl8expectedIN3ada21url_pattern_componentINS1_17url_pattern_regex18std_regex_providerEEENS1_6errorsEEdeIS5_TnPNSt3__19enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERSB_v', 'bool std::__1::operator==[abi:ne180100] >(std::__1::basic_string_view >, std::__1::type_identity > >::type)', 'std::__1::optional , std::__1::allocator > >::operator->[abi:ne180100]()', 'std::__1::basic_string , std::__1::allocator >::clear[abi:ne180100]()', 'tl::expected ::has_value() const', 'ada::scheme::get_special_port(std::__1::basic_string_view >)', 'tl::expected , ada::errors>::~expected()', '_ZN2tl10unexpectedIN3ada6errorsEEC2IJRS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEESA_']

466 13047 _ZN3ada6parser22parse_url_pattern_implITkNS_17url_pattern_regex13regex_conceptENS2_18std_regex_providerEEEN2tl8expectedINS_11url_patternIT_EENS_6errorsEEEONSt3__17variantIJNSB_17basic_string_viewIcNSB_11char_traitsIcEEEENS_16url_pattern_initEEEEPKSG_PKNS_19url_pattern_optionsE call site: 00454 /src/ada-url/build/singleheader/ada.h:5828
63 2402 17 :

['tl::expected ::has_value() const', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_', 'tl::unexpected ::unexpected(ada::errors&&)', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', 'tl::expected ::~expected()', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'ada::url_aggregator::get_search() const', 'abort', 'tl::expected ::operator->()', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string_view >::substr[abi:ne180100](unsigned long, unsigned long) const', 'std::__1::basic_ostream >::operator<<(int)', 'tl::expected ada::parse (std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::set_search(std::__1::basic_string_view >)', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE']

63 2402 ada::url_pattern_helpers::canonicalize_search(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:16264
63 2368 17 :

['tl::expected ::has_value() const', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_', 'tl::unexpected ::unexpected(ada::errors&&)', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', 'tl::expected ::~expected()', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'abort', 'ada::url_aggregator::get_hash() const', 'tl::expected ::operator->()', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string_view >::substr[abi:ne180100](unsigned long, unsigned long) const', 'std::__1::basic_ostream >::operator<<(int)', 'tl::expected ada::parse (std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::set_hash(std::__1::basic_string_view >)']

63 2368 ada::url_pattern_helpers::canonicalize_hash(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:16283
63 2275 16 :

['ada::url_aggregator::set_password(std::__1::basic_string_view >)', 'tl::expected ::has_value() const', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_', 'tl::unexpected ::unexpected(ada::errors&&)', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', 'tl::expected ::~expected()', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'abort', 'tl::expected ::operator->()', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_ostream >::operator<<(int)', 'tl::expected ada::parse (std::__1::basic_string_view >, ada::url_aggregator const*)', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE', 'ada::url_aggregator::get_password() const']

63 2275 ada::url_pattern_helpers::canonicalize_password(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:16104
63 2257 16 :

['tl::expected ::has_value() const', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_', 'tl::unexpected ::unexpected(ada::errors&&)', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', 'tl::expected ::~expected()', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'abort', 'tl::expected ::operator->()', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_ostream >::operator<<(int)', 'ada::url_aggregator::get_username() const', 'tl::expected ada::parse (std::__1::basic_string_view >, ada::url_aggregator const*)', '_ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE', 'ada::url_aggregator::set_username(std::__1::basic_string_view >)']

63 2257 ada::url_pattern_helpers::canonicalize_username(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:16087
34 2220 10 :

['_ZNR2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEdeIS7_TnPNS1_9enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERSD_v', 'tl::expected , std::__1::allocator >, ada::errors>::operator bool() const', 'tl::expected , std::__1::allocator >, ada::errors>::~expected()', 'ada::url_pattern_init::process_hash(std::__1::basic_string_view >, ada::url_pattern_init::process_type)', 'tl::expected , std::__1::allocator >, ada::errors>::error() &', 'std::__1::optional , std::__1::allocator > >& std::__1::optional , std::__1::allocator > >::operator=[abi:ne180100] , std::__1::allocator >, void>(std::__1::basic_string , std::__1::allocator >&&)', '_ZN2tl8expectedIN3ada16url_pattern_initENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', '_ZN2tl10unexpectedIN3ada6errorsEEC2IJRS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEESA_', 'std::__1::optional , std::__1::allocator > >::operator*[abi:ne180100]() const &']

38 2244 ada::url_pattern_init::process(ada::url_pattern_initconst&,ada::url_pattern_init::process_type,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:15741
23 1322 21 :

['ada::url_pattern_helpers::constructor_string_parser ::is_group_close() const', 'ada::url_pattern_helpers::constructor_string_parser ::is_hash_prefix()', 'ada::url_pattern_helpers::constructor_string_parser ::is_an_identity_terminator() const', 'std::__1::optional ::operator*[abi:ne180100]() const &', 'ada::unreachable()', 'ada::url_pattern_helpers::constructor_string_parser ::is_protocol_suffix() const', 'ada::url_pattern_helpers::constructor_string_parser ::next_is_authority_slashes() const', 'ada::url_pattern_helpers::constructor_string_parser ::is_group_open() const', 'ada::url_pattern_helpers::constructor_string_parser ::is_pathname_start() const', 'std::__1::optional ::operator bool[abi:ne180100]() const', 'ada::url_pattern_helpers::constructor_string_parser ::is_password_prefix() const', 'std::__1::vector >::operator[][abi:ne180100](unsigned long)', 'ada::url_pattern_helpers::constructor_string_parser ::is_an_ipv6_open() const', 'ada::url_pattern_helpers::constructor_string_parser ::is_an_ipv6_close() const', 'ada::url_pattern_helpers::constructor_string_parser ::rewind()', '_ZN2tl8expectedIN3ada16url_pattern_initENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE', 'ada::url_pattern_helpers::constructor_string_parser ::is_search_prefix()', 'ada::url_pattern_helpers::constructor_string_parser ::is_port_prefix() const', 'ada::url_pattern_helpers::constructor_string_parser ::compute_protocol_matches_special_scheme_flag()', 'std::__1::vector >::size[abi:ne180100]() const', 'tl::unexpected ::unexpected(ada::errors const&)']

61 2124 ada::url_pattern_helpers::constructor_string_parser ::parse(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.h:10293
20 20 3 :

['ada::unicode::percent_encode(std::__1::basic_string_view >, unsigned char const*, unsigned long)', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::~basic_string()']

100 238 ada::url_aggregator::parse_opaque_host(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:15127
14 1029 32 :

['std::__1::basic_string_view >::size[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::basic_string[abi:ne180100]()', 'std::__1::basic_string , std::__1::allocator >::find(char, unsigned long) const', 'std::__1::basic_string , std::__1::allocator >::operator std::__1::basic_string_view >[abi:ne180100]() const', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'abort', 'std::__1::basic_ostream >::operator<<[abi:ne180100](std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&))', 'std::__1::basic_string , std::__1::allocator >::erase(unsigned long, unsigned long)', 'bool ada::unicode::percent_encode (std::__1::basic_string_view >, unsigned char const*, std::__1::basic_string , std::__1::allocator >&)', 'std::__1::basic_ostream >::operator<<(int)', 'std::__1::basic_string_view >::find[abi:ne180100](char, unsigned long) const', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'std::__1::basic_string_view >::find_first_of[abi:ne180100](char const*, unsigned long) const', 'ada::unicode::is_double_dot_path_segment(std::__1::basic_string_view >)::{lambda(std::__1::basic_string_view >, std::__1::basic_string_view >)#1}::operator()(std::__1::basic_string_view >, std::__1::basic_string_view >) const', 'ada::url_aggregator::get_pathname() const', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendINS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERS5_RKSA_', 'ada::checkers::is_windows_drive_letter(std::__1::basic_string_view >)', 'ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >)', 'std::__1::basic_string_view >::basic_string_view[abi:ne180100](char const*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaasr33__can_be_converted_to_string_viewIcS2_T_EE5valuentsr17__is_same_uncvrefISA_S5_EE5valueEiE4typeELi0EEERKSA_', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'std::__1::basic_string , std::__1::allocator >::empty[abi:ne180100]() const', 'std::__1::basic_string_view >::operator[][abi:ne180100](unsigned long) const', '__clang_call_terminate', 'std::__1::basic_string , std::__1::allocator >::resize[abi:ne180100](unsigned long)', 'std::__1::basic_string , std::__1::allocator >::back[abi:ne180100]()', 'std::__1::basic_string , std::__1::allocator >::rfind(char, unsigned long) const', 'std::__1::basic_string_view >::substr[abi:ne180100](unsigned long, unsigned long) const', 'bool std::__1::operator==[abi:ne180100] >(std::__1::basic_string_view >, std::__1::type_identity > >::type)', 'std::__1::basic_string_view >::remove_prefix[abi:ne180100](unsigned long)', 'std::__1::basic_string , std::__1::allocator >::operator=(char)', 'std::__1::basic_string_view >::remove_suffix[abi:ne180100](unsigned long)']

14 1029 ada::url_aggregator::consume_prepared_path(std::__1::basic_string_view >) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:15364
4 98 2 :

['ada::url_aggregator::update_unencoded_base_hash(std::__1::basic_string_view >)', 'std::__1::optional > >::operator*[abi:ne180100]() &']

4 102 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13582
4 98 2 :

['ada::url_aggregator::update_unencoded_base_hash(std::__1::basic_string_view >)', 'std::__1::optional > >::operator*[abi:ne180100]() &']

4 102 ada::url_aggregatorada::parser::parse_url_impl (std::__1::basic_string_view >,ada::url_aggregatorconst*) call site: 00000 /src/ada-url/build/singleheader/ada.cpp:13825

Runtime coverage analysis

Covered functions
232
Functions that are reachable but not covered
441
Reachable functions
842
Percentage of reachable functions covered
47.62%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ada-url/fuzz/url_pattern.cc 3
/src/ada-url/build/singleheader/ada.h 361
/src/ada-url/build/singleheader/ada.cpp 104
/usr/local/bin/../include/c++/v1/optional 21

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
ada_parse_with_base /src/ada-url/build/singleheader/ada.cpp 4 ['N/A', 'size_t', 'N/A', 'size_t'] 11 0 87 13 9 345 0 2047 80
ada_search_params_get_all /src/ada-url/build/singleheader/ada.cpp 3 ['N/A', 'N/A', 'size_t'] 8 0 124 21 21 33 0 69 67
ada::url::get_origin()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 11 0 176 36 33 234 0 986 53
ada_parse_search_params /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'size_t'] 9 0 77 12 12 34 0 97 49
ada::url_aggregator::get_origin()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 11 0 233 37 33 306 0 2016 45
ada::url_aggregator::to_string()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 3 0 587 93 39 25 0 152 42
ada::url::to_string()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 4 0 422 68 41 24 0 96 41

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
82.0%
718 / 877
Cyclomatic complexity statically reachable by fuzzers
92.0%
6553 / 7123

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/ada-url/fuzz/idna.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::idna::find_direction(unsigned int)']

/src/ada-url/fuzz/url_search_params.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput', 'ada::url_search_params::has(std::__1::basic_string_view >)']

/src/ada-url/fuzz/can_parse.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::checkers::is_windows_drive_letter(std::__1::basic_string_view >)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url_aggregator::clear_hostname()', 'ada::url_aggregator::clear_search()', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::append_base_password(std::__1::basic_string_view >)', 'ada::url_aggregator::append_base_username(std::__1::basic_string_view >)', 'ada::url_aggregator::clear_pathname()', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::update_base_search(std::__1::basic_string_view >)']

/src/ada-url/fuzz/ada_c.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::has_hostname() const', 'ada::url_aggregator::has_port() const', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::get_search() const', 'void ada::helpers::inner_concat > >(std::__1::basic_string, std::__1::allocator >&, char const*, std::__1::basic_string_view >)', 'ada::url_aggregator::has_empty_hostname() const', 'ada::url_aggregator::get_host() const', 'ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)']

/src/ada-url/fuzz/parse.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::get_hostname() const', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', 'ada::url_aggregator::clear_search()', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'void ada::helpers::inner_concat > >(std::__1::basic_string, std::__1::allocator >&, char const*, std::__1::basic_string_view >)', 'LLVMFuzzerTestOneInput', 'ada::url_aggregator::get_search() const', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)']

/src/ada-url/fuzz/url_pattern.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator::parse_opaque_host(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_pattern_helpers::canonicalize_password(std::__1::basic_string_view >)', 'ada::url_pattern_helpers::tokenize(std::__1::basic_string_view >, ada::url_pattern_helpers::token_policy)', 'ada::url_pattern_helpers::canonicalize_username(std::__1::basic_string_view >)', 'ada::url_aggregator::get_hostname() const', 'ada::url_aggregator::add_authority_slashes_if_needed()', 'ada::url_pattern_helpers::canonicalize_search(std::__1::basic_string_view >)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
ada::url_aggregator::update_base_search(std::__1::basic_string_view >) 33 8 24.24% ['url_pattern', 'parse', 'can_parse', 'ada_c']
ada::url_aggregator::validate()const 150 62 41.33% ['url_pattern', 'parse', 'can_parse', 'ada_c']
ada::url_pattern_init::process(ada::url_pattern_initconst&,ada::url_pattern_init::process_type,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>,std::__1::optional >>) 130 61 46.92% ['url_pattern']
ada::url_pattern_helpers::generate_regular_expression_and_name_list(std::__1::vector >const&,ada::url_pattern_compile_component_options) 64 35 54.68% ['url_pattern']
ada::url_pattern_helpers::tokenize(std::__1::basic_string_view >,ada::url_pattern_helpers::token_policy) 170 40 23.52% ['url_pattern']
ada::url_pattern_helpers::Tokenizer::get_next_code_point() 42 15 35.71% ['url_pattern']
ada::url_pattern_helpers::constructor_string_parser ::change_state(ada::url_pattern_helpers::constructor_string_parser ::State,unsignedlong) 72 38 52.77% ['url_pattern']
_ZN3ada19url_pattern_helpers20parse_pattern_stringITkNS_29url_pattern_encoding_callbackEFN2tl8expectedINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS_6errorsEEENS4_17basic_string_viewIcS7_EEEEENS3_INS4_6vectorINS_16url_pattern_partENS8_ISH_EEEESB_EESE_RNS_37url_pattern_compile_component_optionsERT_ 72 38 52.77% ['url_pattern']
ada::url_pattern_helpers::url_pattern_parser ,std::__1::allocator >,ada::errors>(std::__1::basic_string_view >)>::add_part(std::__1::basic_string_view >,ada::url_pattern_helpers::token*,ada::url_pattern_helpers::token*,std::__1::basic_string_view >,ada::url_pattern_helpers::token*) 65 34 52.30% ['url_pattern']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/usr/local/bin/../include/c++/v1/__exception/exception.h [] []
/usr/local/bin/../include/c++/v1/optional ['can_parse', 'ada_c', 'parse', 'url_pattern'] []
/src/ada-url/fuzz/can_parse.cc ['can_parse'] ['can_parse']
/usr/local/bin/../include/c++/v1/variant [] []
/usr/local/bin/../include/c++/v1/__iterator/move_iterator.h [] []
/src/ada-url/fuzz/url_pattern.cc ['url_pattern'] ['url_pattern']
/src/ada-url/fuzz/parse.cc ['parse'] ['parse']
/src/ada-url/fuzz/ada_c.c ['ada_c'] ['ada_c']
/usr/local/bin/../include/c++/v1/string [] []
/src/ada-url/build/singleheader/ada.cpp ['idna', 'url_search_params', 'can_parse', 'ada_c', 'parse', 'url_pattern'] ['idna', 'url_search_params', 'can_parse', 'ada_c', 'parse', 'url_pattern']
/src/ada-url/build/singleheader/ada.h ['url_search_params', 'can_parse', 'ada_c', 'parse', 'url_pattern'] ['url_search_params', 'can_parse', 'ada_c', 'parse', 'url_pattern']
/src/ada-url/fuzz/url_search_params.cc ['url_search_params'] ['url_search_params']
/usr/local/bin/../include/c++/v1/__algorithm/ranges_find_if_not.h [] []
/src/ada-url/fuzz/idna.cc ['idna'] ['idna']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/usr/local/bin/../include/c++/v1/__algorithm/ranges_replace.h [] []
/usr/local/bin/../include/c++/v1/__charconv/from_chars_integral.h [] []

Directories in report

Directory
/usr/local/bin/../include/c++/v1/
/usr/local/bin/../include/c++/v1/__charconv/
/usr/local/bin/../include/c++/v1/__iterator/
/usr/local/bin/../include/c++/v1/__algorithm/
/usr/local/bin/../include/c++/v1/__exception/
/src/ada-url/fuzz/
/src/ada-url/build/singleheader/