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: float-fuzzer

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 911 58.2%
gold [1:9] 1 0.06%
yellow [10:29] 2 0.12%
greenyellow [30:49] 1 0.06%
lawngreen 50+ 649 41.4%
All colors 1564 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
116 1409 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE call site: 01409 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEeTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
57 570 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00570 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEeTnNSt3__19enable_ifIXaasr17is_floating_pointIT1_EE5valuentsr13is_fast_floatIS7_EE5valueEiE4typeELi0EEET0_SA_S7_
52 167 fmt::v11::basic_appender fmt::v11::detail::write_padded , fmt::v11::detail::write_char >(fmt::v11::basic_appender , char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender )#1}&>(fmt::v11::detail::write_char >(fmt::v11::basic_appender , char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender )#1}&, fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_char >(fmt::v11::basic_appender , char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender )#1}&) call site: 00167 _ZN3fmt3v116detail4copyIcPcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXaasr23is_back_insert_iteratorIT1_EE5valuesr41has_back_insert_iterator_container_appendIS8_T0_EE5valueEiE4typeELi0EEES8_S9_S9_S8_
43 1191 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01191 _ZN3fmt3v116detail19dynamic_spec_getterclIbTnNSt3__19enable_ifIXntsr10is_integerIT_EE5valueEiE4typeELi0EEEyS6_
29 1272 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01272 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
28 121 fmt::v11::format_specs::format_specs() call site: 00121 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEbTnNSt3__19enable_ifIXsr3std7is_sameIT1_bEE5valueEiE4typeELi0EEET0_SA_S7_RKNS0_12format_specsENS0_10locale_refE
25 307 fmt::v11::detail::dragonbox::floor_log10_pow2(int) call site: 00307 __clang_call_terminate
24 1354 int fmt::v11::detail::format_float (double, int, fmt::v11::format_specs const&, bool, fmt::v11::detail::buffer &) call site: 01354
22 1034 fmt::v11::context::arg(int) const call site: 01034 _ZN3fmt3v116detail21default_arg_formatterIcEclIeTnNSt3__19enable_ifIXsr10is_builtinIT_EE5valueEiE4typeELi0EEEvS7_
22 1167 char const* fmt::v11::detail::parse_format_specs (char const*, char const*, fmt::v11::detail::dynamic_format_specs &, fmt::v11::parse_context &, fmt::v11::detail::type) call site: 01167 _ZN3fmt3v116detail8to_asciiIcTnNSt3__19enable_ifIXsr3std11is_integralIT_EE5valueEiE4typeELi0EEEcS5_
21 1060 int fmt::v11::detail::parse_nonnegative_int (char const*&, char const*, int) call site: 01060
19 894 fmt::v11::basic_appender fmt::v11::detail::write_significand >(fmt::v11::basic_appender , char const*, int) call site: 00894

Runtime coverage analysis

Covered functions
261
Functions that are reachable but not covered
539
Reachable functions
1118
Percentage of reachable functions covered
51.79%
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/fmt/test/fuzzing/float.cc 2
/src/fmt/include/fmt/base.h 172
/src/fmt/test/fuzzing/fuzzer-common.h 1
/src/fmt/include/fmt/format.h 396
/src/fmt/include/fmt/format-inl.h 37

Fuzzer: chrono-timepoint-fuzzer

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 1267 81.9%
gold [1:9] 9 0.58%
yellow [10:29] 34 2.19%
greenyellow [30:49] 22 1.42%
lawngreen 50+ 214 13.8%
All colors 1546 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
211 702 fmt::v11::basic_memory_buffer >::deallocate() call site: 00702 _ZN3fmt3v116detail4copyIcPKcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXaasr23is_back_insert_iteratorIT1_EE5valuesr41has_back_insert_iterator_container_appendIS9_T0_EE5valueEiE4typeELi0EEES9_SA_SA_S9_
147 1273 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01273 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
111 458 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00458 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr13is_fast_floatIT1_EE5valueEiE4typeELi0EEET0_SA_S7_
102 259 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00259 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr13is_fast_floatIT1_EE5valueEiE4typeELi0EEET0_SA_S7_
91 366 fmt::v11::basic_memory_buffer >::~basic_memory_buffer() call site: 00366 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_
77 165 fmt::v11::basic_appender fmt::v11::detail::fill >(fmt::v11::basic_appender , unsigned long, fmt::v11::basic_specs const&) call site: 00165 _ZN3fmt3v116detail4copyIcPcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXaasr23is_back_insert_iteratorIT1_EE5valuesr41has_back_insert_iterator_container_appendIS8_T0_EE5valueEiE4typeELi0EEES8_S9_S9_S8_
62 570 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00570 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEeTnNSt3__19enable_ifIXaasr17is_floating_pointIT1_EE5valuentsr13is_fast_floatIS7_EE5valueEiE4typeELi0EEET0_SA_S7_
44 639 fmt::v11::report_error(char const*) call site: 00639 _ZN3fmt3v116detail6bigint6assignIoTnNSt3__19enable_ifIXoosr3std7is_sameIT_mEE5valuesr3std7is_sameIS6_oEE5valueEiE4typeELi0EEEvS6_
40 1144 char const* fmt::v11::detail::parse_width (char const*, char const*, fmt::v11::format_specs&, fmt::v11::detail::arg_ref &, fmt::v11::parse_context &) call site: 01144 _ZN3fmt3v116detail8to_asciiIcTnNSt3__19enable_ifIXsr3std11is_integralIT_EE5valueEiE4typeELi0EEEcS5_
40 1485 _ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUlS4_E_clES4_ call site: 01485 _ZN3fmt3v116detail16write_escaped_cpIZNS1_5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SB_NS0_17basic_string_viewIS8_EERKNS0_12format_specsEE23bounded_output_iteratorcEES8_S8_RKNS1_18find_escape_resultISB_EE
33 120 fmt::v11::format_specs::format_specs() call site: 00120 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEbTnNSt3__19enable_ifIXsr3std7is_sameIT1_bEE5valueEiE4typeELi0EEET0_SA_S7_RKNS0_12format_specsENS0_10locale_refE
32 937 fmt::v11::basic_appender fmt::v11::detail::copy_noinline >(char const*, char const*, fmt::v11::basic_appender ) call site: 00937

Runtime coverage analysis

Covered functions
295
Functions that are reachable but not covered
797
Reachable functions
1121
Percentage of reachable functions covered
28.9%
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/fmt/test/fuzzing/chrono-timepoint.cc 2
/src/fmt/test/fuzzing/fuzzer-common.h 4
/src/fmt/include/fmt/base.h 168
/src/fmt/include/fmt/format-inl.h 38
/src/fmt/include/fmt/format.h 397

Fuzzer: named-arg-fuzzer

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 342 20.7%
gold [1:9] 28 1.69%
yellow [10:29] 1 0.06%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1281 77.5%
All colors 1652 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
116 1427 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE call site: 01427 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEeTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
22 1056 fmt::v11::context::arg(int) const call site: 01056 _ZN3fmt3v116detail21default_arg_formatterIcEclIeTnNSt3__19enable_ifIXsr10is_builtinIT_EE5valueEiE4typeELi0EEEvS7_
10 421 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_ call site: 00421 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_
9 134 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00134 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt3__19enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS7_bEE5valuentsr3std7is_sameIS7_T_EE5valueEiE4typeELi0EEET0_SB_S7_
9 380 fmt::v11::basic_appender fmt::v11::detail::write_significand , unsigned int, fmt::v11::detail::fallback_digit_grouping >(fmt::v11::basic_appender , unsigned int, int, int, fmt::v11::detail::fallback_digit_grouping const&) call site: 00380
8 1279 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01279 _ZN3fmt3v119loc_valueC2InTnNSt3__19enable_ifIXntsr6detail11is_float128IT_EE5valueEiE4typeELi0EEES5_
7 922 fmt::v11::basic_memory_buffer >::basic_memory_buffer(fmt::v11::detail::allocator const&) call site: 00922
7 992 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00992
7 1013 fmt::v11::basic_appender fmt::v11::detail::write_padded , fmt::v11::detail::write_ptr , unsigned long>(fmt::v11::basic_appender , unsigned long, fmt::v11::format_specs const*)::{lambda(fmt::v11::basic_appender )#1}&>(fmt::v11::basic_appender , fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_ptr , unsigned long>(fmt::v11::basic_appender , unsigned long, fmt::v11::format_specs const*)::{lambda(fmt::v11::basic_appender )#1}&) call site: 01013 _ZN3fmt3v116detail13format_base2eIcNS0_14basic_appenderIcEEmTnNSt3__19enable_ifIXsr23is_back_insert_iteratorIT0_EE5valueEiE4typeELi0EEES7_iS7_T1_ib
7 1254 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01254 _ZN3fmt3v119loc_valueC2IiTnNSt3__19enable_ifIXntsr6detail11is_float128IT_EE5valueEiE4typeELi0EEES5_
6 1031 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 01031
6 1290 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01290 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEbTnNSt3__19enable_ifIXsr3std7is_sameIT1_bEE5valueEiE4typeELi0EEET0_SA_S7_RKNS0_12format_specsENS0_10locale_refE

Runtime coverage analysis

Covered functions
726
Functions that are reachable but not covered
166
Reachable functions
1298
Percentage of reachable functions covered
87.21%
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/fmt/test/fuzzing/named-arg.cc 28
/src/fmt/test/fuzzing/fuzzer-common.h 17
/src/fmt/include/fmt/format.h 396
/src/fmt/include/fmt/base.h 233
/src/fmt/include/fmt/format-inl.h 37

Fuzzer: one-arg-fuzzer

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 279 17.5%
gold [1:9] 28 1.76%
yellow [10:29] 0 0.0%
greenyellow [30:49] 7 0.44%
lawngreen 50+ 1273 80.2%
All colors 1587 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
40 1488 _ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUlS4_E_clES4_ call site: 01488 _ZN3fmt3v116detail16write_escaped_cpIZNS1_5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SB_NS0_17basic_string_viewIS8_EERKNS0_12format_specsEE23bounded_output_iteratorcEES8_S8_RKNS1_18find_escape_resultISB_EE
30 1427 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsE call site: 01427 _ZN3fmt3v116detail4copyIcPKcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXaasr23is_back_insert_iteratorIT1_EE5valuesr41has_back_insert_iterator_container_appendIS9_T0_EE5valueEiE4typeELi0EEES9_SA_SA_S9_
22 1037 fmt::v11::context::arg(int) const call site: 01037 _ZN3fmt3v116detail21default_arg_formatterIcEclIeTnNSt3__19enable_ifIXsr10is_builtinIT_EE5valueEiE4typeELi0EEEvS7_
13 1466 _ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUljNSB_IcEEE_clEjSG_ call site: 01466
10 395 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_ call site: 00395 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_
10 1413 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE call site: 01413 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEeTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
9 107 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00107 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt3__19enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS7_bEE5valuentsr3std7is_sameIS7_T_EE5valueEiE4typeELi0EEET0_SB_S7_
9 354 fmt::v11::basic_appender fmt::v11::detail::write_significand , unsigned int, fmt::v11::detail::fallback_digit_grouping >(fmt::v11::basic_appender , unsigned int, int, int, fmt::v11::detail::fallback_digit_grouping const&) call site: 00354
9 429 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr13is_fast_floatIT1_EE5valueEiE4typeELi0EEET0_SA_S7_ call site: 00429 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_
8 1265 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01265 _ZN3fmt3v119loc_valueC2InTnNSt3__19enable_ifIXntsr6detail11is_float128IT_EE5valueEiE4typeELi0EEES5_
7 903 fmt::v11::basic_memory_buffer >::basic_memory_buffer(fmt::v11::detail::allocator const&) call site: 00903
7 994 fmt::v11::basic_appender fmt::v11::detail::write_padded , fmt::v11::detail::write_ptr , unsigned long>(fmt::v11::basic_appender , unsigned long, fmt::v11::format_specs const*)::{lambda(fmt::v11::basic_appender )#1}&>(fmt::v11::basic_appender , fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_ptr , unsigned long>(fmt::v11::basic_appender , unsigned long, fmt::v11::format_specs const*)::{lambda(fmt::v11::basic_appender )#1}&) call site: 00994 _ZN3fmt3v116detail13format_base2eIcNS0_14basic_appenderIcEEmTnNSt3__19enable_ifIXsr23is_back_insert_iteratorIT0_EE5valueEiE4typeELi0EEES7_iS7_T1_ib

Runtime coverage analysis

Covered functions
794
Functions that are reachable but not covered
140
Reachable functions
1202
Percentage of reachable functions covered
88.35%
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/fmt/test/fuzzing/one-arg.cc 29
/src/fmt/test/fuzzing/fuzzer-common.h 16
/src/fmt/include/fmt/format.h 396
/src/fmt/include/fmt/base.h 172
/src/fmt/include/fmt/format-inl.h 37

Fuzzer: two-args-fuzzer

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 305 15.3%
gold [1:9] 41 2.06%
yellow [10:29] 289 14.5%
greenyellow [30:49] 53 2.66%
lawngreen 50+ 1301 65.4%
All colors 1989 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
116 1415 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE call site: 01415 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEeTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
22 1040 fmt::v11::context::arg(int) const call site: 01040 _ZN3fmt3v116detail21default_arg_formatterIcEclIeTnNSt3__19enable_ifIXsr10is_builtinIT_EE5valueEiE4typeELi0EEEvS7_
10 398 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_ call site: 00398 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_
9 110 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00110 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt3__19enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS7_bEE5valuentsr3std7is_sameIS7_T_EE5valueEiE4typeELi0EEET0_SB_S7_
9 357 fmt::v11::basic_appender fmt::v11::detail::write_significand , unsigned int, fmt::v11::detail::fallback_digit_grouping >(fmt::v11::basic_appender , unsigned int, int, int, fmt::v11::detail::fallback_digit_grouping const&) call site: 00357
9 432 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr13is_fast_floatIT1_EE5valueEiE4typeELi0EEET0_SA_S7_ call site: 00432 _ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_
8 1267 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01267 _ZN3fmt3v119loc_valueC2InTnNSt3__19enable_ifIXntsr6detail11is_float128IT_EE5valueEiE4typeELi0EEES5_
7 906 fmt::v11::basic_memory_buffer >::basic_memory_buffer(fmt::v11::detail::allocator const&) call site: 00906
7 976 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 00976
7 1083 int fmt::v11::basic_format_args ::get_id (fmt::v11::basic_string_view ) const call site: 01083 memcmp
7 1242 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01242 _ZN3fmt3v119loc_valueC2IiTnNSt3__19enable_ifIXntsr6detail11is_float128IT_EE5valueEiE4typeELi0EEES5_
6 1015 fmt::v11::detail::vformat_to(fmt::v11::detail::buffer &, fmt::v11::basic_string_view , fmt::v11::basic_format_args , fmt::v11::locale_ref) call site: 01015

Runtime coverage analysis

Covered functions
1506
Functions that are reachable but not covered
160
Reachable functions
1984
Percentage of reachable functions covered
91.94%
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/fmt/test/fuzzing/two-args.cc 422
/src/fmt/test/fuzzing/fuzzer-common.h 15
/src/fmt/include/fmt/base.h 171
/src/fmt/include/fmt/format.h 396
/src/fmt/include/fmt/format-inl.h 37

Fuzzer: chrono-duration-fuzzer

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 902 46.7%
gold [1:9] 7 0.36%
yellow [10:29] 4 0.20%
greenyellow [30:49] 3 0.15%
lawngreen 50+ 1012 52.4%
All colors 1928 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
52 169 fmt::v11::basic_appender fmt::v11::detail::write_padded , fmt::v11::detail::write_char >(fmt::v11::basic_appender , char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender )#1}&>(fmt::v11::detail::write_char >(fmt::v11::basic_appender , char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender )#1}&, fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_char >(fmt::v11::basic_appender , char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender )#1}&) call site: 00169 _ZN3fmt3v116detail4copyIcPcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXaasr23is_back_insert_iteratorIT1_EE5valuesr41has_back_insert_iterator_container_appendIS8_T0_EE5valueEiE4typeELi0EEES8_S9_S9_S8_
40 1490 _ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUlS4_E_clES4_ call site: 01490 _ZN3fmt3v116detail16write_escaped_cpIZNS1_5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SB_NS0_17basic_string_viewIS8_EERKNS0_12format_specsEE23bounded_output_iteratorcEES8_S8_RKNS1_18find_escape_resultISB_EE
30 1429 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsE call site: 01429 _ZN3fmt3v116detail4copyIcPKcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXaasr23is_back_insert_iteratorIT1_EE5valuesr41has_back_insert_iterator_container_appendIS9_T0_EE5valueEiE4typeELi0EEES9_SA_SA_S9_
28 123 fmt::v11::format_specs::format_specs() call site: 00123 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEbTnNSt3__19enable_ifIXsr3std7is_sameIT1_bEE5valueEiE4typeELi0EEET0_SA_S7_RKNS0_12format_specsENS0_10locale_refE
25 496 fmt::v11::detail::dragonbox::cache_accessor ::get_cached_power(int) call site: 00496 __clang_call_terminate
25 527 fmt::v11::detail::dragonbox::umul192_upper128(unsigned long, fmt::v11::detail::uint128_fallback) call site: 00527 __clang_call_terminate
25 607 _ZN3fmt3v116detail8basic_fpIoE6assignIeTnNSt3__19enable_ifIXntsr16is_double_doubleIT_EE5valueEiE4typeELi0EEEbS7_ call site: 00607 _ZN3fmt3v116detail14format_decimalIcjNS0_14basic_appenderIcEETnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT1_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_i
22 1039 fmt::v11::context::arg(int) const call site: 01039 _ZN3fmt3v116detail21default_arg_formatterIcEclIeTnNSt3__19enable_ifIXsr10is_builtinIT_EE5valueEiE4typeELi0EEEvS7_
22 1278 fmt::v11::detail::format_handler ::on_format_specs(int, char const*, char const*) call site: 01278 _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE
20 312 fmt::v11::detail::dragonbox::floor_log10_pow2(int) call site: 00312 __clang_call_terminate
19 899 fmt::v11::basic_appender fmt::v11::detail::write_significand >(fmt::v11::basic_appender , char const*, int) call site: 00899
18 292 fmt::v11::detail::dragonbox::floor_log2_pow10(int) call site: 00292 __cxa_begin_catch

Runtime coverage analysis

Covered functions
6895
Functions that are reachable but not covered
422
Reachable functions
1702
Percentage of reachable functions covered
75.21%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/fmt/test/fuzzing/chrono-duration.cc 193
/src/fmt/test/fuzzing/fuzzer-common.h 13
/src/fmt/include/fmt/base.h 351
/src/fmt/include/fmt/format.h 396
/src/fmt/include/fmt/format-inl.h 37

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/fmt/test/fuzzing/float.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=['_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::basic_appender fmt::v11::detail::write_padded, fmt::v11::detail::write_char >(fmt::v11::basic_appender, char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender)#1}&>(fmt::v11::detail::write_char >(fmt::v11::basic_appender, char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender)#1}&, fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_char >(fmt::v11::basic_appender, char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender)#1}&)', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)', 'fmt::v11::format_specs::format_specs()', 'fmt::v11::detail::dragonbox::floor_log10_pow2(int)', 'int fmt::v11::detail::format_float(double, int, fmt::v11::format_specs const&, bool, fmt::v11::detail::buffer&)', 'fmt::v11::context::arg(int) const', 'char const* fmt::v11::detail::parse_format_specs(char const*, char const*, fmt::v11::detail::dynamic_format_specs&, fmt::v11::parse_context&, fmt::v11::detail::type)']

/src/fmt/test/fuzzing/chrono-timepoint.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=['fmt::v11::basic_memory_buffer >::deallocate()', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::basic_memory_buffer >::~basic_memory_buffer()', 'fmt::v11::basic_appender fmt::v11::detail::fill >(fmt::v11::basic_appender, unsigned long, fmt::v11::basic_specs const&)', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::report_error(char const*)', 'char const* fmt::v11::detail::parse_width(char const*, char const*, fmt::v11::format_specs&, fmt::v11::detail::arg_ref&, fmt::v11::parse_context&)', '_ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUlS4_E_clES4_']

/src/fmt/test/fuzzing/named-arg.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=['_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE', 'fmt::v11::context::arg(int) const', '_ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::basic_appender fmt::v11::detail::write_significand, unsigned int, fmt::v11::detail::fallback_digit_grouping >(fmt::v11::basic_appender, unsigned int, int, int, fmt::v11::detail::fallback_digit_grouping const&)', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)', 'fmt::v11::basic_memory_buffer >::basic_memory_buffer(fmt::v11::detail::allocator const&)', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::basic_appender fmt::v11::detail::write_padded, fmt::v11::detail::write_ptr, unsigned long>(fmt::v11::basic_appender, unsigned long, fmt::v11::format_specs const*)::{lambda(fmt::v11::basic_appender)#1}&>(fmt::v11::basic_appender, fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_ptr, unsigned long>(fmt::v11::basic_appender, unsigned long, fmt::v11::format_specs const*)::{lambda(fmt::v11::basic_appender)#1}&)', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)']

/src/fmt/test/fuzzing/one-arg.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=['_ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUlS4_E_clES4_', '_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsE', 'fmt::v11::context::arg(int) const', '_ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUljNSB_IcEEE_clEjSG_', '_ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_', '_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::basic_appender fmt::v11::detail::write_significand, unsigned int, fmt::v11::detail::fallback_digit_grouping >(fmt::v11::basic_appender, unsigned int, int, int, fmt::v11::detail::fallback_digit_grouping const&)', '_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr13is_fast_floatIT1_EE5valueEiE4typeELi0EEET0_SA_S7_', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)']

/src/fmt/test/fuzzing/two-args.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=['_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEdTnNSt3__19enable_ifIXsr17is_floating_pointIT1_EE5valueEiE4typeELi0EEET0_SA_S7_NS0_12format_specsENS0_10locale_refE', 'fmt::v11::context::arg(int) const', '_ZN3fmt3v116detail17write_significandINS0_14basic_appenderIcEEjcTnNSt3__19enable_ifIXntsr3std10is_pointerINS5_9remove_cvINS5_16remove_referenceIT_E4typeEE4typeEEE5valueEiE4typeELi0EEES9_S9_T0_iiT1_', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'fmt::v11::basic_appender fmt::v11::detail::write_significand, unsigned int, fmt::v11::detail::fallback_digit_grouping >(fmt::v11::basic_appender, unsigned int, int, int, fmt::v11::detail::fallback_digit_grouping const&)', '_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEfTnNSt3__19enable_ifIXsr13is_fast_floatIT1_EE5valueEiE4typeELi0EEET0_SA_S7_', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)', 'fmt::v11::basic_memory_buffer >::basic_memory_buffer(fmt::v11::detail::allocator const&)', 'fmt::v11::detail::vformat_to(fmt::v11::detail::buffer&, fmt::v11::basic_string_view, fmt::v11::basic_format_args, fmt::v11::locale_ref)', 'int fmt::v11::basic_format_args::get_id(fmt::v11::basic_string_view) const']

/src/fmt/test/fuzzing/chrono-duration.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=['fmt::v11::basic_appender fmt::v11::detail::write_padded, fmt::v11::detail::write_char >(fmt::v11::basic_appender, char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender)#1}&>(fmt::v11::detail::write_char >(fmt::v11::basic_appender, char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender)#1}&, fmt::v11::format_specs const&, unsigned long, unsigned long, fmt::v11::detail::write_char >(fmt::v11::basic_appender, char, fmt::v11::format_specs const&)::{lambda(fmt::v11::basic_appender)#1}&)', '_ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUlS4_E_clES4_', '_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsE', 'fmt::v11::format_specs::format_specs()', 'fmt::v11::detail::dragonbox::cache_accessor::get_cached_power(int)', 'fmt::v11::detail::dragonbox::umul192_upper128(unsigned long, fmt::v11::detail::uint128_fallback)', '_ZN3fmt3v116detail8basic_fpIoE6assignIeTnNSt3__19enable_ifIXntsr16is_double_doubleIT_EE5valueEiE4typeELi0EEEbS7_', 'fmt::v11::context::arg(int) const', 'fmt::v11::detail::format_handler::on_format_specs(int, char const*, char const*)', 'fmt::v11::detail::dragonbox::floor_log10_pow2(int)']

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
_ZZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEETnNSt3__19enable_ifIXsr3std7is_sameIT_cEE5valueEiE4typeELi0EEET0_SA_NS0_17basic_string_viewIS7_EERKNS0_12format_specsEENKUljNSB_IcEEE_clEjSG_ 32 10 31.25% ['two-args-fuzzer', 'chrono-duration-fuzzer', 'named-arg-fuzzer', 'chrono-timepoint-fuzzer', 'one-arg-fuzzer', 'float-fuzzer']
intfmt::v11::detail::format_float (longdouble,int,fmt::v11::format_specsconst&,bool,fmt::v11::detail::buffer &) 197 45 22.84% ['two-args-fuzzer', 'chrono-duration-fuzzer', 'named-arg-fuzzer', 'chrono-timepoint-fuzzer', 'one-arg-fuzzer', 'float-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']
charconst*fmt::v11::detail::parse_chrono_format >&>(charconst*,charconst*,fmt::v11::detail::duration_formatter >&) 135 66 48.88% ['chrono-duration-fuzzer']

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
[] []
/src/fmt/test/fuzzing/chrono-timepoint.cc ['chrono-timepoint-fuzzer'] ['chrono-timepoint-fuzzer']
/src/fmt/test/fuzzing/fuzzer-common.h ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer'] ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer']
/src/fmt/test/fuzzing/chrono-duration.cc ['chrono-duration-fuzzer'] ['chrono-duration-fuzzer']
/src/fmt/test/fuzzing/named-arg.cc ['named-arg-fuzzer'] ['named-arg-fuzzer']
/usr/local/bin/../include/c++/v1/string [] []
/src/fmt/include/fmt/base.h ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer'] ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer']
/src/fmt/include/fmt/format.h ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer'] ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer']
/src/fmt/include/fmt/format-inl.h ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer'] ['float-fuzzer', 'chrono-timepoint-fuzzer', 'named-arg-fuzzer', 'one-arg-fuzzer', 'two-args-fuzzer', 'chrono-duration-fuzzer']
/src/fmt/test/fuzzing/two-args.cc ['two-args-fuzzer'] ['two-args-fuzzer']
/src/fmt/test/fuzzing/one-arg.cc ['one-arg-fuzzer'] ['one-arg-fuzzer']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/fmt/test/fuzzing/float.cc ['float-fuzzer'] ['float-fuzzer']
/src/fmt/include/fmt/chrono.h [] []

Directories in report

Directory
/usr/local/bin/../include/c++/v1/
/src/fmt/include/fmt/
/src/fmt/test/fuzzing/