Coverage Report

View results by: Directories | Files

Path Line Coverage Function Coverage Region Coverage
src/duckdb/extension/loader/dummy_static_extension_loader.cpp
 40.00% (2/5)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/catalog/catalog.cpp
 60.45% (570/943)
 59.83% (70/117)
 63.03% (329/522)
src/duckdb/src/catalog/catalog_entry.cpp
 44.58% (37/83)
 44.44% (12/27)
 55.10% (27/49)
src/duckdb/src/catalog/catalog_entry/column_dependency_manager.cpp
 12.04% (26/216)
 26.67% (4/15)
 10.20% (15/147)
src/duckdb/src/catalog/catalog_entry/copy_function_catalog_entry.cpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/catalog/catalog_entry/dependency/dependency_dependent_entry.cpp
 47.06% (8/17)
 40.00% (2/5)
 50.00% (3/6)
src/duckdb/src/catalog/catalog_entry/dependency/dependency_entry.cpp
 70.37% (19/27)
 71.43% (5/7)
 86.96% (20/23)
src/duckdb/src/catalog/catalog_entry/dependency/dependency_subject_entry.cpp
 64.71% (11/17)
 60.00% (3/5)
 66.67% (4/6)
src/duckdb/src/catalog/catalog_entry/duck_index_entry.cpp
  0.00% (0/40)
  0.00% (0/9)
  0.00% (0/26)
src/duckdb/src/catalog/catalog_entry/duck_schema_entry.cpp
 47.95% (140/292)
 64.00% (16/25)
 54.09% (86/159)
src/duckdb/src/catalog/catalog_entry/duck_table_entry.cpp
  2.31% (24/1038)
  7.14% (3/42)
  3.34% (18/539)
src/duckdb/src/catalog/catalog_entry/index_catalog_entry.cpp
  0.00% (0/46)
  0.00% (0/5)
  0.00% (0/25)
src/duckdb/src/catalog/catalog_entry/macro_catalog_entry.cpp
 32.56% (14/43)
 42.86% (3/7)
 66.67% (10/15)
src/duckdb/src/catalog/catalog_entry/pragma_function_catalog_entry.cpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/catalog/catalog_entry/scalar_function_catalog_entry.cpp
 21.43% (6/28)
 50.00% (1/2)
 28.57% (4/14)
src/duckdb/src/catalog/catalog_entry/schema_catalog_entry.cpp
 14.81% (8/54)
 22.22% (2/9)
 20.00% (3/15)
src/duckdb/src/catalog/catalog_entry/sequence_catalog_entry.cpp
  8.79% (8/91)
 22.22% (2/9)
 21.82% (12/55)
src/duckdb/src/catalog/catalog_entry/table_catalog_entry.cpp
 30.91% (85/275)
 25.00% (6/24)
 39.57% (55/139)
src/duckdb/src/catalog/catalog_entry/table_function_catalog_entry.cpp
 29.17% (7/24)
 50.00% (1/2)
 44.44% (8/18)
src/duckdb/src/catalog/catalog_entry/type_catalog_entry.cpp
 21.05% (8/38)
 25.00% (1/4)
 36.36% (4/11)
src/duckdb/src/catalog/catalog_entry/view_catalog_entry.cpp
 23.17% (19/82)
 42.86% (3/7)
 10.53% (4/38)
src/duckdb/src/catalog/catalog_entry_retriever.cpp
 59.09% (52/88)
 76.92% (10/13)
 63.27% (31/49)
src/duckdb/src/catalog/catalog_search_path.cpp
 56.92% (148/260)
 77.27% (17/22)
 60.00% (120/200)
src/duckdb/src/catalog/catalog_set.cpp
 57.72% (314/544)
 69.23% (36/52)
 64.55% (213/330)
src/duckdb/src/catalog/catalog_transaction.cpp
 75.00% (21/28)
 80.00% (4/5)
 81.25% (13/16)
src/duckdb/src/catalog/default/default_functions.cpp
 90.28% (65/72)
 85.71% (6/7)
 94.44% (51/54)
src/duckdb/src/catalog/default/default_generator.cpp
 76.92% (10/13)
 75.00% (3/4)
 88.89% (8/9)
src/duckdb/src/catalog/default/default_schemas.cpp
100.00% (27/27)
100.00% (4/4)
100.00% (17/17)
src/duckdb/src/catalog/default/default_table_functions.cpp
 90.48% (57/63)
100.00% (6/6)
 93.02% (40/43)
src/duckdb/src/catalog/default/default_types.cpp
100.00% (37/37)
100.00% (4/4)
100.00% (22/22)
src/duckdb/src/catalog/default/default_views.cpp
100.00% (34/34)
100.00% (4/4)
100.00% (22/22)
src/duckdb/src/catalog/dependency_catalog_set.cpp
 39.02% (16/41)
 57.14% (4/7)
 40.00% (4/10)
src/duckdb/src/catalog/dependency_list.cpp
 46.07% (41/89)
 53.85% (7/13)
 28.85% (15/52)
src/duckdb/src/catalog/dependency_manager.cpp
 17.44% (132/757)
 28.81% (17/59)
 19.71% (54/274)
src/duckdb/src/catalog/duck_catalog.cpp
 66.90% (95/142)
 66.67% (18/27)
 75.86% (66/87)
src/duckdb/src/catalog/entry_lookup_info.cpp
 88.00% (22/25)
 88.89% (8/9)
 79.17% (19/24)
src/duckdb/src/catalog/similar_catalog_entry.cpp
 77.78% (14/18)
100.00% (1/1)
 84.62% (11/13)
src/duckdb/src/common/allocator.cpp
 84.67% (116/137)
100.00% (26/26)
 84.62% (88/104)
src/duckdb/src/common/arrow/appender/append_data.cpp
  0.00% (0/18)
  0.00% (0/1)
  0.00% (0/9)
src/duckdb/src/common/arrow/appender/bool_data.cpp
  0.00% (0/33)
  0.00% (0/3)
  0.00% (0/11)
src/duckdb/src/common/arrow/appender/fixed_size_list_data.cpp
  0.00% (0/26)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/common/arrow/appender/null_data.cpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/common/arrow/appender/struct_data.cpp
  0.00% (0/31)
  0.00% (0/3)
  0.00% (0/10)
src/duckdb/src/common/arrow/appender/union_data.cpp
  0.00% (0/48)
  0.00% (0/3)
  0.00% (0/22)
src/duckdb/src/common/arrow/arrow_appender.cpp
  0.00% (0/282)
  0.00% (0/11)
  0.00% (0/158)
src/duckdb/src/common/arrow/arrow_converter.cpp
  0.00% (0/376)
  0.00% (0/9)
  0.00% (0/162)
src/duckdb/src/common/arrow/arrow_merge_event.cpp
  0.00% (0/91)
  0.00% (0/8)
  0.00% (0/54)
src/duckdb/src/common/arrow/arrow_query_result.cpp
  0.00% (0/33)
  0.00% (0/8)
  0.00% (0/21)
src/duckdb/src/common/arrow/arrow_type_extension.cpp
 20.85% (74/355)
 28.26% (13/46)
 18.42% (35/190)
src/duckdb/src/common/arrow/arrow_util.cpp
  0.00% (0/45)
  0.00% (0/2)
  0.00% (0/24)
src/duckdb/src/common/arrow/arrow_wrapper.cpp
  0.00% (0/144)
  0.00% (0/11)
  0.00% (0/105)
src/duckdb/src/common/arrow/physical_arrow_batch_collector.cpp
  0.00% (0/18)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/common/arrow/physical_arrow_collector.cpp
  0.00% (0/89)
  0.00% (0/9)
  0.00% (0/46)
src/duckdb/src/common/arrow/schema_metadata.cpp
  0.00% (0/87)
  0.00% (0/9)
  0.00% (0/19)
src/duckdb/src/common/assert.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/common/bignum.cpp
  0.00% (0/297)
  0.00% (0/23)
  0.00% (0/211)
src/duckdb/src/common/bind_helpers.cpp
  0.00% (0/95)
  0.00% (0/5)
  0.00% (0/71)
src/duckdb/src/common/box_renderer.cpp
  0.00% (0/1624)
  0.00% (0/85)
  0.00% (0/1007)
src/duckdb/src/common/cgroups.cpp
 75.61% (155/205)
100.00% (9/9)
 73.55% (89/121)
src/duckdb/src/common/checksum.cpp
  0.00% (0/61)
  0.00% (0/3)
  0.00% (0/33)
src/duckdb/src/common/complex_json.cpp
 40.54% (15/37)
 57.14% (4/7)
 34.78% (8/23)
src/duckdb/src/common/compressed_file_system.cpp
  0.00% (0/134)
  0.00% (0/14)
  0.00% (0/66)
src/duckdb/src/common/constants.cpp
 69.44% (25/36)
 57.14% (4/7)
 69.23% (9/13)
src/duckdb/src/common/crypto/md5.cpp
  0.00% (0/157)
  0.00% (0/8)
  0.00% (0/167)
src/duckdb/src/common/csv_writer.cpp
  0.00% (0/275)
  0.00% (0/31)
  0.00% (0/193)
src/duckdb/src/common/encryption_functions.cpp
  0.00% (0/148)
  0.00% (0/21)
  0.00% (0/48)
src/duckdb/src/common/encryption_key_manager.cpp
  0.00% (0/96)
  0.00% (0/18)
  0.00% (0/31)
src/duckdb/src/common/encryption_state.cpp
  0.00% (0/64)
  0.00% (0/11)
  0.00% (0/35)
src/duckdb/src/common/enum_util.cpp
  6.10% (248/4066)
  2.70% (18/666)
  2.70% (18/666)
src/duckdb/src/common/enums/catalog_type.cpp
 19.61% (20/102)
 50.00% (1/2)
 11.69% (9/77)
src/duckdb/src/common/enums/compression_type.cpp
 13.16% (15/114)
 25.00% (1/4)
  7.78% (7/90)
src/duckdb/src/common/enums/date_part_specifier.cpp
  0.00% (0/68)
  0.00% (0/2)
  0.00% (0/184)
src/duckdb/src/common/enums/expression_type.cpp
 21.92% (73/333)
 83.33% (5/6)
 26.74% (46/172)
src/duckdb/src/common/enums/file_compression_type.cpp
 22.22% (8/36)
 33.33% (1/3)
 10.34% (3/29)
src/duckdb/src/common/enums/http_status_code.cpp
  3.04% (8/263)
 50.00% (1/2)
  2.31% (3/130)
src/duckdb/src/common/enums/join_type.cpp
 33.33% (13/39)
 66.67% (4/6)
 51.61% (16/31)
src/duckdb/src/common/enums/logical_operator_type.cpp
 26.36% (34/129)
100.00% (1/1)
 25.00% (16/64)
src/duckdb/src/common/enums/metric_type.cpp
 42.45% (90/212)
 35.00% (7/20)
 29.20% (33/113)
src/duckdb/src/common/enums/optimizer_type.cpp
  0.00% (0/28)
  0.00% (0/3)
  0.00% (0/21)
src/duckdb/src/common/enums/physical_operator_type.cpp
 21.30% (36/169)
100.00% (1/1)
 20.24% (17/84)
src/duckdb/src/common/enums/relation_type.cpp
  0.00% (0/63)
  0.00% (0/1)
  0.00% (0/31)
src/duckdb/src/common/enums/statement_type.cpp
 13.98% (13/93)
 50.00% (2/4)
 16.98% (9/53)
src/duckdb/src/common/error_data.cpp
 62.40% (78/125)
 76.47% (13/17)
 68.54% (61/89)
src/duckdb/src/common/exception.cpp
 44.19% (95/215)
 41.38% (24/58)
 41.35% (55/133)
src/duckdb/src/common/exception/binder_exception.cpp
100.00% (46/46)
100.00% (5/5)
100.00% (17/17)
src/duckdb/src/common/exception/catalog_exception.cpp
 96.00% (48/50)
100.00% (6/6)
 93.75% (15/16)
src/duckdb/src/common/exception/conversion_exception.cpp
 20.00% (2/10)
 25.00% (1/4)
 25.00% (2/8)
src/duckdb/src/common/exception/parser_exception.cpp
100.00% (7/7)
100.00% (3/3)
100.00% (5/5)
src/duckdb/src/common/exception_format_value.cpp
 74.68% (59/79)
 66.67% (14/21)
 70.45% (31/44)
src/duckdb/src/common/extra_type_info.cpp
 23.94% (85/355)
 38.89% (28/72)
 34.23% (89/260)
src/duckdb/src/common/file_buffer.cpp
 62.07% (54/87)
 50.00% (7/14)
 54.00% (27/50)
src/duckdb/src/common/file_system.cpp
 23.86% (120/503)
 23.23% (23/99)
 30.91% (85/275)
src/duckdb/src/common/filename_pattern.cpp
  0.00% (0/145)
  0.00% (0/13)
  0.00% (0/90)
src/duckdb/src/common/fsst.cpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/9)
src/duckdb/src/common/gzip_file_system.cpp
  0.00% (0/292)
  0.00% (0/17)
  0.00% (0/177)
src/duckdb/src/common/hive_partitioning.cpp
  0.00% (0/313)
  0.00% (0/22)
  0.00% (0/171)
src/duckdb/src/common/local_file_system.cpp
 15.04% (114/758)
 29.17% (14/48)
 12.90% (80/620)
src/duckdb/src/common/multi_file/base_file_reader.cpp
  0.00% (0/16)
  0.00% (0/6)
  0.00% (0/6)
src/duckdb/src/common/multi_file/multi_file_column_mapper.cpp
  0.00% (0/852)
  0.00% (0/36)
  0.00% (0/436)
src/duckdb/src/common/multi_file/multi_file_function.cpp
  0.00% (0/26)
  0.00% (0/11)
  0.00% (0/11)
src/duckdb/src/common/multi_file/multi_file_list.cpp
  0.00% (0/250)
  0.00% (0/43)
  0.00% (0/169)
src/duckdb/src/common/multi_file/multi_file_reader.cpp
  2.46% (15/610)
  4.17% (2/48)
  2.25% (8/356)
src/duckdb/src/common/multi_file/union_by_name.cpp
  0.00% (0/28)
  0.00% (0/4)
  0.00% (0/17)
src/duckdb/src/common/opener_file_system.cpp
 65.38% (17/26)
100.00% (4/4)
 58.82% (10/17)
src/duckdb/src/common/operator/cast_operators.cpp
 20.48% (361/1763)
 20.43% (85/416)
 22.04% (173/785)
src/duckdb/src/common/operator/convert_to_string.cpp
 37.93% (22/58)
 36.84% (7/19)
 36.84% (7/19)
src/duckdb/src/common/operator/string_cast.cpp
 10.74% (26/242)
 29.17% (7/24)
 12.05% (10/83)
src/duckdb/src/common/pipe_file_system.cpp
  0.00% (0/34)
  0.00% (0/11)
  0.00% (0/14)
src/duckdb/src/common/printer.cpp
  0.00% (0/31)
  0.00% (0/7)
  0.00% (0/19)
src/duckdb/src/common/progress_bar/progress_bar.cpp
  6.45% (8/124)
 11.11% (2/18)
  2.63% (2/76)
src/duckdb/src/common/progress_bar/terminal_progress_bar_display.cpp
  0.00% (0/111)
  0.00% (0/6)
  0.00% (0/64)
src/duckdb/src/common/progress_bar/unscented_kalman_filter.cpp
  0.00% (0/198)
  0.00% (0/14)
  0.00% (0/151)
src/duckdb/src/common/radix_partitioning.cpp
 53.51% (99/185)
 55.00% (11/20)
 52.63% (70/133)
src/duckdb/src/common/random_engine.cpp
 35.00% (21/60)
 30.77% (4/13)
 33.33% (11/33)
src/duckdb/src/common/re2_regex.cpp
 30.38% (24/79)
 33.33% (3/9)
 21.95% (9/41)
src/duckdb/src/common/render_tree.cpp
 74.40% (125/168)
 76.92% (20/26)
 67.61% (48/71)
src/duckdb/src/common/row_operations/row_aggregate.cpp
 31.33% (26/83)
 50.00% (3/6)
 22.73% (10/44)
src/duckdb/src/common/row_operations/row_matcher.cpp
 40.69% (129/317)
 42.11% (8/19)
 48.73% (77/158)
src/duckdb/src/common/serializer/binary_deserializer.cpp
 75.00% (78/104)
 80.77% (21/26)
 74.36% (29/39)
src/duckdb/src/common/serializer/binary_serializer.cpp
 70.21% (66/94)
 72.41% (21/29)
 74.19% (23/31)
src/duckdb/src/common/serializer/buffered_file_reader.cpp
  0.00% (0/51)
  0.00% (0/8)
  0.00% (0/39)
src/duckdb/src/common/serializer/buffered_file_writer.cpp
  0.00% (0/67)
  0.00% (0/8)
  0.00% (0/45)
src/duckdb/src/common/serializer/memory_stream.cpp
 51.76% (44/85)
 62.50% (10/16)
 68.75% (33/48)
src/duckdb/src/common/serializer/serializer.cpp
 28.57% (6/21)
 33.33% (1/3)
 55.56% (5/9)
src/duckdb/src/common/sort/full_sort.cpp
  0.00% (0/191)
  0.00% (0/19)
  0.00% (0/93)
src/duckdb/src/common/sort/hashed_sort.cpp
  0.00% (0/376)
  0.00% (0/29)
  0.00% (0/208)
src/duckdb/src/common/sort/natural_sort.cpp
 71.72% (71/99)
 73.68% (14/19)
 78.00% (39/50)
src/duckdb/src/common/sort/sort.cpp
 58.36% (199/341)
 72.41% (21/29)
 57.78% (104/180)
src/duckdb/src/common/sort/sort_strategy.cpp
 65.22% (15/23)
 60.00% (3/5)
 73.33% (11/15)
src/duckdb/src/common/sort/sorted_run.cpp
 56.42% (202/358)
 65.38% (17/26)
 60.00% (120/200)
src/duckdb/src/common/sort/sorted_run_merger.cpp
 50.16% (305/608)
 80.56% (29/36)
 56.27% (211/375)
src/duckdb/src/common/stacktrace.cpp
  0.00% (0/63)
  0.00% (0/4)
  0.00% (0/37)
src/duckdb/src/common/string_util.cpp
 53.78% (420/781)
 57.95% (51/88)
 47.92% (242/505)
src/duckdb/src/common/thread_util.cpp
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/common/tree_renderer.cpp
 36.84% (7/19)
100.00% (1/1)
 33.33% (3/9)
src/duckdb/src/common/tree_renderer/graphviz_tree_renderer.cpp
  0.00% (0/72)
  0.00% (0/9)
  0.00% (0/20)
src/duckdb/src/common/tree_renderer/html_tree_renderer.cpp
  0.00% (0/231)
  0.00% (0/15)
  0.00% (0/30)
src/duckdb/src/common/tree_renderer/json_tree_renderer.cpp
  0.00% (0/82)
  0.00% (0/10)
  0.00% (0/23)
src/duckdb/src/common/tree_renderer/mermaid_tree_renderer.cpp
  0.00% (0/87)
  0.00% (0/10)
  0.00% (0/39)
src/duckdb/src/common/tree_renderer/text_tree_renderer.cpp
 87.29% (371/425)
 69.57% (16/23)
 92.11% (292/317)
src/duckdb/src/common/tree_renderer/tree_renderer.cpp
 66.67% (4/6)
100.00% (1/1)
 66.67% (2/3)
src/duckdb/src/common/tree_renderer/yaml_tree_renderer.cpp
  0.00% (0/106)
  0.00% (0/12)
  0.00% (0/40)
src/duckdb/src/common/types.cpp
 58.94% (989/1678)
 70.16% (87/124)
 62.65% (696/1111)
src/duckdb/src/common/types/batched_data_collection.cpp
 32.48% (51/157)
 31.58% (6/19)
 42.57% (43/101)
src/duckdb/src/common/types/bignum.cpp
  0.00% (0/231)
  0.00% (0/12)
  0.00% (0/130)
src/duckdb/src/common/types/bit.cpp
  0.00% (0/347)
  0.00% (0/35)
  0.00% (0/205)
src/duckdb/src/common/types/blob.cpp
 50.00% (110/220)
 58.82% (10/17)
 62.25% (94/151)
src/duckdb/src/common/types/cast_helpers.cpp
 95.81% (206/215)
 83.33% (10/12)
 98.00% (98/100)
src/duckdb/src/common/types/column/column_data_allocator.cpp
 71.28% (201/282)
 91.30% (21/23)
 71.77% (150/209)
src/duckdb/src/common/types/column/column_data_collection.cpp
 64.80% (694/1071)
 75.56% (68/90)
 66.67% (418/627)
src/duckdb/src/common/types/column/column_data_collection_segment.cpp
 80.33% (192/239)
 73.91% (17/23)
 80.61% (133/165)
src/duckdb/src/common/types/column/column_data_consumer.cpp
  0.00% (0/77)
  0.00% (0/8)
  0.00% (0/52)
src/duckdb/src/common/types/column/partitioned_column_data.cpp
  0.00% (0/160)
  0.00% (0/17)
  0.00% (0/87)
src/duckdb/src/common/types/conflict_info.cpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/9)
src/duckdb/src/common/types/conflict_manager.cpp
  0.00% (0/113)
  0.00% (0/17)
  0.00% (0/102)
src/duckdb/src/common/types/data_chunk.cpp
 49.17% (149/303)
 52.50% (21/40)
 49.19% (122/248)
src/duckdb/src/common/types/date.cpp
 19.37% (80/413)
 15.38% (6/39)
 24.54% (80/326)
src/duckdb/src/common/types/decimal.cpp
100.00% (21/21)
100.00% (5/5)
100.00% (5/5)
src/duckdb/src/common/types/geometry.cpp
  0.00% (0/945)
  0.00% (0/47)
  0.00% (0/583)
src/duckdb/src/common/types/hash.cpp
 81.61% (71/87)
 76.92% (10/13)
 90.24% (37/41)
src/duckdb/src/common/types/hugeint.cpp
 62.28% (393/631)
 60.22% (56/93)
 63.50% (214/337)
src/duckdb/src/common/types/hyperloglog.cpp
 14.65% (29/198)
 11.11% (2/18)
 20.00% (24/120)
src/duckdb/src/common/types/interval.cpp
  0.00% (0/460)
  0.00% (0/17)
  0.00% (0/295)
src/duckdb/src/common/types/list_segment.cpp
  0.00% (0/465)
  0.00% (0/44)
  0.00% (0/181)
src/duckdb/src/common/types/row/partitioned_tuple_data.cpp
 86.02% (240/279)
 82.76% (24/29)
 87.58% (141/161)
src/duckdb/src/common/types/row/tuple_data_allocator.cpp
 46.74% (301/644)
 73.68% (28/38)
 55.61% (228/410)
src/duckdb/src/common/types/row/tuple_data_collection.cpp
 57.59% (364/632)
 71.88% (46/64)
 56.13% (206/367)
src/duckdb/src/common/types/row/tuple_data_iterator.cpp
 87.50% (56/64)
 81.82% (9/11)
 91.30% (42/46)
src/duckdb/src/common/types/row/tuple_data_layout.cpp
 86.52% (154/178)
 85.71% (6/7)
 85.60% (107/125)
src/duckdb/src/common/types/row/tuple_data_scatter_gather.cpp
 32.02% (448/1399)
 43.10% (25/58)
 32.78% (235/717)
src/duckdb/src/common/types/row/tuple_data_segment.cpp
 68.80% (86/125)
 75.00% (12/16)
 81.61% (71/87)
src/duckdb/src/common/types/selection_vector.cpp
 34.21% (13/38)
 28.57% (2/7)
 27.78% (5/18)
src/duckdb/src/common/types/string_heap.cpp
 54.35% (25/46)
 50.00% (6/12)
 70.83% (17/24)
src/duckdb/src/common/types/string_type.cpp
 50.00% (11/22)
 33.33% (1/3)
 65.52% (19/29)
src/duckdb/src/common/types/time.cpp
  0.00% (0/251)
  0.00% (0/17)
  0.00% (0/194)
src/duckdb/src/common/types/timestamp.cpp
  8.69% (41/472)
 16.67% (8/48)
  5.11% (17/333)
src/duckdb/src/common/types/uhugeint.cpp
 60.63% (268/442)
 56.98% (49/86)
 67.16% (135/201)
src/duckdb/src/common/types/uuid.cpp
 32.16% (73/227)
 35.71% (5/14)
 11.65% (12/103)
src/duckdb/src/common/types/validity_mask.cpp
 25.52% (49/192)
 38.46% (5/13)
 27.78% (35/126)
src/duckdb/src/common/types/value.cpp
 45.28% (859/1897)
 46.12% (119/258)
 44.25% (435/983)
src/duckdb/src/common/types/variant/variant.cpp
  0.00% (0/64)
  0.00% (0/12)
  0.00% (0/26)
src/duckdb/src/common/types/variant/variant_value.cpp
  0.00% (0/664)
  0.00% (0/8)
  0.00% (0/182)
src/duckdb/src/common/types/variant/variant_value_convert.cpp
  0.00% (0/30)
  0.00% (0/10)
  0.00% (0/10)
src/duckdb/src/common/types/vector.cpp
 25.42% (571/2246)
 30.97% (48/155)
 31.04% (402/1295)
src/duckdb/src/common/types/vector_buffer.cpp
 39.42% (41/104)
 48.28% (14/29)
 35.14% (26/74)
src/duckdb/src/common/types/vector_cache.cpp
 80.00% (80/100)
100.00% (8/8)
 94.29% (33/35)
src/duckdb/src/common/types/vector_constants.cpp
100.00% (9/9)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/common/value_operations/comparison_operations.cpp
 47.64% (91/191)
 52.38% (11/21)
 53.97% (68/126)
src/duckdb/src/common/vector_operations/boolean_operators.cpp
 51.76% (44/85)
 77.78% (7/9)
 62.32% (43/69)
src/duckdb/src/common/vector_operations/comparison_operators.cpp
 39.50% (79/200)
 60.00% (15/25)
 42.06% (45/107)
src/duckdb/src/common/vector_operations/generators.cpp
  0.00% (0/70)
  0.00% (0/4)
  0.00% (0/46)
src/duckdb/src/common/vector_operations/is_distinct_from.cpp
  0.00% (0/784)
  0.00% (0/51)
  0.00% (0/400)
src/duckdb/src/common/vector_operations/null_operations.cpp
 22.73% (20/88)
 66.67% (4/6)
 25.81% (16/62)
src/duckdb/src/common/vector_operations/numeric_inplace_operators.cpp
 59.09% (13/22)
100.00% (1/1)
 71.43% (15/21)
src/duckdb/src/common/vector_operations/vector_cast.cpp
 37.04% (10/27)
 20.00% (1/5)
 42.86% (3/7)
src/duckdb/src/common/vector_operations/vector_copy.cpp
 40.81% (91/223)
100.00% (5/5)
 45.16% (56/124)
src/duckdb/src/common/vector_operations/vector_hash.cpp
 52.03% (218/419)
 66.67% (12/18)
 47.06% (136/289)
src/duckdb/src/common/vector_operations/vector_storage.cpp
  0.00% (0/117)
  0.00% (0/4)
  0.00% (0/46)
src/duckdb/src/common/virtual_file_system.cpp
 29.67% (73/246)
 36.84% (14/38)
 32.68% (50/153)
src/duckdb/src/execution/adaptive_filter.cpp
 18.92% (14/74)
 20.00% (1/5)
 25.00% (15/60)
src/duckdb/src/execution/aggregate_hashtable.cpp
 58.12% (383/659)
 69.09% (38/55)
 63.57% (281/442)
src/duckdb/src/execution/base_aggregate_hashtable.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/execution/column_binding_resolver.cpp
 26.86% (47/175)
 80.00% (4/5)
 29.59% (29/98)
src/duckdb/src/execution/expression_executor.cpp
 60.67% (182/300)
 60.00% (18/30)
 64.07% (148/231)
src/duckdb/src/execution/expression_executor/execute_between.cpp
  0.00% (0/114)
  0.00% (0/8)
  0.00% (0/54)
src/duckdb/src/execution/expression_executor/execute_case.cpp
 41.08% (76/185)
 83.33% (5/6)
 43.56% (44/101)
src/duckdb/src/execution/expression_executor/execute_cast.cpp
 84.00% (21/25)
100.00% (2/2)
 50.00% (5/10)
src/duckdb/src/execution/expression_executor/execute_comparison.cpp
 25.10% (64/255)
 30.00% (6/20)
 16.04% (17/106)
src/duckdb/src/execution/expression_executor/execute_conjunction.cpp
 31.07% (32/103)
 75.00% (3/4)
 24.14% (14/58)
src/duckdb/src/execution/expression_executor/execute_constant.cpp
100.00% (9/9)
100.00% (2/2)
100.00% (6/6)
src/duckdb/src/execution/expression_executor/execute_function.cpp
 71.17% (79/111)
100.00% (6/6)
 72.22% (65/90)
src/duckdb/src/execution/expression_executor/execute_operator.cpp
 64.58% (93/144)
100.00% (2/2)
 59.26% (48/81)
src/duckdb/src/execution/expression_executor/execute_parameter.cpp
100.00% (11/11)
100.00% (2/2)
100.00% (14/14)
src/duckdb/src/execution/expression_executor/execute_reference.cpp
 92.86% (13/14)
100.00% (2/2)
 92.31% (12/13)
src/duckdb/src/execution/expression_executor_state.cpp
 78.05% (32/41)
 77.78% (7/9)
 83.33% (25/30)
src/duckdb/src/execution/index/art/art.cpp
  0.00% (0/922)
  0.00% (0/54)
  0.00% (0/532)
src/duckdb/src/execution/index/art/art_builder.cpp
  0.00% (0/56)
  0.00% (0/1)
  0.00% (0/49)
src/duckdb/src/execution/index/art/art_key.cpp
  0.00% (0/130)
  0.00% (0/15)
  0.00% (0/95)
src/duckdb/src/execution/index/art/art_merger.cpp
  0.00% (0/196)
  0.00% (0/11)
  0.00% (0/165)
src/duckdb/src/execution/index/art/base_leaf.cpp
  0.00% (0/128)
  0.00% (0/9)
  0.00% (0/54)
src/duckdb/src/execution/index/art/base_node.cpp
  0.00% (0/131)
  0.00% (0/9)
  0.00% (0/47)
src/duckdb/src/execution/index/art/iterator.cpp
  0.00% (0/216)
  0.00% (0/7)
  0.00% (0/188)
src/duckdb/src/execution/index/art/leaf.cpp
  0.00% (0/176)
  0.00% (0/11)
  0.00% (0/115)
src/duckdb/src/execution/index/art/node.cpp
  0.00% (0/532)
  0.00% (0/28)
  0.00% (0/270)
src/duckdb/src/execution/index/art/node256.cpp
  0.00% (0/35)
  0.00% (0/3)
  0.00% (0/11)
src/duckdb/src/execution/index/art/node256_leaf.cpp
  0.00% (0/72)
  0.00% (0/7)
  0.00% (0/24)
src/duckdb/src/execution/index/art/node48.cpp
  0.00% (0/70)
  0.00% (0/4)
  0.00% (0/23)
src/duckdb/src/execution/index/art/plan_art.cpp
  0.00% (0/58)
  0.00% (0/1)
  0.00% (0/20)
src/duckdb/src/execution/index/art/prefix.cpp
  0.00% (0/315)
  0.00% (0/22)
  0.00% (0/202)
src/duckdb/src/execution/index/bound_index.cpp
  0.00% (0/177)
  0.00% (0/28)
  0.00% (0/64)
src/duckdb/src/execution/index/fixed_size_allocator.cpp
  7.31% (22/301)
  5.26% (1/19)
  8.63% (17/197)
src/duckdb/src/execution/index/fixed_size_buffer.cpp
  0.00% (0/136)
  0.00% (0/11)
  0.00% (0/137)
src/duckdb/src/execution/index/index_type_set.cpp
 54.55% (12/22)
 66.67% (2/3)
 44.44% (4/9)
src/duckdb/src/execution/index/unbound_index.cpp
  0.00% (0/52)
  0.00% (0/3)
  0.00% (0/38)
src/duckdb/src/execution/join_hashtable.cpp
 37.08% (469/1265)
 54.17% (39/72)
 38.14% (320/839)
src/duckdb/src/execution/nested_loop_join/nested_loop_join_inner.cpp
  0.00% (0/151)
  0.00% (0/5)
  0.00% (0/73)
src/duckdb/src/execution/nested_loop_join/nested_loop_join_mark.cpp
  0.00% (0/144)
  0.00% (0/5)
  0.00% (0/81)
src/duckdb/src/execution/operator/aggregate/aggregate_object.cpp
 55.00% (33/60)
 66.67% (6/9)
 50.00% (25/50)
src/duckdb/src/execution/operator/aggregate/distinct_aggregate_data.cpp
 10.87% (15/138)
 16.67% (2/12)
  8.25% (8/97)
src/duckdb/src/execution/operator/aggregate/grouped_aggregate_data.cpp
 32.88% (24/73)
 71.43% (5/7)
 18.60% (8/43)
src/duckdb/src/execution/operator/aggregate/physical_hash_aggregate.cpp
 38.80% (239/616)
 55.81% (24/43)
 33.15% (123/371)
src/duckdb/src/execution/operator/aggregate/physical_partitioned_aggregate.cpp
  0.00% (0/124)
  0.00% (0/17)
  0.00% (0/62)
src/duckdb/src/execution/operator/aggregate/physical_perfecthash_aggregate.cpp
  0.00% (0/152)
  0.00% (0/12)
  0.00% (0/104)
src/duckdb/src/execution/operator/aggregate/physical_streaming_window.cpp
  2.26% (10/443)
  4.00% (1/25)
  6.53% (16/245)
src/duckdb/src/execution/operator/aggregate/physical_ungrouped_aggregate.cpp
 46.39% (193/416)
 65.71% (23/35)
 46.56% (122/262)
src/duckdb/src/execution/operator/aggregate/physical_window.cpp
 69.83% (507/726)
 90.57% (48/53)
 80.37% (352/438)
src/duckdb/src/execution/operator/csv_scanner/buffer_manager/csv_buffer.cpp
  0.00% (0/65)
  0.00% (0/9)
  0.00% (0/40)
src/duckdb/src/execution/operator/csv_scanner/buffer_manager/csv_buffer_manager.cpp
  0.00% (0/130)
  0.00% (0/13)
  0.00% (0/98)
src/duckdb/src/execution/operator/csv_scanner/buffer_manager/csv_file_handle.cpp
  0.00% (0/103)
  0.00% (0/14)
  0.00% (0/57)
src/duckdb/src/execution/operator/csv_scanner/encode/csv_encoder.cpp
  0.00% (0/114)
  0.00% (0/9)
  0.00% (0/68)
src/duckdb/src/execution/operator/csv_scanner/scanner/base_scanner.cpp
  0.00% (0/69)
  0.00% (0/13)
  0.00% (0/51)
src/duckdb/src/execution/operator/csv_scanner/scanner/column_count_scanner.cpp
  0.00% (0/183)
  0.00% (0/16)
  0.00% (0/101)
src/duckdb/src/execution/operator/csv_scanner/scanner/csv_schema.cpp
  0.00% (0/182)
  0.00% (0/15)
  0.00% (0/139)
src/duckdb/src/execution/operator/csv_scanner/scanner/scanner_boundary.cpp
  0.00% (0/106)
  0.00% (0/19)
  0.00% (0/63)
src/duckdb/src/execution/operator/csv_scanner/scanner/skip_scanner.cpp
  0.00% (0/64)
  0.00% (0/14)
  0.00% (0/36)
src/duckdb/src/execution/operator/csv_scanner/scanner/string_value_scanner.cpp
  0.00% (0/1772)
  0.00% (0/44)
  0.00% (0/1149)
src/duckdb/src/execution/operator/csv_scanner/sniffer/csv_sniffer.cpp
  0.00% (0/203)
  0.00% (0/7)
  0.00% (0/129)
src/duckdb/src/execution/operator/csv_scanner/sniffer/dialect_detection.cpp
  0.00% (0/499)
  0.00% (0/13)
  0.00% (0/453)
src/duckdb/src/execution/operator/csv_scanner/sniffer/header_detection.cpp
  0.00% (0/284)
  0.00% (0/9)
  0.00% (0/211)
src/duckdb/src/execution/operator/csv_scanner/sniffer/set_columns.cpp
  0.00% (0/48)
  0.00% (0/6)
  0.00% (0/47)
src/duckdb/src/execution/operator/csv_scanner/sniffer/type_detection.cpp
  0.00% (0/412)
  0.00% (0/12)
  0.00% (0/264)
src/duckdb/src/execution/operator/csv_scanner/sniffer/type_refinement.cpp
  0.00% (0/84)
  0.00% (0/2)
  0.00% (0/61)
src/duckdb/src/execution/operator/csv_scanner/sniffer/type_replacement.cpp
  0.00% (0/33)
  0.00% (0/1)
  0.00% (0/24)
src/duckdb/src/execution/operator/csv_scanner/state_machine/csv_state_machine.cpp
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/9)
src/duckdb/src/execution/operator/csv_scanner/state_machine/csv_state_machine_cache.cpp
  0.00% (0/429)
  0.00% (0/6)
  0.00% (0/224)
src/duckdb/src/execution/operator/csv_scanner/table_function/csv_file_scanner.cpp
  0.00% (0/117)
  0.00% (0/10)
  0.00% (0/68)
src/duckdb/src/execution/operator/csv_scanner/table_function/csv_multi_file_info.cpp
  0.00% (0/322)
  0.00% (0/24)
  0.00% (0/167)
src/duckdb/src/execution/operator/csv_scanner/table_function/global_csv_state.cpp
  0.00% (0/148)
  0.00% (0/8)
  0.00% (0/71)
src/duckdb/src/execution/operator/csv_scanner/util/csv_error.cpp
  0.00% (0/509)
  0.00% (0/37)
  0.00% (0/251)
src/duckdb/src/execution/operator/csv_scanner/util/csv_reader_options.cpp
  0.00% (0/708)
  0.00% (0/41)
  0.00% (0/573)
src/duckdb/src/execution/operator/csv_scanner/util/csv_validator.cpp
  0.00% (0/45)
  0.00% (0/6)
  0.00% (0/23)
src/duckdb/src/execution/operator/filter/physical_filter.cpp
 16.67% (6/36)
 16.67% (1/6)
 38.10% (8/21)
src/duckdb/src/execution/operator/helper/physical_batch_collector.cpp
100.00% (34/34)
100.00% (7/7)
100.00% (16/16)
src/duckdb/src/execution/operator/helper/physical_buffered_batch_collector.cpp
  0.00% (0/57)
  0.00% (0/8)
  0.00% (0/12)
src/duckdb/src/execution/operator/helper/physical_buffered_collector.cpp
  0.00% (0/43)
  0.00% (0/8)
  0.00% (0/13)
src/duckdb/src/execution/operator/helper/physical_create_secret.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/operator/helper/physical_execute.cpp
 62.50% (5/8)
 66.67% (2/3)
 80.00% (4/5)
src/duckdb/src/execution/operator/helper/physical_explain_analyze.cpp
100.00% (19/19)
100.00% (4/4)
100.00% (4/4)
src/duckdb/src/execution/operator/helper/physical_limit.cpp
 24.12% (41/170)
 21.43% (3/14)
 24.73% (23/93)
src/duckdb/src/execution/operator/helper/physical_limit_percent.cpp
 55.75% (63/113)
100.00% (7/7)
 60.00% (51/85)
src/duckdb/src/execution/operator/helper/physical_load.cpp
 41.18% (14/34)
 50.00% (1/2)
 38.10% (8/21)
src/duckdb/src/execution/operator/helper/physical_materialized_collector.cpp
100.00% (47/47)
100.00% (8/8)
100.00% (18/18)
src/duckdb/src/execution/operator/helper/physical_pragma.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/operator/helper/physical_prepare.cpp
100.00% (5/5)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/operator/helper/physical_reservoir_sample.cpp
  0.00% (0/67)
  0.00% (0/7)
  0.00% (0/37)
src/duckdb/src/execution/operator/helper/physical_reset.cpp
 19.48% (15/77)
 50.00% (1/2)
 20.45% (9/44)
src/duckdb/src/execution/operator/helper/physical_result_collector.cpp
 75.00% (36/48)
100.00% (5/5)
 84.85% (28/33)
src/duckdb/src/execution/operator/helper/physical_set.cpp
 38.67% (29/75)
 33.33% (1/3)
 41.46% (17/41)
src/duckdb/src/execution/operator/helper/physical_set_variable.cpp
  0.00% (0/22)
  0.00% (0/5)
  0.00% (0/12)
src/duckdb/src/execution/operator/helper/physical_streaming_limit.cpp
 91.67% (33/36)
 87.50% (7/8)
 94.44% (17/18)
src/duckdb/src/execution/operator/helper/physical_streaming_sample.cpp
  0.00% (0/55)
  0.00% (0/8)
  0.00% (0/30)
src/duckdb/src/execution/operator/helper/physical_transaction.cpp
 56.86% (29/51)
100.00% (1/1)
 63.33% (19/30)
src/duckdb/src/execution/operator/helper/physical_update_extensions.cpp
  0.00% (0/32)
  0.00% (0/2)
  0.00% (0/17)
src/duckdb/src/execution/operator/helper/physical_vacuum.cpp
  8.57% (6/70)
 22.22% (2/9)
 11.32% (6/53)
src/duckdb/src/execution/operator/helper/physical_verify_vector.cpp
  0.00% (0/186)
  0.00% (0/8)
  0.00% (0/119)
src/duckdb/src/execution/operator/join/outer_join_marker.cpp
  0.00% (0/90)
  0.00% (0/10)
  0.00% (0/78)
src/duckdb/src/execution/operator/join/perfect_hash_join_executor.cpp
  8.22% (24/292)
 16.67% (2/12)
 14.55% (24/165)
src/duckdb/src/execution/operator/join/physical_asof_join.cpp
  0.00% (0/1052)
  0.00% (0/68)
  0.00% (0/543)
src/duckdb/src/execution/operator/join/physical_blockwise_nl_join.cpp
  0.00% (0/156)
  0.00% (0/18)
  0.00% (0/118)
src/duckdb/src/execution/operator/join/physical_comparison_join.cpp
 17.44% (15/86)
 50.00% (2/4)
 17.39% (12/69)
src/duckdb/src/execution/operator/join/physical_cross_product.cpp
 95.24% (80/84)
100.00% (13/13)
 87.27% (48/55)
src/duckdb/src/execution/operator/join/physical_delim_join.cpp
  0.00% (0/18)
  0.00% (0/3)
  0.00% (0/15)
src/duckdb/src/execution/operator/join/physical_hash_join.cpp
 35.36% (355/1004)
 50.70% (36/71)
 36.44% (215/590)
src/duckdb/src/execution/operator/join/physical_iejoin.cpp
  0.00% (0/1035)
  0.00% (0/62)
  0.00% (0/523)
src/duckdb/src/execution/operator/join/physical_join.cpp
 54.24% (32/59)
 60.00% (3/5)
 51.85% (14/27)
src/duckdb/src/execution/operator/join/physical_left_delim_join.cpp
  0.00% (0/77)
  0.00% (0/12)
  0.00% (0/32)
src/duckdb/src/execution/operator/join/physical_nested_loop_join.cpp
  0.00% (0/331)
  0.00% (0/28)
  0.00% (0/201)
src/duckdb/src/execution/operator/join/physical_piecewise_merge_join.cpp
  0.00% (0/518)
  0.00% (0/32)
  0.00% (0/269)
src/duckdb/src/execution/operator/join/physical_positional_join.cpp
  0.00% (0/118)
  0.00% (0/13)
  0.00% (0/64)
src/duckdb/src/execution/operator/join/physical_range_join.cpp
  0.00% (0/355)
  0.00% (0/23)
  0.00% (0/175)
src/duckdb/src/execution/operator/join/physical_right_delim_join.cpp
  0.00% (0/62)
  0.00% (0/8)
  0.00% (0/20)
src/duckdb/src/execution/operator/order/physical_order.cpp
 88.37% (76/86)
 88.89% (16/18)
 90.70% (39/43)
src/duckdb/src/execution/operator/order/physical_top_n.cpp
  0.00% (0/373)
  0.00% (0/37)
  0.00% (0/226)
src/duckdb/src/execution/operator/persistent/csv_rejects_table.cpp
  0.00% (0/97)
  0.00% (0/5)
  0.00% (0/35)
src/duckdb/src/execution/operator/persistent/physical_batch_copy_to_file.cpp
  0.00% (0/409)
  0.00% (0/36)
  0.00% (0/231)
src/duckdb/src/execution/operator/persistent/physical_batch_insert.cpp
 47.36% (215/454)
 64.52% (20/31)
 45.60% (114/250)
src/duckdb/src/execution/operator/persistent/physical_copy_database.cpp
  0.00% (0/58)
  0.00% (0/3)
  0.00% (0/22)
src/duckdb/src/execution/operator/persistent/physical_copy_to_file.cpp
  0.00% (0/558)
  0.00% (0/38)
  0.00% (0/310)
src/duckdb/src/execution/operator/persistent/physical_delete.cpp
  0.00% (0/164)
  0.00% (0/11)
  0.00% (0/86)
src/duckdb/src/execution/operator/persistent/physical_export.cpp
  0.00% (0/233)
  0.00% (0/20)
  0.00% (0/97)
src/duckdb/src/execution/operator/persistent/physical_insert.cpp
 15.83% (92/581)
 46.67% (14/30)
 15.65% (49/313)
src/duckdb/src/execution/operator/persistent/physical_merge_into.cpp
  0.00% (0/370)
  0.00% (0/21)
  0.00% (0/209)
src/duckdb/src/execution/operator/persistent/physical_update.cpp
  0.00% (0/156)
  0.00% (0/12)
  0.00% (0/90)
src/duckdb/src/execution/operator/projection/physical_pivot.cpp
  0.00% (0/60)
  0.00% (0/2)
  0.00% (0/35)
src/duckdb/src/execution/operator/projection/physical_projection.cpp
100.00% (30/30)
100.00% (6/6)
100.00% (14/14)
src/duckdb/src/execution/operator/projection/physical_tableinout_function.cpp
  0.00% (0/123)
  0.00% (0/10)
  0.00% (0/81)
src/duckdb/src/execution/operator/projection/physical_unnest.cpp
  0.00% (0/169)
  0.00% (0/8)
  0.00% (0/126)
src/duckdb/src/execution/operator/scan/physical_column_data_scan.cpp
 69.05% (58/84)
100.00% (9/9)
 63.64% (42/66)
src/duckdb/src/execution/operator/scan/physical_dummy_scan.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/operator/scan/physical_empty_result.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/operator/scan/physical_expression_scan.cpp
 48.98% (24/49)
 50.00% (3/6)
 39.29% (11/28)
src/duckdb/src/execution/operator/scan/physical_positional_scan.cpp
  0.00% (0/149)
  0.00% (0/14)
  0.00% (0/94)
src/duckdb/src/execution/operator/scan/physical_table_scan.cpp
 11.95% (38/318)
 35.00% (7/20)
 15.02% (32/213)
src/duckdb/src/execution/operator/schema/physical_alter.cpp
  0.00% (0/11)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/execution/operator/schema/physical_attach.cpp
  0.00% (0/40)
  0.00% (0/1)
  0.00% (0/31)
src/duckdb/src/execution/operator/schema/physical_create_art_index.cpp
  0.00% (0/134)
  0.00% (0/11)
  0.00% (0/78)
src/duckdb/src/execution/operator/schema/physical_create_function.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/operator/schema/physical_create_schema.cpp
 75.00% (6/8)
100.00% (1/1)
 75.00% (3/4)
src/duckdb/src/execution/operator/schema/physical_create_sequence.cpp
100.00% (5/5)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/operator/schema/physical_create_table.cpp
100.00% (8/8)
100.00% (2/2)
100.00% (5/5)
src/duckdb/src/execution/operator/schema/physical_create_type.cpp
  0.00% (0/49)
  0.00% (0/5)
  0.00% (0/28)
src/duckdb/src/execution/operator/schema/physical_create_view.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/operator/schema/physical_detach.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/operator/schema/physical_drop.cpp
 66.67% (26/39)
100.00% (1/1)
 61.90% (13/21)
src/duckdb/src/execution/operator/set/physical_cte.cpp
 95.00% (57/60)
 92.31% (12/13)
 95.65% (22/23)
src/duckdb/src/execution/operator/set/physical_recursive_cte.cpp
  0.00% (0/212)
  0.00% (0/13)
  0.00% (0/103)
src/duckdb/src/execution/operator/set/physical_union.cpp
 87.01% (67/77)
100.00% (4/4)
 87.23% (41/47)
src/duckdb/src/execution/perfect_aggregate_hashtable.cpp
  0.00% (0/245)
  0.00% (0/10)
  0.00% (0/126)
src/duckdb/src/execution/physical_operator.cpp
 69.92% (165/236)
 69.44% (25/36)
 75.20% (94/125)
src/duckdb/src/execution/physical_plan/plan_aggregate.cpp
 45.11% (120/266)
 66.67% (4/6)
 52.45% (75/143)
src/duckdb/src/execution/physical_plan/plan_any_join.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/9)
src/duckdb/src/execution/physical_plan/plan_asof_join.cpp
  0.00% (0/279)
  0.00% (0/3)
  0.00% (0/137)
src/duckdb/src/execution/physical_plan/plan_column_data_get.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (9/9)
src/duckdb/src/execution/physical_plan/plan_comparison_join.cpp
 40.48% (34/84)
 50.00% (2/4)
 30.51% (18/59)
src/duckdb/src/execution/physical_plan/plan_copy_database.cpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/physical_plan/plan_copy_to_file.cpp
  0.00% (0/66)
  0.00% (0/1)
  0.00% (0/32)
src/duckdb/src/execution/physical_plan/plan_create.cpp
 35.71% (10/28)
100.00% (1/1)
 23.08% (3/13)
src/duckdb/src/execution/physical_plan/plan_create_index.cpp
  0.00% (0/30)
  0.00% (0/1)
  0.00% (0/31)
src/duckdb/src/execution/physical_plan/plan_create_secret.cpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/physical_plan/plan_create_table.cpp
100.00% (28/28)
100.00% (2/2)
 95.83% (23/24)
src/duckdb/src/execution/physical_plan/plan_cross_product.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/execution/physical_plan/plan_cte.cpp
100.00% (13/13)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/execution/physical_plan/plan_delete.cpp
  0.00% (0/16)
  0.00% (0/3)
  0.00% (0/7)
src/duckdb/src/execution/physical_plan/plan_delim_get.cpp
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/execution/physical_plan/plan_delim_join.cpp
  0.00% (0/37)
  0.00% (0/2)
  0.00% (0/23)
src/duckdb/src/execution/physical_plan/plan_distinct.cpp
 53.52% (38/71)
100.00% (1/1)
 50.00% (24/48)
src/duckdb/src/execution/physical_plan/plan_dummy_scan.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/execution/physical_plan/plan_empty_result.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/execution/physical_plan/plan_execute.cpp
100.00% (12/12)
100.00% (1/1)
100.00% (12/12)
src/duckdb/src/execution/physical_plan/plan_explain.cpp
 76.74% (33/43)
100.00% (1/1)
 83.33% (15/18)
src/duckdb/src/execution/physical_plan/plan_export.cpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/execution/physical_plan/plan_expression_get.cpp
 92.00% (23/25)
100.00% (1/1)
 90.91% (10/11)
src/duckdb/src/execution/physical_plan/plan_filter.cpp
100.00% (19/19)
100.00% (1/1)
100.00% (12/12)
src/duckdb/src/execution/physical_plan/plan_get.cpp
 25.93% (42/162)
 50.00% (1/2)
 34.57% (28/81)
src/duckdb/src/execution/physical_plan/plan_insert.cpp
 40.91% (45/110)
 62.50% (5/8)
 47.06% (32/68)
src/duckdb/src/execution/physical_plan/plan_limit.cpp
 39.34% (24/61)
 50.00% (1/2)
 41.94% (13/31)
src/duckdb/src/execution/physical_plan/plan_merge_into.cpp
  0.00% (0/101)
  0.00% (0/4)
  0.00% (0/35)
src/duckdb/src/execution/physical_plan/plan_order.cpp
 89.47% (17/19)
100.00% (1/1)
 92.86% (13/14)
src/duckdb/src/execution/physical_plan/plan_pivot.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/execution/physical_plan/plan_positional_join.cpp
  0.00% (0/20)
  0.00% (0/1)
  0.00% (0/13)
src/duckdb/src/execution/physical_plan/plan_pragma.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/physical_plan/plan_prepare.cpp
100.00% (9/9)
100.00% (1/1)
100.00% (9/9)
src/duckdb/src/execution/physical_plan/plan_projection.cpp
100.00% (23/23)
100.00% (1/1)
100.00% (18/18)
src/duckdb/src/execution/physical_plan/plan_recursive_cte.cpp
 13.68% (13/95)
 50.00% (1/2)
 20.93% (9/43)
src/duckdb/src/execution/physical_plan/plan_reset.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/execution/physical_plan/plan_sample.cpp
  0.00% (0/28)
  0.00% (0/1)
  0.00% (0/14)
src/duckdb/src/execution/physical_plan/plan_set.cpp
 55.56% (5/9)
100.00% (1/1)
 75.00% (3/4)
src/duckdb/src/execution/physical_plan/plan_set_operation.cpp
 55.43% (51/92)
 66.67% (2/3)
 69.77% (30/43)
src/duckdb/src/execution/physical_plan/plan_simple.cpp
 45.83% (11/24)
100.00% (1/1)
 44.44% (4/9)
src/duckdb/src/execution/physical_plan/plan_top_n.cpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/execution/physical_plan/plan_unnest.cpp
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/execution/physical_plan/plan_update.cpp
  0.00% (0/18)
  0.00% (0/3)
  0.00% (0/7)
src/duckdb/src/execution/physical_plan/plan_vacuum.cpp
 66.67% (6/9)
100.00% (1/1)
 66.67% (2/3)
src/duckdb/src/execution/physical_plan/plan_window.cpp
 67.33% (68/101)
100.00% (1/1)
 65.57% (40/61)
src/duckdb/src/execution/physical_plan_generator.cpp
 66.03% (103/156)
100.00% (6/6)
 60.26% (47/78)
src/duckdb/src/execution/radix_partitioned_hashtable.cpp
 64.86% (384/592)
 82.93% (34/41)
 67.34% (268/398)
src/duckdb/src/execution/sample/base_reservoir_sample.cpp
  7.95% (7/88)
 10.00% (1/10)
  4.44% (2/45)
src/duckdb/src/execution/sample/reservoir_sample.cpp
  2.81% (19/676)
  6.38% (3/47)
  3.35% (19/567)
src/duckdb/src/function/aggregate/distributive/count.cpp
 41.15% (79/192)
 63.16% (12/19)
 26.73% (27/101)
src/duckdb/src/function/aggregate/distributive/first_last_any.cpp
 47.86% (134/280)
 75.00% (21/28)
 45.91% (73/159)
src/duckdb/src/function/aggregate/distributive/minmax.cpp
 23.98% (88/367)
 40.00% (16/40)
 21.14% (37/175)
src/duckdb/src/function/aggregate/sorted_aggregate_function.cpp
  1.16% (6/518)
  2.86% (1/35)
  2.07% (6/290)
src/duckdb/src/function/aggregate_function.cpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/function/built_in_functions.cpp
 57.52% (65/113)
 64.71% (11/17)
 60.53% (23/38)
src/duckdb/src/function/cast/array_casts.cpp
  0.00% (0/161)
  0.00% (0/7)
  0.00% (0/71)
src/duckdb/src/function/cast/bignum_casts.cpp
  0.00% (0/243)
  0.00% (0/9)
  0.00% (0/130)
src/duckdb/src/function/cast/bit_cast.cpp
  0.00% (0/36)
  0.00% (0/1)
  0.00% (0/17)
src/duckdb/src/function/cast/blob_cast.cpp
  0.00% (0/14)
  0.00% (0/1)
  0.00% (0/6)
src/duckdb/src/function/cast/cast_function_set.cpp
 29.94% (50/167)
 45.45% (10/22)
 29.17% (35/120)
src/duckdb/src/function/cast/decimal_cast.cpp
 82.92% (199/240)
100.00% (16/16)
 82.57% (90/109)
src/duckdb/src/function/cast/default_casts.cpp
 51.82% (71/137)
 75.00% (9/12)
 62.92% (56/89)
src/duckdb/src/function/cast/enum_casts.cpp
  0.00% (0/120)
  0.00% (0/11)
  0.00% (0/39)
src/duckdb/src/function/cast/geo_casts.cpp
  0.00% (0/14)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/function/cast/list_casts.cpp
  5.51% (13/236)
 28.57% (2/7)
  3.60% (4/111)
src/duckdb/src/function/cast/map_cast.cpp
  0.00% (0/130)
  0.00% (0/3)
  0.00% (0/58)
src/duckdb/src/function/cast/numeric_casts.cpp
 72.22% (52/72)
100.00% (2/2)
 70.59% (24/34)
src/duckdb/src/function/cast/pointer_cast.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/function/cast/string_cast.cpp
 17.93% (78/435)
 36.36% (4/11)
 18.39% (41/223)
src/duckdb/src/function/cast/struct_cast.cpp
 23.37% (68/291)
 50.00% (4/8)
 22.86% (32/140)
src/duckdb/src/function/cast/time_casts.cpp
  0.00% (0/162)
  0.00% (0/10)
  0.00% (0/63)
src/duckdb/src/function/cast/union/from_struct.cpp
  0.00% (0/101)
  0.00% (0/4)
  0.00% (0/78)
src/duckdb/src/function/cast/union_casts.cpp
  0.00% (0/235)
  0.00% (0/11)
  0.00% (0/131)
src/duckdb/src/function/cast/uuid_casts.cpp
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/function/cast/variant/from_variant.cpp
  0.00% (0/554)
  0.00% (0/17)
  0.00% (0/299)
src/duckdb/src/function/cast/variant/to_json.cpp
  0.00% (0/145)
  0.00% (0/35)
  0.00% (0/53)
src/duckdb/src/function/cast/variant/to_variant.cpp
  0.00% (0/109)
  0.00% (0/6)
  0.00% (0/26)
src/duckdb/src/function/cast/vector_cast_helpers.cpp
 29.09% (144/495)
 57.14% (12/21)
 31.00% (124/400)
src/duckdb/src/function/cast_rules.cpp
 45.09% (239/530)
 62.50% (15/24)
 46.70% (170/364)
src/duckdb/src/function/compression_config.cpp
 43.21% (70/162)
 46.67% (7/15)
 44.94% (40/89)
src/duckdb/src/function/copy_blob.cpp
 12.79% (11/86)
 12.50% (1/8)
  2.27% (1/44)
src/duckdb/src/function/copy_function.cpp
 27.50% (11/40)
 60.00% (3/5)
 73.68% (28/38)
src/duckdb/src/function/encoding_function.cpp
 11.22% (11/98)
 28.57% (2/7)
  7.02% (4/57)
src/duckdb/src/function/function.cpp
 58.87% (73/124)
 65.38% (17/26)
 60.81% (45/74)
src/duckdb/src/function/function_binder.cpp
 71.72% (388/541)
 91.89% (34/37)
 74.93% (260/347)
src/duckdb/src/function/function_list.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/function/function_set.cpp
 47.83% (33/69)
 69.23% (9/13)
 47.73% (21/44)
src/duckdb/src/function/macro_function.cpp
 45.52% (122/268)
 75.00% (6/8)
 42.48% (65/153)
src/duckdb/src/function/pragma/pragma_functions.cpp
 35.24% (37/105)
 12.00% (3/25)
 12.00% (3/25)
src/duckdb/src/function/pragma/pragma_queries.cpp
 43.68% (83/190)
 12.50% (3/24)
 18.42% (7/38)
src/duckdb/src/function/pragma_function.cpp
 51.72% (15/29)
 66.67% (4/6)
 61.54% (8/13)
src/duckdb/src/function/register_function_list.cpp
 80.36% (45/56)
 66.67% (6/9)
 86.67% (26/30)
src/duckdb/src/function/scalar/compressed_materialization/compress_integral.cpp
 96.31% (209/217)
100.00% (36/36)
 96.08% (98/102)
src/duckdb/src/function/scalar/compressed_materialization/compress_string.cpp
 41.26% (92/223)
 47.06% (16/34)
 32.95% (29/88)
src/duckdb/src/function/scalar/compressed_materialization_utils.cpp
 70.00% (7/10)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/function/scalar/create_sort_key.cpp
 40.70% (385/946)
 50.00% (29/58)
 43.86% (225/513)
src/duckdb/src/function/scalar/date/strftime.cpp
 16.60% (44/265)
 12.00% (3/25)
  2.33% (3/129)
src/duckdb/src/function/scalar/generic/constant_or_null.cpp
 42.17% (35/83)
 62.50% (5/8)
 41.67% (20/48)
src/duckdb/src/function/scalar/generic/error.cpp
 31.58% (6/19)
 50.00% (1/2)
 12.50% (1/8)
src/duckdb/src/function/scalar/generic/getvariable.cpp
 13.89% (5/36)
 16.67% (1/6)
  5.00% (1/20)
src/duckdb/src/function/scalar/geometry/geometry_functions.cpp
 29.82% (17/57)
 36.36% (4/11)
 25.00% (4/16)
src/duckdb/src/function/scalar/list/contains_or_position.cpp
 40.00% (10/25)
 66.67% (2/3)
 25.00% (2/8)
src/duckdb/src/function/scalar/list/list_extract.cpp
 17.46% (22/126)
 22.22% (2/9)
  3.17% (2/63)
src/duckdb/src/function/scalar/list/list_intersect.cpp
  5.00% (7/140)
 25.00% (1/4)
  1.33% (1/75)
src/duckdb/src/function/scalar/list/list_resize.cpp
 11.86% (14/118)
 33.33% (1/3)
  1.56% (1/64)
src/duckdb/src/function/scalar/list/list_select.cpp
 10.00% (12/120)
 28.57% (2/7)
  3.23% (2/62)
src/duckdb/src/function/scalar/list/list_zip.cpp
  4.48% (6/134)
 33.33% (1/3)
  1.15% (1/87)
src/duckdb/src/function/scalar/map/map_contains.cpp
 41.18% (7/17)
 50.00% (1/2)
 25.00% (1/4)
src/duckdb/src/function/scalar/nested_functions.cpp
  0.00% (0/22)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/function/scalar/operator/add.cpp
 29.69% (57/192)
 25.71% (9/35)
 33.94% (37/109)
src/duckdb/src/function/scalar/operator/arithmetic.cpp
 75.85% (757/998)
 60.29% (41/68)
 78.49% (365/465)
src/duckdb/src/function/scalar/operator/multiply.cpp
 35.95% (55/153)
 40.00% (10/25)
 40.45% (36/89)
src/duckdb/src/function/scalar/operator/subtract.cpp
 38.93% (58/149)
 37.04% (10/27)
 41.67% (35/84)
src/duckdb/src/function/scalar/pragma_functions.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/function/scalar/sequence/nextval.cpp
 21.70% (23/106)
 14.29% (2/14)
  4.76% (2/42)
src/duckdb/src/function/scalar/strftime_format.cpp
  0.00% (0/1452)
  0.00% (0/56)
  0.00% (0/808)
src/duckdb/src/function/scalar/string/caseconvert.cpp
  8.16% (8/98)
 15.38% (2/13)
  3.85% (2/52)
src/duckdb/src/function/scalar/string/concat.cpp
 32.03% (90/281)
 55.56% (10/18)
 27.21% (40/147)
src/duckdb/src/function/scalar/string/concat_ws.cpp
  6.25% (7/112)
 25.00% (1/4)
  1.89% (1/53)
src/duckdb/src/function/scalar/string/contains.cpp
 18.75% (18/96)
 22.22% (2/9)
  4.44% (2/45)
src/duckdb/src/function/scalar/string/length.cpp
 23.90% (49/205)
 25.00% (6/24)
  8.05% (7/87)
src/duckdb/src/function/scalar/string/like.cpp
 34.81% (149/428)
 34.88% (15/43)
 32.20% (85/264)
src/duckdb/src/function/scalar/string/md5.cpp
 34.29% (12/35)
 33.33% (2/6)
 33.33% (2/6)
src/duckdb/src/function/scalar/string/nfc_normalize.cpp
 15.00% (3/20)
 33.33% (1/3)
  7.14% (1/14)
src/duckdb/src/function/scalar/string/prefix.cpp
 13.04% (6/46)
 33.33% (1/3)
  2.94% (1/34)
src/duckdb/src/function/scalar/string/regexp.cpp
 28.46% (113/397)
 24.32% (9/37)
 15.24% (25/164)
src/duckdb/src/function/scalar/string/regexp/regexp_extract_all.cpp
  0.00% (0/281)
  0.00% (0/13)
  0.00% (0/175)
src/duckdb/src/function/scalar/string/regexp/regexp_util.cpp
  6.35% (8/126)
 20.00% (1/5)
  7.61% (7/92)
src/duckdb/src/function/scalar/string/regexp_escape.cpp
 30.00% (3/10)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/function/scalar/string/sha1.cpp
 33.33% (6/18)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/function/scalar/string/sha256.cpp
 33.33% (6/18)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/function/scalar/string/string_split.cpp
 12.32% (17/138)
 18.18% (2/11)
  2.78% (2/72)
src/duckdb/src/function/scalar/string/strip_accents.cpp
  9.09% (3/33)
 25.00% (1/4)
  4.35% (1/23)
src/duckdb/src/function/scalar/string/substring.cpp
  9.89% (26/263)
 16.67% (3/18)
  2.82% (4/142)
src/duckdb/src/function/scalar/string/suffix.cpp
 23.08% (6/26)
 33.33% (1/3)
  8.33% (1/12)
src/duckdb/src/function/scalar/struct/remap_struct.cpp
  1.40% (7/500)
  4.76% (1/21)
  0.33% (1/301)
src/duckdb/src/function/scalar/struct/struct_concat.cpp
  8.54% (7/82)
 25.00% (1/4)
  2.04% (1/49)
src/duckdb/src/function/scalar/struct/struct_contains.cpp
  5.08% (10/197)
 28.57% (2/7)
  1.85% (2/108)
src/duckdb/src/function/scalar/struct/struct_extract.cpp
 15.56% (21/135)
 41.67% (5/12)
  5.62% (5/89)
src/duckdb/src/function/scalar/struct/struct_pack.cpp
 66.67% (40/60)
 83.33% (5/6)
 61.11% (22/36)
src/duckdb/src/function/scalar/system/aggregate_export.cpp
  6.91% (17/246)
  9.09% (2/22)
  1.15% (2/174)
src/duckdb/src/function/scalar/system/current_connection_id.cpp
 20.00% (4/20)
 16.67% (1/6)
 14.29% (1/7)
src/duckdb/src/function/scalar/system/current_query_id.cpp
 15.38% (4/26)
 16.67% (1/6)
 10.00% (1/10)
src/duckdb/src/function/scalar/system/current_transaction_id.cpp
 15.38% (4/26)
 16.67% (1/6)
 10.00% (1/10)
src/duckdb/src/function/scalar/system/parse_log_message.cpp
 12.50% (6/48)
 16.67% (1/6)
  3.45% (1/29)
src/duckdb/src/function/scalar/system/write_log.cpp
  5.41% (6/111)
 11.11% (1/9)
  1.28% (1/78)
src/duckdb/src/function/scalar/variant/variant_extract.cpp
  4.85% (11/227)
  9.09% (1/11)
  0.73% (1/137)
src/duckdb/src/function/scalar/variant/variant_normalize.cpp
  1.98% (4/202)
  3.33% (1/30)
  1.59% (1/63)
src/duckdb/src/function/scalar/variant/variant_typeof.cpp
 12.00% (6/50)
 33.33% (1/3)
  2.94% (1/34)
src/duckdb/src/function/scalar/variant/variant_utils.cpp
  0.00% (0/252)
  0.00% (0/12)
  0.00% (0/202)
src/duckdb/src/function/scalar_function.cpp
 59.52% (25/42)
 87.50% (7/8)
 69.81% (37/53)
src/duckdb/src/function/scalar_macro_function.cpp
 93.33% (28/30)
100.00% (6/6)
 84.62% (11/13)
src/duckdb/src/function/table/arrow.cpp
  8.98% (22/245)
 12.50% (2/16)
  1.55% (2/129)
src/duckdb/src/function/table/arrow/arrow_array_scan_state.cpp
  0.00% (0/41)
  0.00% (0/6)
  0.00% (0/34)
src/duckdb/src/function/table/arrow/arrow_duck_schema.cpp
  0.77% (3/391)
  4.76% (1/21)
  0.31% (1/318)
src/duckdb/src/function/table/arrow/arrow_type_info.cpp
  0.00% (0/74)
  0.00% (0/26)
  0.00% (0/73)
src/duckdb/src/function/table/arrow_conversion.cpp
  0.00% (0/1183)
  0.00% (0/33)
  0.00% (0/610)
src/duckdb/src/function/table/checkpoint.cpp
 56.82% (25/44)
 33.33% (2/6)
 50.00% (8/16)
src/duckdb/src/function/table/copy_csv.cpp
 19.87% (60/302)
  8.00% (2/25)
  1.68% (2/119)
src/duckdb/src/function/table/direct_file_reader.cpp
  0.00% (0/142)
  0.00% (0/8)
  0.00% (0/73)
src/duckdb/src/function/table/glob.cpp
 12.12% (4/33)
 20.00% (1/5)
  9.09% (1/11)
src/duckdb/src/function/table/query_function.cpp
 18.42% (14/76)
 20.00% (1/5)
  2.63% (1/38)
src/duckdb/src/function/table/range.cpp
 14.02% (45/321)
 11.11% (2/18)
  1.02% (2/197)
src/duckdb/src/function/table/read_csv.cpp
 70.27% (78/111)
 46.15% (6/13)
 50.00% (18/36)
src/duckdb/src/function/table/read_duckdb.cpp
  6.51% (25/384)
  6.52% (3/46)
  8.88% (15/169)
src/duckdb/src/function/table/read_file.cpp
 19.10% (17/89)
 15.79% (3/19)
 10.34% (3/29)
src/duckdb/src/function/table/repeat.cpp
 13.51% (5/37)
 14.29% (1/7)
  5.88% (1/17)
src/duckdb/src/function/table/repeat_row.cpp
 16.28% (7/43)
 14.29% (1/7)
  4.35% (1/23)
src/duckdb/src/function/table/sniff_csv.cpp
  2.45% (6/245)
 12.50% (1/8)
  0.94% (1/106)
src/duckdb/src/function/table/summary.cpp
 15.62% (5/32)
 33.33% (1/3)
  5.88% (1/17)
src/duckdb/src/function/table/system/duckdb_approx_database_count.cpp
 16.00% (4/25)
 20.00% (1/5)
 10.00% (1/10)
src/duckdb/src/function/table/system/duckdb_columns.cpp
 22.55% (53/235)
 16.00% (4/25)
  8.54% (7/82)
src/duckdb/src/function/table/system/duckdb_connection_count.cpp
 15.38% (4/26)
 20.00% (1/5)
 10.00% (1/10)
src/duckdb/src/function/table/system/duckdb_constraints.cpp
 15.81% (37/234)
 16.67% (2/12)
  2.22% (2/90)
src/duckdb/src/function/table/system/duckdb_databases.cpp
 35.53% (27/76)
 40.00% (2/5)
  7.14% (2/28)
src/duckdb/src/function/table/system/duckdb_dependencies.cpp
 31.82% (21/66)
 28.57% (2/7)
  8.00% (2/25)
src/duckdb/src/function/table/system/duckdb_extensions.cpp
  2.69% (5/186)
 16.67% (1/6)
  1.56% (1/64)
src/duckdb/src/function/table/system/duckdb_external_file_cache.cpp
 10.26% (4/39)
 20.00% (1/5)
  7.14% (1/14)
src/duckdb/src/function/table/system/duckdb_functions.cpp
  7.54% (47/623)
  2.25% (2/89)
  0.67% (2/298)
src/duckdb/src/function/table/system/duckdb_indexes.cpp
 51.14% (45/88)
 57.14% (4/7)
 28.57% (6/21)
src/duckdb/src/function/table/system/duckdb_keywords.cpp
  8.16% (4/49)
 20.00% (1/5)
  4.76% (1/21)
src/duckdb/src/function/table/system/duckdb_log.cpp
 65.62% (42/64)
 42.86% (3/7)
 50.00% (13/26)
src/duckdb/src/function/table/system/duckdb_log_contexts.cpp
 58.14% (25/43)
 42.86% (3/7)
 21.43% (3/14)
src/duckdb/src/function/table/system/duckdb_memory.cpp
  7.32% (3/41)
 16.67% (1/6)
  5.56% (1/18)
src/duckdb/src/function/table/system/duckdb_optimizers.cpp
 13.79% (4/29)
 20.00% (1/5)
  7.14% (1/14)
src/duckdb/src/function/table/system/duckdb_prepared_statements.cpp
 20.00% (15/75)
 40.00% (2/5)
  6.45% (2/31)
src/duckdb/src/function/table/system/duckdb_schemas.cpp
 43.14% (22/51)
 40.00% (2/5)
 14.29% (2/14)
src/duckdb/src/function/table/system/duckdb_secret_types.cpp
 11.11% (4/36)
 20.00% (1/5)
  7.14% (1/14)
src/duckdb/src/function/table/system/duckdb_secrets.cpp
  8.14% (7/86)
 14.29% (1/7)
  3.03% (1/33)
src/duckdb/src/function/table/system/duckdb_sequences.cpp
 48.15% (39/81)
 33.33% (2/6)
 10.53% (2/19)
src/duckdb/src/function/table/system/duckdb_settings.cpp
  4.00% (4/100)
 16.67% (1/6)
  2.50% (1/40)
src/duckdb/src/function/table/system/duckdb_tables.cpp
 50.00% (49/98)
 57.14% (4/7)
 23.08% (6/26)
src/duckdb/src/function/table/system/duckdb_temporary_files.cpp
 12.12% (4/33)
 20.00% (1/5)
  7.14% (1/14)
src/duckdb/src/function/table/system/duckdb_types.cpp
 21.92% (32/146)
 33.33% (2/6)
  2.86% (2/70)
src/duckdb/src/function/table/system/duckdb_variables.cpp
  9.52% (4/42)
 20.00% (1/5)
  6.67% (1/15)
src/duckdb/src/function/table/system/duckdb_views.cpp
 57.75% (41/71)
 66.67% (4/6)
 31.58% (6/19)
src/duckdb/src/function/table/system/duckdb_which_secret.cpp
 10.00% (4/40)
 16.67% (1/6)
  7.69% (1/13)
src/duckdb/src/function/table/system/logging_utils.cpp
 14.85% (15/101)
 12.50% (1/8)
  1.67% (1/60)
src/duckdb/src/function/table/system/pragma_collations.cpp
 11.76% (4/34)
 16.67% (1/6)
  6.67% (1/15)
src/duckdb/src/function/table/system/pragma_database_size.cpp
  6.56% (4/61)
 20.00% (1/5)
  4.35% (1/23)
src/duckdb/src/function/table/system/pragma_metadata_info.cpp
 14.04% (8/57)
 16.67% (1/6)
  5.00% (1/20)
src/duckdb/src/function/table/system/pragma_storage_info.cpp
  4.17% (4/96)
 14.29% (1/7)
  4.76% (1/21)
src/duckdb/src/function/table/system/pragma_table_info.cpp
  3.24% (6/185)
  5.88% (1/17)
  1.16% (1/86)
src/duckdb/src/function/table/system/pragma_table_sample.cpp
  7.41% (4/54)
 14.29% (1/7)
  4.17% (1/24)
src/duckdb/src/function/table/system/pragma_user_agent.cpp
 15.38% (4/26)
 20.00% (1/5)
 11.11% (1/9)
src/duckdb/src/function/table/system/test_all_types.cpp
  2.07% (6/290)
 16.67% (1/6)
  2.22% (1/45)
src/duckdb/src/function/table/system/test_vector_types.cpp
  2.83% (7/247)
  5.88% (1/17)
  0.79% (1/127)
src/duckdb/src/function/table/system_functions.cpp
100.00% (41/41)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/function/table/table_scan.cpp
  5.71% (35/613)
  6.52% (3/46)
  1.05% (3/285)
src/duckdb/src/function/table/unnest.cpp
 10.20% (5/49)
  9.09% (1/11)
  5.88% (1/17)
src/duckdb/src/function/table/version/pragma_version.cpp
 24.42% (21/86)
 33.33% (5/15)
 12.82% (5/39)
src/duckdb/src/function/table_function.cpp
 32.95% (29/88)
 46.15% (6/13)
 43.82% (78/178)
src/duckdb/src/function/table_macro_function.cpp
 15.38% (2/13)
 25.00% (1/4)
 42.86% (3/7)
src/duckdb/src/function/udf_function.cpp
  0.00% (0/13)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/function/variant/variant_shredding.cpp
  0.00% (0/265)
  0.00% (0/13)
  0.00% (0/175)
src/duckdb/src/function/window/window_aggregate_function.cpp
 55.97% (89/159)
100.00% (10/10)
 50.00% (62/124)
src/duckdb/src/function/window/window_aggregate_states.cpp
 93.94% (31/33)
100.00% (5/5)
 95.24% (20/21)
src/duckdb/src/function/window/window_aggregator.cpp
 80.00% (52/65)
100.00% (11/11)
 80.49% (33/41)
src/duckdb/src/function/window/window_boundaries_state.cpp
 17.02% (136/799)
 38.46% (10/26)
 17.82% (90/505)
src/duckdb/src/function/window/window_collection.cpp
 47.69% (62/130)
 66.67% (6/9)
 55.17% (64/116)
src/duckdb/src/function/window/window_constant_aggregator.cpp
 69.42% (143/206)
100.00% (13/13)
 66.38% (77/116)
src/duckdb/src/function/window/window_custom_aggregator.cpp
  0.00% (0/87)
  0.00% (0/10)
  0.00% (0/36)
src/duckdb/src/function/window/window_distinct_aggregator.cpp
  1.13% (5/441)
  4.00% (1/25)
  4.40% (7/159)
src/duckdb/src/function/window/window_executor.cpp
 79.37% (50/63)
 76.92% (10/13)
 82.35% (28/34)
src/duckdb/src/function/window/window_index_tree.cpp
  0.00% (0/58)
  0.00% (0/6)
  0.00% (0/34)
src/duckdb/src/function/window/window_merge_sort_tree.cpp
  0.00% (0/168)
  0.00% (0/10)
  0.00% (0/65)
src/duckdb/src/function/window/window_naive_aggregator.cpp
 56.96% (180/316)
 75.00% (12/16)
 46.76% (65/139)
src/duckdb/src/function/window/window_rank_function.cpp
  0.00% (0/203)
  0.00% (0/18)
  0.00% (0/111)
src/duckdb/src/function/window/window_rownumber_function.cpp
  0.00% (0/116)
  0.00% (0/10)
  0.00% (0/77)
src/duckdb/src/function/window/window_segment_tree.cpp
  0.00% (0/371)
  0.00% (0/24)
  0.00% (0/260)
src/duckdb/src/function/window/window_shared_expressions.cpp
 94.29% (33/35)
100.00% (3/3)
 87.50% (14/16)
src/duckdb/src/function/window/window_token_tree.cpp
  0.00% (0/116)
  0.00% (0/13)
  0.00% (0/42)
src/duckdb/src/function/window/window_value_function.cpp
  0.00% (0/895)
  0.00% (0/48)
  0.00% (0/465)
src/duckdb/src/include/duckdb/catalog/catalog.hpp
 60.38% (32/53)
 54.55% (6/11)
 65.22% (15/23)
src/duckdb/src/include/duckdb/catalog/catalog_entry.hpp
 71.43% (10/14)
 75.00% (3/4)
 75.00% (3/4)
src/duckdb/src/include/duckdb/catalog/catalog_entry/aggregate_function_catalog_entry.hpp
100.00% (6/6)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/catalog/catalog_entry/collate_catalog_entry.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/include/duckdb/catalog/catalog_entry/column_dependency_manager.hpp
100.00% (1/1)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/catalog/catalog_entry/duck_table_entry.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/catalog/catalog_entry/function_entry.hpp
100.00% (6/6)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/catalog/catalog_entry/table_catalog_entry.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/catalog/catalog_entry/view_catalog_entry.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/catalog/catalog_entry_map.hpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/catalog/catalog_entry_retriever.hpp
 71.43% (5/7)
 66.67% (2/3)
 75.00% (3/4)
src/duckdb/src/include/duckdb/catalog/catalog_search_path.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/catalog/catalog_set.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/catalog/catalog_transaction.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/catalog/dependency.hpp
 26.26% (26/99)
 37.50% (9/24)
 33.33% (11/33)
src/duckdb/src/include/duckdb/catalog/dependency_catalog_set.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/catalog/dependency_manager.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/catalog/duck_catalog.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/catalog/entry_lookup_info.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/catalog/similar_catalog_entry.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/catalog/standard_entry.hpp
100.00% (10/10)
100.00% (4/4)
100.00% (6/6)
src/duckdb/src/include/duckdb/common/allocator.hpp
 55.88% (19/34)
 54.55% (6/11)
 54.55% (6/11)
src/duckdb/src/include/duckdb/common/arena_containers/arena_ptr.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/common/arena_linked_list.hpp
 90.00% (72/80)
 95.00% (19/20)
 87.80% (36/41)
src/duckdb/src/include/duckdb/common/arena_stl_allocator.hpp
100.00% (19/19)
100.00% (7/7)
100.00% (9/9)
src/duckdb/src/include/duckdb/common/array_ptr.hpp
 75.00% (39/52)
 83.33% (10/12)
 79.49% (31/39)
src/duckdb/src/include/duckdb/common/arrow/appender/append_data.hpp
  0.00% (0/41)
  0.00% (0/10)
  0.00% (0/15)
src/duckdb/src/include/duckdb/common/arrow/appender/enum_data.hpp
  0.00% (0/42)
  0.00% (0/5)
  0.00% (0/14)
src/duckdb/src/include/duckdb/common/arrow/appender/list_data.hpp
  0.00% (0/63)
  0.00% (0/4)
  0.00% (0/20)
src/duckdb/src/include/duckdb/common/arrow/appender/list_view_data.hpp
  0.00% (0/66)
  0.00% (0/4)
  0.00% (0/21)
src/duckdb/src/include/duckdb/common/arrow/appender/map_data.hpp
  0.00% (0/58)
  0.00% (0/3)
  0.00% (0/13)
src/duckdb/src/include/duckdb/common/arrow/appender/scalar_data.hpp
  0.00% (0/68)
  0.00% (0/15)
  0.00% (0/31)
src/duckdb/src/include/duckdb/common/arrow/appender/varchar_data.hpp
  0.00% (0/124)
  0.00% (0/11)
  0.00% (0/41)
src/duckdb/src/include/duckdb/common/arrow/arrow.hpp
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/arrow/arrow_buffer.hpp
  0.00% (0/62)
  0.00% (0/12)
  0.00% (0/29)
src/duckdb/src/include/duckdb/common/arrow/arrow_merge_event.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/arrow/arrow_type_extension.hpp
100.00% (10/10)
100.00% (5/5)
100.00% (5/5)
src/duckdb/src/include/duckdb/common/arrow/arrow_wrapper.hpp
  0.00% (0/23)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/common/arrow/physical_arrow_batch_collector.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/include/duckdb/common/arrow/physical_arrow_collector.hpp
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/include/duckdb/common/atomic_ptr.hpp
 22.86% (8/35)
 33.33% (3/9)
 26.67% (4/15)
src/duckdb/src/include/duckdb/common/bignum.hpp
  0.00% (0/5)
  0.00% (0/3)
  0.00% (0/8)
src/duckdb/src/include/duckdb/common/bit_utils.hpp
 39.13% (36/92)
 25.00% (2/8)
 68.18% (15/22)
src/duckdb/src/include/duckdb/common/bitpacking.hpp
  0.00% (0/128)
  0.00% (0/11)
  0.00% (0/111)
src/duckdb/src/include/duckdb/common/box_renderer.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/bswap.hpp
 28.07% (16/57)
 35.71% (5/14)
 50.00% (9/18)
src/duckdb/src/include/duckdb/common/case_insensitive_map.hpp
100.00% (9/9)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/common/column_index.hpp
 31.37% (16/51)
 33.33% (6/18)
 36.36% (8/22)
src/duckdb/src/include/duckdb/common/constants.hpp
 35.71% (10/28)
 40.00% (4/10)
 50.00% (6/12)
src/duckdb/src/include/duckdb/common/crypto/md5.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/csv_writer.hpp
  0.00% (0/15)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/include/duckdb/common/deque.hpp
  0.00% (0/19)
  0.00% (0/4)
  0.00% (0/14)
src/duckdb/src/include/duckdb/common/dl.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/enable_shared_from_this_ipp.hpp
 70.00% (7/10)
 75.00% (3/4)
 75.00% (3/4)
src/duckdb/src/include/duckdb/common/encryption_functions.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/encryption_key_manager.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/encryption_state.hpp
  0.00% (0/9)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/enum_class_hash.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/common/enum_util.hpp
100.00% (2/2)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/common/enums/compression_type.hpp
 20.00% (4/20)
 28.57% (2/7)
 16.67% (2/12)
src/duckdb/src/include/duckdb/common/enums/database_modification_type.hpp
 65.71% (23/35)
 66.67% (8/12)
 71.43% (10/14)
src/duckdb/src/include/duckdb/common/enums/date_part_specifier.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/enums/file_glob_options.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/include/duckdb/common/enums/metric_type.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/common/enums/statement_type.hpp
 30.77% (4/13)
 25.00% (1/4)
 58.33% (7/12)
src/duckdb/src/include/duckdb/common/error_data.hpp
100.00% (12/12)
100.00% (4/4)
100.00% (4/4)
src/duckdb/src/include/duckdb/common/exception.hpp
 35.71% (20/56)
 30.43% (7/23)
 29.55% (13/44)
src/duckdb/src/include/duckdb/common/exception/binder_exception.hpp
 85.71% (12/14)
 83.33% (5/6)
 83.33% (10/12)
src/duckdb/src/include/duckdb/common/exception/catalog_exception.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/common/exception/conversion_exception.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/exception/http_exception.hpp
 88.89% (16/18)
 75.00% (3/4)
 85.71% (6/7)
src/duckdb/src/include/duckdb/common/exception/parser_exception.hpp
 40.00% (2/5)
 50.00% (1/2)
 50.00% (2/4)
src/duckdb/src/include/duckdb/common/exception/transaction_exception.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/exception_format_value.hpp
100.00% (7/7)
100.00% (3/3)
100.00% (5/5)
src/duckdb/src/include/duckdb/common/extension_type_info.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/src/include/duckdb/common/extra_operator_info.hpp
 70.37% (19/27)
100.00% (4/4)
 83.33% (20/24)
src/duckdb/src/include/duckdb/common/extra_type_info.hpp
 50.00% (4/8)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/common/extra_type_info/enum_type_info.hpp
  0.00% (0/31)
  0.00% (0/4)
  0.00% (0/18)
src/duckdb/src/include/duckdb/common/fast_mem.hpp
  6.49% (77/1187)
 33.33% (2/6)
  7.09% (37/522)
src/duckdb/src/include/duckdb/common/file_buffer.hpp
 20.00% (3/15)
 20.00% (1/5)
 20.00% (1/5)
src/duckdb/src/include/duckdb/common/file_open_flags.hpp
 36.00% (27/75)
 34.62% (9/26)
 23.68% (9/38)
src/duckdb/src/include/duckdb/common/file_opener.hpp
100.00% (3/3)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/common/file_system.hpp
 70.00% (7/10)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/common/filename_pattern.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/fixed_size_map.hpp
 90.77% (118/130)
 89.29% (25/28)
 92.96% (66/71)
src/duckdb/src/include/duckdb/common/fsst.hpp
  0.00% (0/25)
  0.00% (0/2)
  0.00% (0/9)
src/duckdb/src/include/duckdb/common/gzip_file_system.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/helper.hpp
 85.19% (69/81)
 84.00% (21/25)
 87.80% (36/41)
src/duckdb/src/include/duckdb/common/hive_partitioning.hpp
  0.00% (0/14)
  0.00% (0/2)
  0.00% (0/11)
src/duckdb/src/include/duckdb/common/http_util.hpp
 38.64% (17/44)
 42.11% (8/19)
 52.17% (12/23)
src/duckdb/src/include/duckdb/common/hugeint.hpp
 33.33% (2/6)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/include/duckdb/common/index_map.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/common/index_vector.hpp
  0.00% (0/17)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/common/insertion_order_preserving_map.hpp
 80.90% (72/89)
 94.74% (18/19)
 82.93% (34/41)
src/duckdb/src/include/duckdb/common/limits.hpp
 27.03% (20/74)
 25.00% (6/24)
 33.33% (10/30)
src/duckdb/src/include/duckdb/common/local_file_system.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/multi_file/base_file_reader.hpp
  0.00% (0/34)
  0.00% (0/13)
  0.00% (0/15)
src/duckdb/src/include/duckdb/common/multi_file/multi_file_data.hpp
  0.00% (0/165)
  0.00% (0/42)
  0.00% (0/88)
src/duckdb/src/include/duckdb/common/multi_file/multi_file_function.hpp
  2.21% (13/589)
  4.00% (1/25)
  0.62% (2/324)
src/duckdb/src/include/duckdb/common/multi_file/multi_file_states.hpp
  0.00% (0/39)
  0.00% (0/13)
  0.00% (0/28)
src/duckdb/src/include/duckdb/common/numeric_utils.hpp
 66.67% (38/57)
 81.82% (9/11)
 62.86% (22/35)
src/duckdb/src/include/duckdb/common/open_file_info.hpp
 33.33% (2/6)
 33.33% (1/3)
 50.00% (2/4)
src/duckdb/src/include/duckdb/common/opener_file_system.hpp
 25.20% (32/127)
 22.86% (8/35)
 22.86% (8/35)
src/duckdb/src/include/duckdb/common/operator/add.hpp
 86.96% (20/23)
 75.00% (3/4)
 90.00% (9/10)
src/duckdb/src/include/duckdb/common/operator/cast_operators.hpp
 49.47% (47/95)
 50.00% (3/6)
 42.05% (37/88)
src/duckdb/src/include/duckdb/common/operator/comparison_operators.hpp
 44.44% (28/63)
 50.00% (9/18)
 42.86% (15/35)
src/duckdb/src/include/duckdb/common/operator/convert_to_string.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/operator/decimal_cast_operators.hpp
 51.96% (93/179)
 53.85% (7/13)
 54.20% (71/131)
src/duckdb/src/include/duckdb/common/operator/double_cast_operator.hpp
 63.64% (21/33)
100.00% (1/1)
 65.62% (21/32)
src/duckdb/src/include/duckdb/common/operator/integer_cast_operator.hpp
 39.94% (139/348)
 57.14% (8/14)
 43.60% (126/289)
src/duckdb/src/include/duckdb/common/operator/interpolate.hpp
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/operator/multiply.hpp
 86.96% (20/23)
 75.00% (3/4)
 90.00% (9/10)
src/duckdb/src/include/duckdb/common/operator/numeric_binary_operators.hpp
100.00% (8/8)
100.00% (2/2)
100.00% (10/10)
src/duckdb/src/include/duckdb/common/operator/numeric_cast.hpp
 41.14% (151/367)
 44.09% (41/93)
 43.33% (65/150)
src/duckdb/src/include/duckdb/common/operator/subtract.hpp
 86.96% (20/23)
 75.00% (3/4)
 90.00% (9/10)
src/duckdb/src/include/duckdb/common/optional_idx.hpp
 75.00% (21/28)
 87.50% (7/8)
 80.00% (12/15)
src/duckdb/src/include/duckdb/common/optional_ptr.hpp
 95.92% (47/49)
100.00% (15/15)
 95.65% (22/23)
src/duckdb/src/include/duckdb/common/optionally_owned_ptr.hpp
 60.87% (28/46)
 56.25% (9/16)
 60.00% (15/25)
src/duckdb/src/include/duckdb/common/owning_string_map.hpp
  0.00% (0/55)
  0.00% (0/11)
  0.00% (0/32)
src/duckdb/src/include/duckdb/common/perfect_map_set.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/pipe_file_system.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/platform.hpp
100.00% (8/8)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/common/primitive_dictionary.hpp
  0.00% (0/99)
  0.00% (0/9)
  0.00% (0/42)
src/duckdb/src/include/duckdb/common/profiler.hpp
 73.33% (22/30)
 83.33% (5/6)
 72.22% (13/18)
src/duckdb/src/include/duckdb/common/progress_bar/display/terminal_progress_bar_display.hpp
  0.00% (0/16)
  0.00% (0/5)
  0.00% (0/7)
src/duckdb/src/include/duckdb/common/progress_bar/progress_bar_display.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/queue.hpp
 69.23% (9/13)
100.00% (3/3)
 84.62% (11/13)
src/duckdb/src/include/duckdb/common/radix.hpp
 62.15% (133/214)
 75.00% (27/36)
 57.14% (60/105)
src/duckdb/src/include/duckdb/common/radix_partitioning.hpp
 34.78% (16/46)
 45.45% (5/11)
 33.33% (9/27)
src/duckdb/src/include/duckdb/common/re2_regex.hpp
 62.07% (18/29)
 66.67% (6/9)
 69.23% (9/13)
src/duckdb/src/include/duckdb/common/reference_map.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/common/render_tree.hpp
100.00% (7/7)
100.00% (3/3)
100.00% (7/7)
src/duckdb/src/include/duckdb/common/row_operations/row_operations.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/common/serializer/binary_deserializer.hpp
 85.53% (65/76)
 76.92% (10/13)
 81.40% (35/43)
src/duckdb/src/include/duckdb/common/serializer/binary_serializer.hpp
100.00% (32/32)
100.00% (8/8)
100.00% (13/13)
src/duckdb/src/include/duckdb/common/serializer/buffered_file_reader.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/serializer/deserializer.hpp
 72.67% (234/322)
 71.43% (40/56)
 72.32% (81/112)
src/duckdb/src/include/duckdb/common/serializer/encoding_util.hpp
100.00% (79/79)
100.00% (8/8)
100.00% (31/31)
src/duckdb/src/include/duckdb/common/serializer/read_stream.hpp
 18.18% (2/11)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/include/duckdb/common/serializer/serialization_data.hpp
 45.60% (57/125)
 47.06% (16/34)
 43.59% (17/39)
src/duckdb/src/include/duckdb/common/serializer/serialization_traits.hpp
 76.00% (57/75)
 76.00% (19/25)
 76.00% (19/25)
src/duckdb/src/include/duckdb/common/serializer/serializer.hpp
 68.45% (141/206)
 68.57% (24/35)
 68.06% (49/72)
src/duckdb/src/include/duckdb/common/serializer/varint.hpp
  0.00% (0/39)
  0.00% (0/3)
  0.00% (0/17)
src/duckdb/src/include/duckdb/common/serializer/write_stream.hpp
 33.33% (2/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/common/shared_ptr_ipp.hpp
 82.69% (86/104)
 86.21% (25/29)
 89.29% (50/56)
src/duckdb/src/include/duckdb/common/sorting/sort_key.hpp
 43.35% (88/203)
 55.56% (15/27)
 44.66% (46/103)
src/duckdb/src/include/duckdb/common/sorting/sort_strategy.hpp
100.00% (1/1)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/common/stack_checker.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/common/stacktrace.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/string.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/common/string_map_set.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/string_util.hpp
 39.32% (46/117)
 33.33% (7/21)
 47.79% (54/113)
src/duckdb/src/include/duckdb/common/table_column.hpp
  0.00% (0/3)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/tree_renderer.hpp
 44.44% (4/9)
 50.00% (2/4)
 50.00% (2/4)
src/duckdb/src/include/duckdb/common/tree_renderer/graphviz_tree_renderer.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/tree_renderer/html_tree_renderer.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/tree_renderer/json_tree_renderer.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/tree_renderer/mermaid_tree_renderer.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/tree_renderer/text_tree_renderer.hpp
 57.14% (12/21)
 57.14% (4/7)
 62.50% (5/8)
src/duckdb/src/include/duckdb/common/tree_renderer/yaml_tree_renderer.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/type_util.hpp
 61.18% (52/85)
100.00% (3/3)
 67.50% (81/120)
src/duckdb/src/include/duckdb/common/type_visitor.hpp
 42.27% (41/97)
100.00% (4/4)
 42.86% (27/63)
src/duckdb/src/include/duckdb/common/typedefs.hpp
100.00% (24/24)
100.00% (8/8)
100.00% (8/8)
src/duckdb/src/include/duckdb/common/types.hpp
 63.01% (46/73)
 55.56% (10/18)
 65.71% (23/35)
src/duckdb/src/include/duckdb/common/types/arrow_aux_data.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/types/arrow_string_view_type.hpp
  0.00% (0/35)
  0.00% (0/8)
  0.00% (0/29)
src/duckdb/src/include/duckdb/common/types/bignum.hpp
  0.00% (0/37)
  0.00% (0/5)
  0.00% (0/20)
src/duckdb/src/include/duckdb/common/types/bit.hpp
  0.00% (0/31)
  0.00% (0/3)
  0.00% (0/17)
src/duckdb/src/include/duckdb/common/types/cast_helpers.hpp
 33.46% (88/263)
 34.78% (8/23)
 33.91% (39/115)
src/duckdb/src/include/duckdb/common/types/column/column_data_allocator.hpp
 10.00% (3/30)
 12.50% (1/8)
  5.26% (1/19)
src/duckdb/src/include/duckdb/common/types/column/column_data_collection.hpp
 25.00% (9/36)
 25.00% (3/12)
 25.00% (3/12)
src/duckdb/src/include/duckdb/common/types/column/column_data_collection_iterators.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/common/types/column/column_data_collection_segment.hpp
100.00% (16/16)
100.00% (6/6)
100.00% (16/16)
src/duckdb/src/include/duckdb/common/types/column/column_data_consumer.hpp
  0.00% (0/12)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/include/duckdb/common/types/column/partitioned_column_data.hpp
  0.00% (0/43)
  0.00% (0/11)
  0.00% (0/24)
src/duckdb/src/include/duckdb/common/types/conflict_manager.hpp
  0.00% (0/90)
  0.00% (0/19)
  0.00% (0/53)
src/duckdb/src/include/duckdb/common/types/constraint_conflict_info.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/types/data_chunk.hpp
 86.36% (19/22)
 85.71% (6/7)
 90.91% (10/11)
src/duckdb/src/include/duckdb/common/types/date.hpp
  3.77% (2/53)
  5.88% (1/17)
 10.00% (2/20)
src/duckdb/src/include/duckdb/common/types/datetime.hpp
  0.00% (0/122)
  0.00% (0/40)
  0.00% (0/44)
src/duckdb/src/include/duckdb/common/types/double_na_equal.hpp
  0.00% (0/32)
  0.00% (0/10)
  0.00% (0/10)
src/duckdb/src/include/duckdb/common/types/geometry.hpp
  0.00% (0/80)
  0.00% (0/17)
  0.00% (0/51)
src/duckdb/src/include/duckdb/common/types/hash.hpp
100.00% (23/23)
100.00% (6/6)
100.00% (6/6)
src/duckdb/src/include/duckdb/common/types/hugeint.hpp
 74.24% (49/66)
 83.33% (10/12)
 75.61% (31/41)
src/duckdb/src/include/duckdb/common/types/hyperloglog.hpp
 68.42% (13/19)
 60.00% (3/5)
 60.00% (3/5)
src/duckdb/src/include/duckdb/common/types/interval.hpp
  0.00% (0/91)
  0.00% (0/12)
  0.00% (0/35)
src/duckdb/src/include/duckdb/common/types/list_segment.hpp
  0.00% (0/3)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/include/duckdb/common/types/null_value.hpp
 33.33% (11/33)
 33.33% (3/9)
 23.53% (4/17)
src/duckdb/src/include/duckdb/common/types/row/block_iterator.hpp
 51.00% (102/200)
 61.36% (27/44)
 42.98% (49/114)
src/duckdb/src/include/duckdb/common/types/row/partitioned_tuple_data.hpp
 56.10% (23/41)
 45.45% (5/11)
 63.16% (12/19)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_allocator.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (6/6)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_layout.hpp
 72.73% (48/66)
 71.43% (15/21)
 81.82% (27/33)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_segment.hpp
 86.49% (32/37)
 87.50% (7/8)
 76.32% (29/38)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_states.hpp
 77.78% (28/36)
 77.78% (7/9)
 71.43% (15/21)
src/duckdb/src/include/duckdb/common/types/selection_vector.hpp
 49.09% (54/110)
 59.26% (16/27)
 40.82% (20/49)
src/duckdb/src/include/duckdb/common/types/string.hpp
 49.12% (111/226)
 47.83% (22/46)
 70.00% (77/110)
src/duckdb/src/include/duckdb/common/types/string_heap.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/common/types/string_type.hpp
 52.38% (66/126)
 60.00% (15/25)
 59.76% (49/82)
src/duckdb/src/include/duckdb/common/types/timestamp.hpp
 19.18% (14/73)
 20.83% (5/24)
 19.05% (8/42)
src/duckdb/src/include/duckdb/common/types/type_map.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/types/uhugeint.hpp
 75.00% (36/48)
 77.78% (7/9)
 83.33% (25/30)
src/duckdb/src/include/duckdb/common/types/uuid.hpp
 38.46% (5/13)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/include/duckdb/common/types/validity_mask.hpp
 61.51% (179/291)
 74.07% (40/54)
 58.66% (105/179)
src/duckdb/src/include/duckdb/common/types/value.hpp
 72.00% (18/25)
 75.00% (6/8)
 75.00% (6/8)
src/duckdb/src/include/duckdb/common/types/value_map.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/common/types/variant.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/include/duckdb/common/types/variant_value.hpp
  0.00% (0/14)
  0.00% (0/7)
  0.00% (0/13)
src/duckdb/src/include/duckdb/common/types/variant_visitor.hpp
  0.00% (0/157)
  0.00% (0/10)
  0.00% (0/84)
src/duckdb/src/include/duckdb/common/types/vector.hpp
 49.13% (113/230)
 56.36% (31/55)
 51.52% (68/132)
src/duckdb/src/include/duckdb/common/types/vector_buffer.hpp
 42.54% (57/134)
 43.18% (19/44)
 40.98% (25/61)
src/duckdb/src/include/duckdb/common/uhugeint.hpp
 33.33% (2/6)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/include/duckdb/common/unicode_bar.hpp
  0.00% (0/17)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/unique_ptr.hpp
 67.27% (37/55)
 87.50% (7/8)
 81.82% (18/22)
src/duckdb/src/include/duckdb/common/vector.hpp
 70.97% (44/62)
 80.00% (12/15)
 76.92% (30/39)
src/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp
 27.52% (71/258)
 43.75% (7/16)
 26.09% (48/184)
src/duckdb/src/include/duckdb/common/vector_operations/binary_executor.hpp
 36.32% (138/380)
 52.00% (13/25)
 36.42% (110/302)
src/duckdb/src/include/duckdb/common/vector_operations/general_cast.hpp
100.00% (8/8)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/common/vector_operations/ternary_executor.hpp
  0.00% (0/120)
  0.00% (0/8)
  0.00% (0/81)
src/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp
 34.48% (70/203)
 47.06% (8/17)
 31.82% (35/110)
src/duckdb/src/include/duckdb/common/virtual_file_system.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/common/weak_ptr_ipp.hpp
 82.76% (24/29)
 90.00% (9/10)
 88.24% (15/17)
src/duckdb/src/include/duckdb/execution/aggregate_hashtable.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/base_aggregate_hashtable.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/execution/execution_context.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/executor.hpp
 66.67% (12/18)
 66.67% (4/6)
 66.67% (4/6)
src/duckdb/src/include/duckdb/execution/expression_executor.hpp
100.00% (12/12)
100.00% (4/4)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/expression_executor_state.hpp
100.00% (9/9)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/execution/ht_entry.hpp
 86.84% (33/38)
 83.33% (10/12)
 94.12% (32/34)
src/duckdb/src/include/duckdb/execution/index/art/art.hpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/index/art/art_builder.hpp
  0.00% (0/6)
  0.00% (0/3)
  0.00% (0/11)
src/duckdb/src/include/duckdb/execution/index/art/art_key.hpp
  0.00% (0/28)
  0.00% (0/8)
  0.00% (0/8)
src/duckdb/src/include/duckdb/execution/index/art/art_merger.hpp
  0.00% (0/3)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/include/duckdb/execution/index/art/art_operator.hpp
  0.00% (0/298)
  0.00% (0/7)
  0.00% (0/165)
src/duckdb/src/include/duckdb/execution/index/art/art_scanner.hpp
  0.00% (0/67)
  0.00% (0/7)
  0.00% (0/38)
src/duckdb/src/include/duckdb/execution/index/art/base_leaf.hpp
  0.00% (0/28)
  0.00% (0/4)
  0.00% (0/16)
src/duckdb/src/include/duckdb/execution/index/art/base_node.hpp
  0.00% (0/61)
  0.00% (0/6)
  0.00% (0/45)
src/duckdb/src/include/duckdb/execution/index/art/iterator.hpp
  0.00% (0/19)
  0.00% (0/7)
  0.00% (0/11)
src/duckdb/src/include/duckdb/execution/index/art/node.hpp
  0.00% (0/51)
  0.00% (0/14)
  0.00% (0/46)
src/duckdb/src/include/duckdb/execution/index/art/node256.hpp
  0.00% (0/60)
  0.00% (0/6)
  0.00% (0/43)
src/duckdb/src/include/duckdb/execution/index/art/node48.hpp
  0.00% (0/63)
  0.00% (0/6)
  0.00% (0/48)
src/duckdb/src/include/duckdb/execution/index/art/prefix.hpp
  0.00% (0/13)
  0.00% (0/2)
  0.00% (0/10)
src/duckdb/src/include/duckdb/execution/index/bound_index.hpp
  0.00% (0/14)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/src/include/duckdb/execution/index/fixed_size_allocator.hpp
  0.00% (0/48)
  0.00% (0/9)
  0.00% (0/39)
src/duckdb/src/include/duckdb/execution/index/fixed_size_buffer.hpp
  0.00% (0/59)
  0.00% (0/11)
  0.00% (0/27)
src/duckdb/src/include/duckdb/execution/index/index_pointer.hpp
 10.53% (4/38)
 16.67% (2/12)
 21.43% (3/14)
src/duckdb/src/include/duckdb/execution/index/index_type.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/14)
src/duckdb/src/include/duckdb/execution/index/unbound_index.hpp
  0.00% (0/45)
  0.00% (0/15)
  0.00% (0/21)
src/duckdb/src/include/duckdb/execution/join_hashtable.hpp
 60.00% (21/35)
 58.33% (7/12)
 50.00% (7/14)
src/duckdb/src/include/duckdb/execution/merge_sort_tree.hpp
  0.00% (0/426)
  0.00% (0/17)
  0.00% (0/179)
src/duckdb/src/include/duckdb/execution/operator/aggregate/aggregate_object.hpp
 75.00% (6/8)
 66.67% (2/3)
 57.14% (4/7)
src/duckdb/src/include/duckdb/execution/operator/aggregate/grouped_aggregate_data.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_hash_aggregate.hpp
100.00% (18/18)
100.00% (6/6)
100.00% (6/6)
src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_partitioned_aggregate.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_perfecthash_aggregate.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_streaming_window.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_ungrouped_aggregate.hpp
100.00% (9/9)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_window.hpp
 80.00% (12/15)
 80.00% (4/5)
 80.00% (4/5)
src/duckdb/src/include/duckdb/execution/operator/aggregate/ungrouped_aggregate_state.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/base_scanner.hpp
  0.00% (0/265)
  0.00% (0/20)
  0.00% (0/163)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/column_count_scanner.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_buffer.hpp
  0.00% (0/14)
  0.00% (0/6)
  0.00% (0/11)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_casting.hpp
  0.00% (0/143)
  0.00% (0/12)
  0.00% (0/46)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_error.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_file_scanner.hpp
  0.00% (0/11)
  0.00% (0/4)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_multi_file_info.hpp
  0.00% (0/3)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_option.hpp
  0.00% (0/82)
  0.00% (0/20)
  0.00% (0/46)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_reader_options.hpp
  0.00% (0/14)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_schema.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_state_machine.hpp
  0.00% (0/87)
  0.00% (0/21)
  0.00% (0/59)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_state_machine_cache.hpp
  0.00% (0/21)
  0.00% (0/6)
  0.00% (0/6)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_validator.hpp
  0.00% (0/5)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/encode/csv_encoder.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/global_csv_state.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/header_value.hpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/sniffer/csv_sniffer.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/sniffer/sniff_result.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/7)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/state_machine_options.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/19)
src/duckdb/src/include/duckdb/execution/operator/csv_scanner/string_value_scanner.hpp
  0.00% (0/93)
  0.00% (0/18)
  0.00% (0/89)
src/duckdb/src/include/duckdb/execution/operator/filter/physical_filter.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_batch_collector.hpp
100.00% (10/10)
100.00% (4/4)
100.00% (6/6)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_buffered_batch_collector.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_buffered_collector.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_create_secret.hpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_explain_analyze.hpp
100.00% (11/11)
100.00% (4/4)
100.00% (6/6)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_limit.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_limit_percent.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_load.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_pragma.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_prepare.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (5/5)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_reservoir_sample.hpp
  0.00% (0/13)
  0.00% (0/4)
  0.00% (0/6)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_reset.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (5/5)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_result_collector.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_set.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (6/6)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_set_variable.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_transaction.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_update_extensions.hpp
  0.00% (0/11)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_vacuum.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/execution/operator/helper/physical_verify_vector.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/join/join_filter_pushdown.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/join/outer_join_marker.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/join/physical_asof_join.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/join/physical_blockwise_nl_join.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/join/physical_cross_product.hpp
 50.00% (12/24)
 50.00% (4/8)
 50.00% (4/8)
src/duckdb/src/include/duckdb/execution/operator/join/physical_delim_join.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/join/physical_hash_join.hpp
100.00% (15/15)
100.00% (5/5)
100.00% (5/5)
src/duckdb/src/include/duckdb/execution/operator/join/physical_iejoin.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/join/physical_join.hpp
 33.33% (3/9)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/include/duckdb/execution/operator/join/physical_nested_loop_join.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/join/physical_piecewise_merge_join.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/execution/operator/join/physical_positional_join.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/execution/operator/join/physical_range_join.hpp
  0.00% (0/33)
  0.00% (0/10)
  0.00% (0/15)
src/duckdb/src/include/duckdb/execution/operator/order/physical_order.hpp
 79.17% (19/24)
 85.71% (6/7)
 80.00% (8/10)
src/duckdb/src/include/duckdb/execution/operator/order/physical_top_n.hpp
  0.00% (0/21)
  0.00% (0/6)
  0.00% (0/9)
src/duckdb/src/include/duckdb/execution/operator/persistent/batch_memory_manager.hpp
 66.22% (49/74)
 81.82% (9/11)
 65.85% (27/41)
src/duckdb/src/include/duckdb/execution/operator/persistent/batch_task_manager.hpp
 35.29% (6/17)
 33.33% (1/3)
 50.00% (3/6)
src/duckdb/src/include/duckdb/execution/operator/persistent/csv_rejects_table.hpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_batch_copy_to_file.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_batch_insert.hpp
100.00% (12/12)
100.00% (4/4)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_copy_database.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_copy_to_file.hpp
  0.00% (0/14)
  0.00% (0/5)
  0.00% (0/10)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_delete.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_export.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_insert.hpp
 75.00% (9/12)
 75.00% (3/4)
 75.00% (3/4)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_merge_into.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/persistent/physical_update.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/projection/physical_pivot.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/projection/physical_projection.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/execution/operator/projection/physical_tableinout_function.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/projection/physical_unnest.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/scan/physical_column_data_scan.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/execution/operator/scan/physical_dummy_scan.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/execution/operator/scan/physical_empty_result.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/execution/operator/scan/physical_expression_scan.hpp
 57.14% (4/7)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/include/duckdb/execution/operator/scan/physical_positional_scan.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/execution/operator/scan/physical_table_scan.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_alter.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_attach.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_art_index.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_function.hpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_schema.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_sequence.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_table.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_type.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_view.hpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_detach.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/execution/operator/schema/physical_drop.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/execution/operator/set/physical_cte.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/execution/operator/set/physical_recursive_cte.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/execution/partition_info.hpp
 74.07% (20/27)
 72.73% (8/11)
 66.67% (12/18)
src/duckdb/src/include/duckdb/execution/physical_operator.hpp
 72.00% (54/75)
 78.26% (18/23)
 66.67% (24/36)
src/duckdb/src/include/duckdb/execution/physical_operator_states.hpp
 94.34% (50/53)
 94.44% (17/18)
 94.74% (18/19)
src/duckdb/src/include/duckdb/execution/physical_plan_generator.hpp
100.00% (26/26)
100.00% (7/7)
100.00% (13/13)
src/duckdb/src/include/duckdb/execution/progress_data.hpp
  0.00% (0/30)
  0.00% (0/5)
  0.00% (0/26)
src/duckdb/src/include/duckdb/execution/reservoir_sample.hpp
 43.48% (10/23)
 50.00% (4/8)
 64.71% (11/17)
src/duckdb/src/include/duckdb/execution/task_error_manager.hpp
 77.78% (21/27)
 83.33% (5/6)
 66.67% (10/15)
src/duckdb/src/include/duckdb/function/aggregate/minmax_n_helpers.hpp
  0.00% (0/213)
  0.00% (0/34)
  0.00% (0/109)
src/duckdb/src/include/duckdb/function/aggregate/sort_key_helpers.hpp
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/15)
src/duckdb/src/include/duckdb/function/aggregate_function.hpp
 67.79% (101/149)
 58.82% (40/68)
 68.75% (99/144)
src/duckdb/src/include/duckdb/function/aggregate_state.hpp
 39.29% (11/28)
 62.50% (5/8)
 73.91% (17/23)
src/duckdb/src/include/duckdb/function/built_in_functions.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/function/cast/bound_cast_data.hpp
 15.09% (8/53)
 14.29% (2/14)
 35.56% (16/45)
src/duckdb/src/include/duckdb/function/cast/cast_function_set.hpp
100.00% (4/4)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/function/cast/default_casts.hpp
 58.33% (14/24)
 55.56% (5/9)
 70.83% (17/24)
src/duckdb/src/include/duckdb/function/cast/variant/array_to_variant.hpp
  0.00% (0/43)
  0.00% (0/1)
  0.00% (0/15)
src/duckdb/src/include/duckdb/function/cast/variant/json_to_variant.hpp
  0.00% (0/201)
  0.00% (0/7)
  0.00% (0/100)
src/duckdb/src/include/duckdb/function/cast/variant/list_to_variant.hpp
  0.00% (0/50)
  0.00% (0/1)
  0.00% (0/21)
src/duckdb/src/include/duckdb/function/cast/variant/primitive_to_variant.hpp
  0.00% (0/287)
  0.00% (0/26)
  0.00% (0/99)
src/duckdb/src/include/duckdb/function/cast/variant/struct_to_variant.hpp
  0.00% (0/81)
  0.00% (0/1)
  0.00% (0/46)
src/duckdb/src/include/duckdb/function/cast/variant/to_variant.hpp
  0.00% (0/35)
  0.00% (0/1)
  0.00% (0/16)
src/duckdb/src/include/duckdb/function/cast/variant/to_variant_fwd.hpp
  0.00% (0/87)
  0.00% (0/16)
  0.00% (0/58)
src/duckdb/src/include/duckdb/function/cast/variant/union_to_variant.hpp
  0.00% (0/37)
  0.00% (0/1)
  0.00% (0/27)
src/duckdb/src/include/duckdb/function/cast/variant/variant_to_variant.hpp
  0.00% (0/257)
  0.00% (0/54)
  0.00% (0/100)
src/duckdb/src/include/duckdb/function/cast/vector_cast_helpers.hpp
 48.84% (84/172)
 65.00% (13/20)
 39.81% (41/103)
src/duckdb/src/include/duckdb/function/compression_function.hpp
 27.08% (13/48)
 23.53% (4/17)
 64.44% (29/45)
src/duckdb/src/include/duckdb/function/copy_function.hpp
  7.69% (2/26)
  9.09% (1/11)
 12.50% (2/16)
src/duckdb/src/include/duckdb/function/create_sort_key.hpp
 60.00% (15/25)
 66.67% (2/3)
 57.14% (12/21)
src/duckdb/src/include/duckdb/function/encoding_function.hpp
 48.15% (13/27)
 55.56% (5/9)
 85.19% (23/27)
src/duckdb/src/include/duckdb/function/function.hpp
 75.93% (41/54)
 76.47% (13/17)
 76.47% (13/17)
src/duckdb/src/include/duckdb/function/function_serialization.hpp
 81.34% (109/134)
100.00% (8/8)
 78.16% (68/87)
src/duckdb/src/include/duckdb/function/function_set.hpp
 43.24% (16/37)
 83.33% (5/6)
 45.16% (14/31)
src/duckdb/src/include/duckdb/function/lambda_functions.hpp
  0.00% (0/41)
  0.00% (0/5)
  0.00% (0/18)
src/duckdb/src/include/duckdb/function/macro_function.hpp
 83.33% (10/12)
100.00% (4/4)
 88.89% (8/9)
src/duckdb/src/include/duckdb/function/partition_stats.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/function/register_function_list_helper.hpp
 90.67% (68/75)
100.00% (3/3)
 94.59% (70/74)
src/duckdb/src/include/duckdb/function/replacement_scan.hpp
 41.67% (15/36)
 57.14% (4/7)
 54.84% (17/31)
src/duckdb/src/include/duckdb/function/scalar/list/contains_or_position.hpp
  0.00% (0/119)
  0.00% (0/3)
  0.00% (0/65)
src/duckdb/src/include/duckdb/function/scalar/nested_functions.hpp
 26.32% (10/38)
 25.00% (3/12)
 30.77% (4/13)
src/duckdb/src/include/duckdb/function/scalar/regexp.hpp
  0.00% (0/63)
  0.00% (0/12)
  0.00% (0/33)
src/duckdb/src/include/duckdb/function/scalar/sequence_utils.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/include/duckdb/function/scalar/strftime_format.hpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/function/scalar/string_common.hpp
  0.00% (0/22)
  0.00% (0/3)
  0.00% (0/12)
src/duckdb/src/include/duckdb/function/scalar/struct_utils.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/function/scalar/variant_utils.hpp
  0.00% (0/17)
  0.00% (0/7)
  0.00% (0/10)
src/duckdb/src/include/duckdb/function/scalar_function.hpp
 75.45% (83/110)
 71.43% (30/42)
 71.25% (57/80)
src/duckdb/src/include/duckdb/function/table/arrow.hpp
  0.00% (0/46)
  0.00% (0/11)
  0.00% (0/23)
src/duckdb/src/include/duckdb/function/table/arrow/arrow_duck_schema.hpp
 41.67% (5/12)
 40.00% (2/5)
 61.54% (8/13)
src/duckdb/src/include/duckdb/function/table/arrow/arrow_type_info.hpp
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/9)
src/duckdb/src/include/duckdb/function/table/direct_file_reader.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/function/table/read_csv.hpp
  0.00% (0/13)
  0.00% (0/4)
  0.00% (0/6)
src/duckdb/src/include/duckdb/function/table/read_file.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/function/table/system_functions.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/10)
src/duckdb/src/include/duckdb/function/table/table_scan.hpp
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/include/duckdb/function/table_function.hpp
 17.65% (15/85)
 16.00% (4/25)
 27.78% (20/72)
src/duckdb/src/include/duckdb/function/udf_function.hpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/function/variant/variant_normalize.hpp
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/function/variant/variant_shredding.hpp
  0.00% (0/13)
  0.00% (0/6)
  0.00% (0/7)
src/duckdb/src/include/duckdb/function/variant/variant_value_convert.hpp
  0.00% (0/84)
  0.00% (0/24)
  0.00% (0/36)
src/duckdb/src/include/duckdb/function/window/window_aggregate_states.hpp
 60.00% (9/15)
 60.00% (3/5)
 60.00% (3/5)
src/duckdb/src/include/duckdb/function/window/window_aggregator.hpp
 45.45% (15/33)
100.00% (1/1)
 40.00% (6/15)
src/duckdb/src/include/duckdb/function/window/window_boundaries_state.hpp
 27.50% (11/40)
 42.86% (3/7)
 26.83% (11/41)
src/duckdb/src/include/duckdb/function/window/window_collection.hpp
 25.95% (34/131)
 43.75% (7/16)
 29.87% (23/77)
src/duckdb/src/include/duckdb/function/window/window_constant_aggregator.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/function/window/window_executor.hpp
100.00% (4/4)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/function/window/window_merge_sort_tree.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/function/window/window_shared_expressions.hpp
 90.91% (20/22)
100.00% (6/6)
 87.50% (7/8)
src/duckdb/src/include/duckdb/function/window/window_token_tree.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/include/duckdb/function/window/window_value_function.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/logging/log_storage.hpp
 12.50% (3/24)
 18.18% (2/11)
 16.67% (2/12)
src/duckdb/src/include/duckdb/logging/log_type.hpp
 61.54% (8/13)
 80.00% (4/5)
 88.24% (15/17)
src/duckdb/src/include/duckdb/logging/logger.hpp
 20.83% (10/48)
 27.78% (5/18)
 35.00% (7/20)
src/duckdb/src/include/duckdb/logging/logging.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/main/appender.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/attached_database.hpp
 50.00% (9/18)
 50.00% (3/6)
 50.00% (3/6)
src/duckdb/src/include/duckdb/main/buffered_data/batched_buffered_data.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/buffered_data/buffered_data.hpp
  0.00% (0/19)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/include/duckdb/main/buffered_data/simple_buffered_data.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/capi/capi_internal.hpp
  0.00% (0/2)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/include/duckdb/main/capi/capi_internal_table.hpp
  0.00% (0/19)
  0.00% (0/4)
  0.00% (0/21)
src/duckdb/src/include/duckdb/main/capi/cast/from_decimal.hpp
  0.00% (0/36)
  0.00% (0/2)
  0.00% (0/12)
src/duckdb/src/include/duckdb/main/capi/cast/generic.hpp
  0.00% (0/50)
  0.00% (0/1)
  0.00% (0/25)
src/duckdb/src/include/duckdb/main/capi/cast/to_decimal.hpp
  0.00% (0/72)
  0.00% (0/5)
  0.00% (0/22)
src/duckdb/src/include/duckdb/main/capi/cast/utils.hpp
  0.00% (0/44)
  0.00% (0/8)
  0.00% (0/17)
src/duckdb/src/include/duckdb/main/capi/extension_api.hpp
  0.00% (0/540)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/chunk_scan_state.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/chunk_scan_state/batched_data_collection.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/client_config.hpp
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/client_context.hpp
 84.21% (16/19)
 87.50% (7/8)
 91.67% (11/12)
src/duckdb/src/include/duckdb/main/client_context_file_opener.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/main/client_context_state.hpp
 10.34% (6/58)
  5.00% (1/20)
  4.35% (1/23)
src/duckdb/src/include/duckdb/main/client_context_wrapper.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/client_properties.hpp
 83.33% (5/6)
 50.00% (1/2)
 88.89% (8/9)
src/duckdb/src/include/duckdb/main/config.hpp
100.00% (8/8)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/main/connection.hpp
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/connection_manager.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/database_file_opener.hpp
 26.92% (7/26)
 33.33% (3/9)
 50.00% (6/12)
src/duckdb/src/include/duckdb/main/database_manager.hpp
 66.67% (12/18)
 66.67% (4/6)
 66.67% (4/6)
src/duckdb/src/include/duckdb/main/error_manager.hpp
  0.00% (0/11)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/main/extension.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/extension_helper.hpp
 51.22% (21/41)
 50.00% (3/6)
 56.52% (13/23)
src/duckdb/src/include/duckdb/main/external_dependencies.hpp
  0.00% (0/20)
  0.00% (0/6)
  0.00% (0/9)
src/duckdb/src/include/duckdb/main/prepared_statement.hpp
 15.09% (8/53)
 20.00% (1/5)
 22.22% (6/27)
src/duckdb/src/include/duckdb/main/profiling_info.hpp
 85.19% (46/54)
 83.33% (10/12)
 87.50% (14/16)
src/duckdb/src/include/duckdb/main/profiling_node.hpp
 68.42% (13/19)
 71.43% (5/7)
 71.43% (5/7)
src/duckdb/src/include/duckdb/main/profiling_utils.hpp
 55.38% (36/65)
 72.73% (8/11)
 59.46% (22/37)
src/duckdb/src/include/duckdb/main/query_parameters.hpp
 28.57% (2/7)
 33.33% (1/3)
 14.29% (1/7)
src/duckdb/src/include/duckdb/main/query_profiler.hpp
 46.81% (22/47)
 42.86% (3/7)
 55.56% (10/18)
src/duckdb/src/include/duckdb/main/query_result.hpp
  0.00% (0/76)
  0.00% (0/15)
  0.00% (0/21)
src/duckdb/src/include/duckdb/main/relation.hpp
  0.00% (0/29)
  0.00% (0/12)
  0.00% (0/23)
src/duckdb/src/include/duckdb/main/relation/create_table_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/create_view_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/delete_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/distinct_relation.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/relation/explain_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/filter_relation.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/relation/insert_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/limit_relation.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/relation/order_relation.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/relation/subquery_relation.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/main/relation/table_function_relation.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/update_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/write_csv_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/relation/write_parquet_relation.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/secret/secret.hpp
  1.23% (1/81)
  5.26% (1/19)
  3.51% (2/57)
src/duckdb/src/include/duckdb/main/secret/secret_manager.hpp
  9.09% (2/22)
 22.22% (2/9)
  6.45% (2/31)
src/duckdb/src/include/duckdb/main/secret/secret_storage.hpp
  0.00% (0/19)
  0.00% (0/8)
  0.00% (0/14)
src/duckdb/src/include/duckdb/main/setting_info.hpp
 53.33% (8/15)
 60.00% (3/5)
 45.00% (9/20)
src/duckdb/src/include/duckdb/main/table_description.hpp
  8.33% (1/12)
 50.00% (1/2)
 80.00% (4/5)
src/duckdb/src/include/duckdb/main/valid_checker.hpp
 33.33% (3/9)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/include/duckdb/optimizer/build_probe_side_optimizer.hpp
 66.67% (2/3)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/include/duckdb/optimizer/column_lifetime_analyzer.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/optimizer/cse_optimizer.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/cte_inlining.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/optimizer/deliminator.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/empty_result_pullup.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/expression_heuristics.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/expression_rewriter.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/filter_pullup.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/filter_pushdown.hpp
 50.00% (2/4)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/optimizer/in_clause_rewriter.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/join_elimination.hpp
100.00% (13/13)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/join_order/cardinality_estimator.hpp
 46.15% (6/13)
 57.14% (4/7)
 36.36% (8/22)
src/duckdb/src/include/duckdb/optimizer/join_order/join_relation.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/join_order/plan_enumerator.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/optimizer/join_order/query_graph.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/join_order/query_graph_manager.hpp
 66.67% (4/6)
 66.67% (2/3)
 54.55% (6/11)
src/duckdb/src/include/duckdb/optimizer/join_order/relation_manager.hpp
 66.67% (4/6)
 66.67% (2/3)
 85.71% (6/7)
src/duckdb/src/include/duckdb/optimizer/join_order/relation_statistics_helper.hpp
100.00% (11/11)
100.00% (3/3)
100.00% (9/9)
src/duckdb/src/include/duckdb/optimizer/matcher/expression_matcher.hpp
 92.31% (24/26)
 92.31% (12/13)
 89.29% (25/28)
src/duckdb/src/include/duckdb/optimizer/matcher/expression_type_matcher.hpp
 41.18% (7/17)
 50.00% (3/6)
 26.67% (4/15)
src/duckdb/src/include/duckdb/optimizer/matcher/function_matcher.hpp
 88.89% (16/18)
100.00% (6/6)
 90.91% (10/11)
src/duckdb/src/include/duckdb/optimizer/matcher/logical_operator_matcher.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/optimizer/matcher/set_matcher.hpp
 84.13% (53/63)
100.00% (3/3)
 80.36% (45/56)
src/duckdb/src/include/duckdb/optimizer/matcher/type_matcher.hpp
 30.43% (7/23)
 42.86% (3/7)
 33.33% (4/12)
src/duckdb/src/include/duckdb/optimizer/matcher/type_matcher_id.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/optimizer_extension.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/optimizer/regex_range_filter.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/remove_duplicate_groups.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/remove_unused_columns.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/optimizer/rule.hpp
100.00% (4/4)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/statistics_propagator.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/unnest_rewriter.hpp
 40.00% (4/10)
 33.33% (2/6)
 20.00% (2/10)
src/duckdb/src/include/duckdb/parallel/async_result.hpp
  0.00% (0/3)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/parallel/base_pipeline_event.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/parallel/event.hpp
 47.06% (8/17)
 57.14% (4/7)
 57.14% (4/7)
src/duckdb/src/include/duckdb/parallel/interrupt.hpp
 39.47% (15/38)
 50.00% (4/8)
 28.57% (6/21)
src/duckdb/src/include/duckdb/parallel/pipeline.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/parallel/pipeline_executor.hpp
 83.33% (10/12)
100.00% (3/3)
 87.50% (7/8)
src/duckdb/src/include/duckdb/parallel/task.hpp
 14.29% (2/14)
 20.00% (1/5)
 20.00% (1/5)
src/duckdb/src/include/duckdb/parser/base_expression.hpp
 92.31% (48/52)
100.00% (16/16)
 91.67% (22/24)
src/duckdb/src/include/duckdb/parser/column_list.hpp
100.00% (39/39)
100.00% (12/12)
100.00% (28/28)
src/duckdb/src/include/duckdb/parser/constraint.hpp
 40.00% (8/20)
 50.00% (2/4)
 42.86% (6/14)
src/duckdb/src/include/duckdb/parser/expression/between_expression.hpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/parser/expression/case_expression.hpp
100.00% (10/10)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/expression/cast_expression.hpp
100.00% (4/4)
100.00% (1/1)
 75.00% (3/4)
src/duckdb/src/include/duckdb/parser/expression/columnref_expression.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/parser/expression/comparison_expression.hpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/parser/expression/conjunction_expression.hpp
100.00% (7/7)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/parser/expression/default_expression.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/parser/expression/function_expression.hpp
 93.10% (54/58)
100.00% (2/2)
 95.35% (41/43)
src/duckdb/src/include/duckdb/parser/expression/operator_expression.hpp
 84.04% (79/94)
100.00% (4/4)
 78.57% (44/56)
src/duckdb/src/include/duckdb/parser/expression/parameter_expression.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/parser/expression/positional_reference_expression.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/parser/expression/subquery_expression.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/parser/expression/window_expression.hpp
 36.21% (63/174)
 57.14% (4/7)
 44.21% (42/95)
src/duckdb/src/include/duckdb/parser/expression_map.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/group_by_node.hpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/parser/parsed_data/alter_info.hpp
 62.50% (5/8)
 66.67% (2/3)
 85.71% (6/7)
src/duckdb/src/include/duckdb/parser/parsed_data/alter_table_info.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/parser/parsed_data/attach_info.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/parsed_data/bound_pragma_info.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/parser/parsed_data/copy_database_info.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/7)
src/duckdb/src/include/duckdb/parser/parsed_data/create_info.hpp
 55.56% (5/9)
 66.67% (2/3)
 90.00% (9/10)
src/duckdb/src/include/duckdb/parser/parsed_data/exported_table_data.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/parser/parsed_data/extra_drop_info.hpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/parser/parsed_data/load_info.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/parsed_data/parse_info.hpp
 66.67% (8/12)
 75.00% (3/4)
 80.00% (4/5)
src/duckdb/src/include/duckdb/parser/parsed_data/pragma_info.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/parsed_data/update_extensions_info.hpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/include/duckdb/parser/parsed_data/vacuum_info.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/parser/parsed_expression.hpp
100.00% (8/8)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/parser/parsed_expression_iterator.hpp
100.00% (9/9)
100.00% (5/5)
100.00% (5/5)
src/duckdb/src/include/duckdb/parser/parser_extension.hpp
  0.00% (0/13)
  0.00% (0/8)
  0.00% (0/8)
src/duckdb/src/include/duckdb/parser/qualified_name_set.hpp
 60.00% (9/15)
100.00% (2/2)
 69.57% (16/23)
src/duckdb/src/include/duckdb/parser/query_error_context.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/query_node.hpp
 75.00% (12/16)
100.00% (4/4)
 81.82% (9/11)
src/duckdb/src/include/duckdb/parser/query_node/cte_node.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/parser/query_node/recursive_cte_node.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/parser/result_modifier.hpp
 84.62% (22/26)
100.00% (9/9)
 91.30% (21/23)
src/duckdb/src/include/duckdb/parser/sql_statement.hpp
 76.47% (13/17)
100.00% (5/5)
 75.00% (12/16)
src/duckdb/src/include/duckdb/parser/statement/logical_plan_statement.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/parser/statement/relation_statement.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/parser/statement/select_statement.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/statement/set_statement.hpp
100.00% (2/2)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/tableref.hpp
 75.00% (12/16)
100.00% (4/4)
 73.33% (11/15)
src/duckdb/src/include/duckdb/parser/tableref/at_clause.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/parser/tableref/basetableref.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (11/11)
src/duckdb/src/include/duckdb/parser/tableref/delimgetref.hpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/6)
src/duckdb/src/include/duckdb/parser/tableref/emptytableref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/tableref/expressionlistref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/parser/tableref/joinref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/parser/tableref/pivotref.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/parser/transformer.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/bind_context.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/binder.hpp
 36.96% (17/46)
 37.50% (6/16)
 31.82% (7/22)
src/duckdb/src/include/duckdb/planner/binding_alias.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/bound_constraint.hpp
 46.67% (7/15)
 75.00% (3/4)
 54.55% (6/11)
src/duckdb/src/include/duckdb/planner/bound_query_node.hpp
100.00% (1/1)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/bound_result_modifier.hpp
 83.33% (10/12)
100.00% (3/3)
 83.33% (5/6)
src/duckdb/src/include/duckdb/planner/collation_binding.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/column_binding.hpp
100.00% (13/13)
100.00% (5/5)
100.00% (11/11)
src/duckdb/src/include/duckdb/planner/column_binding_map.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/constraints/bound_check_constraint.hpp
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/include/duckdb/planner/constraints/bound_foreign_key_constraint.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/src/include/duckdb/planner/constraints/bound_not_null_constraint.hpp
 40.00% (2/5)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/include/duckdb/planner/constraints/bound_unique_constraint.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/src/include/duckdb/planner/expression.hpp
100.00% (16/16)
100.00% (3/3)
100.00% (6/6)
src/duckdb/src/include/duckdb/planner/expression/bound_aggregate_expression.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/planner/expression/bound_between_expression.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/include/duckdb/planner/expression/bound_cast_expression.hpp
100.00% (4/4)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/include/duckdb/planner/expression/bound_columnref_expression.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/planner/expression/bound_default_expression.hpp
  0.00% (0/14)
  0.00% (0/5)
  0.00% (0/6)
src/duckdb/src/include/duckdb/planner/expression/bound_lambdaref_expression.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/expression/bound_parameter_data.hpp
100.00% (18/18)
100.00% (6/6)
100.00% (15/15)
src/duckdb/src/include/duckdb/planner/expression/bound_reference_expression.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/planner/expression/bound_subquery_expression.hpp
 75.00% (9/12)
 75.00% (3/4)
 75.00% (3/4)
src/duckdb/src/include/duckdb/planner/expression/bound_window_expression.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/planner/expression_binder.hpp
 78.57% (22/28)
 81.82% (9/11)
 86.67% (13/15)
src/duckdb/src/include/duckdb/planner/expression_binder/base_select_binder.hpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/expression_binder/lateral_binder.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/planner/expression_binder/order_binder.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/planner/expression_iterator.hpp
 44.44% (4/9)
 50.00% (2/4)
 50.00% (2/4)
src/duckdb/src/include/duckdb/planner/extension_callback.hpp
  0.00% (0/12)
  0.00% (0/6)
  0.00% (0/6)
src/duckdb/src/include/duckdb/planner/filter/bloom_filter.hpp
 30.77% (4/13)
 40.00% (2/5)
 20.00% (2/10)
src/duckdb/src/include/duckdb/planner/filter/conjunction_filter.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/planner/filter/optional_filter.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/filter/selectivity_optional_filter.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/planner/joinside.hpp
100.00% (10/10)
100.00% (4/4)
100.00% (5/5)
src/duckdb/src/include/duckdb/planner/logical_operator.hpp
 80.95% (17/21)
100.00% (5/5)
 86.67% (13/15)
src/duckdb/src/include/duckdb/planner/logical_operator_visitor.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/operator/logical_column_data_get.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/operator/logical_copy_to_file.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/src/include/duckdb/planner/operator/logical_create_secret.hpp
  0.00% (0/11)
  0.00% (0/4)
  0.00% (0/6)
src/duckdb/src/include/duckdb/planner/operator/logical_cross_product.hpp
100.00% (1/1)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/operator/logical_cte.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (7/7)
src/duckdb/src/include/duckdb/planner/operator/logical_cteref.hpp
100.00% (12/12)
100.00% (3/3)
100.00% (12/12)
src/duckdb/src/include/duckdb/planner/operator/logical_delim_get.hpp
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/9)
src/duckdb/src/include/duckdb/planner/operator/logical_distinct.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/operator/logical_dummy_scan.hpp
100.00% (13/13)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/include/duckdb/planner/operator/logical_empty_result.hpp
100.00% (9/9)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/operator/logical_execute.hpp
100.00% (13/13)
100.00% (4/4)
100.00% (10/10)
src/duckdb/src/include/duckdb/planner/operator/logical_explain.hpp
 94.12% (16/17)
 83.33% (5/6)
 72.73% (8/11)
src/duckdb/src/include/duckdb/planner/operator/logical_export.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/planner/operator/logical_expression_get.hpp
100.00% (12/12)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/include/duckdb/planner/operator/logical_extension_operator.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/operator/logical_filter.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/operator/logical_get.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/operator/logical_join.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/operator/logical_materialized_cte.hpp
100.00% (12/12)
100.00% (4/4)
100.00% (7/7)
src/duckdb/src/include/duckdb/planner/operator/logical_order.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/planner/operator/logical_positional_join.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/operator/logical_pragma.hpp
 62.50% (5/8)
 66.67% (2/3)
 80.00% (4/5)
src/duckdb/src/include/duckdb/planner/operator/logical_prepare.hpp
100.00% (18/18)
100.00% (4/4)
100.00% (14/14)
src/duckdb/src/include/duckdb/planner/operator/logical_recursive_cte.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/include/duckdb/planner/operator/logical_reset.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (5/5)
src/duckdb/src/include/duckdb/planner/operator/logical_set.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (6/6)
src/duckdb/src/include/duckdb/planner/operator/logical_set_operation.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/operator/logical_simple.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/include/duckdb/planner/operator/logical_top_n.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/operator/logical_unconditional_join.hpp
100.00% (1/1)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/operator/logical_unnest.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/operator/logical_vacuum.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/operator/logical_window.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/operator_extension.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/parsed_data/bound_create_table_info.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (12/12)
src/duckdb/src/include/duckdb/planner/query_node/bound_select_node.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/include/duckdb/planner/query_node/bound_set_operation_node.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/planner/subquery/recursive_dependent_join_planner.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/table_binding.hpp
 71.43% (5/7)
100.00% (2/2)
 80.00% (4/5)
src/duckdb/src/include/duckdb/planner/table_filter.hpp
  0.00% (0/50)
  0.00% (0/8)
  0.00% (0/15)
src/duckdb/src/include/duckdb/planner/table_filter_state.hpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/9)
src/duckdb/src/include/duckdb/planner/tableref/bound_at_clause.hpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/include/duckdb/planner/tableref/bound_joinref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/storage/arena_allocator.hpp
 82.93% (34/41)
 75.00% (6/8)
 78.38% (29/37)
src/duckdb/src/include/duckdb/storage/block.hpp
  9.52% (2/21)
 12.50% (1/8)
 15.79% (3/19)
src/duckdb/src/include/duckdb/storage/block_manager.hpp
 26.00% (13/50)
 33.33% (5/15)
 23.81% (5/21)
src/duckdb/src/include/duckdb/storage/buffer/block_handle.hpp
 69.57% (48/69)
 69.57% (16/23)
 78.12% (25/32)
src/duckdb/src/include/duckdb/storage/buffer/buffer_handle.hpp
100.00% (11/11)
100.00% (3/3)
100.00% (11/11)
src/duckdb/src/include/duckdb/storage/buffer/buffer_pool.hpp
 45.00% (9/20)
 50.00% (2/4)
 50.00% (7/14)
src/duckdb/src/include/duckdb/storage/buffer_manager.hpp
100.00% (4/4)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/storage/checkpoint/checkpoint_options.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/checkpoint/row_group_writer.hpp
  0.00% (0/12)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/checkpoint/string_checkpoint_state.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/checkpoint/table_data_writer.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/storage/checkpoint_manager.hpp
  0.00% (0/16)
  0.00% (0/7)
  0.00% (0/11)
src/duckdb/src/include/duckdb/storage/compression/alp/algorithm/alp.hpp
  0.00% (0/238)
  0.00% (0/20)
  0.00% (0/133)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_analyze.hpp
  0.00% (0/98)
  0.00% (0/8)
  0.00% (0/44)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_compress.hpp
  0.00% (0/182)
  0.00% (0/14)
  0.00% (0/74)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_fetch.hpp
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_scan.hpp
  0.00% (0/130)
  0.00% (0/14)
  0.00% (0/74)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_utils.hpp
  0.00% (0/49)
  0.00% (0/7)
  0.00% (0/33)
src/duckdb/src/include/duckdb/storage/compression/alprd/algorithm/alprd.hpp
  0.00% (0/134)
  0.00% (0/10)
  0.00% (0/62)
src/duckdb/src/include/duckdb/storage/compression/alprd/alprd_analyze.hpp
  0.00% (0/77)
  0.00% (0/4)
  0.00% (0/30)
src/duckdb/src/include/duckdb/storage/compression/alprd/alprd_compress.hpp
  0.00% (0/191)
  0.00% (0/14)
  0.00% (0/66)
src/duckdb/src/include/duckdb/storage/compression/alprd/alprd_fetch.hpp
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/compression/alprd/alprd_scan.hpp
  0.00% (0/132)
  0.00% (0/14)
  0.00% (0/60)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/bit_reader.hpp
  0.00% (0/75)
  0.00% (0/10)
  0.00% (0/31)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/bit_utils.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/byte_reader.hpp
  0.00% (0/79)
  0.00% (0/5)
  0.00% (0/27)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/chimp128.hpp
  0.00% (0/63)
  0.00% (0/6)
  0.00% (0/22)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/flag_buffer.hpp
  0.00% (0/12)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/leading_zero_buffer.hpp
  0.00% (0/22)
  0.00% (0/5)
  0.00% (0/8)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/packed_data.hpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/ring_buffer.hpp
  0.00% (0/14)
  0.00% (0/4)
  0.00% (0/7)
src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_analyze.hpp
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_compress.hpp
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_fetch.hpp
  0.00% (0/11)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_scan.hpp
  0.00% (0/146)
  0.00% (0/18)
  0.00% (0/71)
src/duckdb/src/include/duckdb/storage/compression/dict_fsst/decompression.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/include/duckdb/storage/compression/dictionary/analyze.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/storage/compression/dictionary/decompression.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/include/duckdb/storage/compression/empty_validity.hpp
 11.76% (8/68)
  6.67% (1/15)
  4.55% (1/22)
src/duckdb/src/include/duckdb/storage/compression/patas/algorithm/patas.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/compression/patas/patas_analyze.hpp
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/storage/compression/patas/patas_compress.hpp
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/include/duckdb/storage/compression/patas/patas_fetch.hpp
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/compression/patas/patas_scan.hpp
  0.00% (0/116)
  0.00% (0/16)
  0.00% (0/61)
src/duckdb/src/include/duckdb/storage/compression/roaring/appender.hpp
  0.00% (0/90)
  0.00% (0/2)
  0.00% (0/53)
src/duckdb/src/include/duckdb/storage/compression/roaring/roaring.hpp
  0.00% (0/171)
  0.00% (0/22)
  0.00% (0/96)
src/duckdb/src/include/duckdb/storage/data_pointer.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/storage/data_table.hpp
 25.00% (3/12)
 25.00% (1/4)
 25.00% (1/4)
src/duckdb/src/include/duckdb/storage/in_memory_block_manager.hpp
  0.00% (0/60)
  0.00% (0/20)
  0.00% (0/20)
src/duckdb/src/include/duckdb/storage/index.hpp
  0.00% (0/23)
  0.00% (0/7)
  0.00% (0/9)
src/duckdb/src/include/duckdb/storage/index_storage_info.hpp
  0.00% (0/7)
  0.00% (0/4)
  0.00% (0/9)
src/duckdb/src/include/duckdb/storage/metadata/metadata_manager.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/metadata/metadata_reader.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/metadata/metadata_writer.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/object_cache.hpp
  0.00% (0/39)
  0.00% (0/6)
  0.00% (0/22)
src/duckdb/src/include/duckdb/storage/optimistic_data_writer.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/partial_block_manager.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/storage/segment/uncompressed.hpp
 60.00% (3/5)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/storage/single_file_block_manager.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/storage/standard_buffer_manager.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/storage/statistics/base_statistics.hpp
 76.47% (13/17)
 66.67% (4/6)
 80.00% (8/10)
src/duckdb/src/include/duckdb/storage/statistics/geometry_stats.hpp
  0.00% (0/82)
  0.00% (0/13)
  0.00% (0/30)
src/duckdb/src/include/duckdb/storage/statistics/node_statistics.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/12)
src/duckdb/src/include/duckdb/storage/statistics/numeric_stats.hpp
 56.52% (13/23)
 66.67% (4/6)
 83.33% (10/12)
src/duckdb/src/include/duckdb/storage/statistics/numeric_stats_union.hpp
 46.15% (18/39)
 46.15% (6/13)
 46.15% (6/13)
src/duckdb/src/include/duckdb/storage/storage_extension.hpp
 25.00% (2/8)
 25.00% (1/4)
 25.00% (1/4)
src/duckdb/src/include/duckdb/storage/storage_index.hpp
 20.75% (11/53)
 23.53% (4/17)
 22.73% (5/22)
src/duckdb/src/include/duckdb/storage/storage_info.hpp
  0.00% (0/41)
  0.00% (0/11)
  0.00% (0/17)
src/duckdb/src/include/duckdb/storage/storage_lock.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/storage_manager.hpp
  6.82% (3/44)
  7.69% (1/13)
  4.17% (1/24)
src/duckdb/src/include/duckdb/storage/string_uncompressed.hpp
 51.43% (54/105)
 57.14% (4/7)
 51.35% (38/74)
src/duckdb/src/include/duckdb/storage/table/append_state.hpp
100.00% (4/4)
100.00% (2/2)
100.00% (5/5)
src/duckdb/src/include/duckdb/storage/table/chunk_info.hpp
 40.00% (4/10)
 66.67% (2/3)
 50.00% (4/8)
src/duckdb/src/include/duckdb/storage/table/column_checkpoint_state.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/include/duckdb/storage/table/column_data.hpp
 14.29% (6/42)
 11.11% (2/18)
  9.09% (2/22)
src/duckdb/src/include/duckdb/storage/table/column_data_checkpointer.hpp
  0.00% (0/9)
  0.00% (0/4)
  0.00% (0/11)
src/duckdb/src/include/duckdb/storage/table/column_segment.hpp
 50.00% (7/14)
 50.00% (2/4)
 57.14% (8/14)
src/duckdb/src/include/duckdb/storage/table/data_table_info.hpp
 60.00% (9/15)
 60.00% (3/5)
 60.00% (3/5)
src/duckdb/src/include/duckdb/storage/table/in_memory_checkpoint.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/storage/table/row_group.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/include/duckdb/storage/table/row_group_collection.hpp
100.00% (12/12)
100.00% (4/4)
100.00% (4/4)
src/duckdb/src/include/duckdb/storage/table/row_group_reorderer.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/7)
src/duckdb/src/include/duckdb/storage/table/row_group_segment_tree.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/table/row_version_manager.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/table/scan_state.hpp
 59.09% (13/22)
 62.50% (5/8)
 70.00% (7/10)
src/duckdb/src/include/duckdb/storage/table/segment_base.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/storage/table/segment_lock.hpp
 14.29% (2/14)
 20.00% (1/5)
 33.33% (2/6)
src/duckdb/src/include/duckdb/storage/table/segment_tree.hpp
 50.68% (148/292)
 56.45% (35/62)
 49.11% (83/169)
src/duckdb/src/include/duckdb/storage/table/table_index_list.hpp
 25.00% (8/32)
 33.33% (2/6)
 12.50% (2/16)
src/duckdb/src/include/duckdb/storage/table/table_statistics.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/storage/table/update_segment.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/table/variant_column_data.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/table_io_manager.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/storage/write_ahead_log.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/transaction/delete_info.hpp
  0.00% (0/12)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/include/duckdb/transaction/duck_transaction.hpp
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp
 47.06% (8/17)
 50.00% (3/6)
 50.00% (3/6)
src/duckdb/src/include/duckdb/transaction/local_storage.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/transaction/meta_transaction.hpp
 45.45% (5/11)
 50.00% (2/4)
 66.67% (4/6)
src/duckdb/src/include/duckdb/transaction/transaction.hpp
 57.14% (4/7)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/transaction/transaction_context.hpp
 83.33% (10/12)
100.00% (3/3)
 83.33% (5/6)
src/duckdb/src/include/duckdb/transaction/transaction_manager.hpp
 40.00% (4/10)
 33.33% (1/3)
 33.33% (1/3)
src/duckdb/src/include/duckdb/transaction/undo_buffer_allocator.hpp
 36.84% (7/19)
 37.50% (3/8)
 38.89% (7/18)
src/duckdb/src/include/duckdb/transaction/update_info.hpp
  0.00% (0/20)
  0.00% (0/3)
  0.00% (0/11)
src/duckdb/src/include/duckdb/verification/external_statement_verifier.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/verification/fetch_row_verifier.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/verification/no_operator_caching_verifier.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/verification/parsed_statement_verifier.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/verification/statement_verifier.hpp
100.00% (15/15)
100.00% (5/5)
100.00% (5/5)
src/duckdb/src/include/duckdb/verification/unoptimized_statement_verifier.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/logging/log_manager.cpp
 26.00% (52/200)
 30.30% (10/33)
 25.58% (22/86)
src/duckdb/src/logging/log_storage.cpp
  8.45% (48/568)
 10.77% (7/65)
  6.22% (15/241)
src/duckdb/src/logging/log_types.cpp
 30.81% (53/172)
 33.33% (8/24)
 27.91% (12/43)
src/duckdb/src/logging/logger.cpp
 14.56% (15/103)
 16.67% (4/24)
 13.24% (9/68)
src/duckdb/src/logging/logging.cpp
  7.41% (2/27)
 16.67% (1/6)
 16.67% (5/30)
src/duckdb/src/main/appender.cpp
  0.00% (0/522)
  0.00% (0/63)
  0.00% (0/275)
src/duckdb/src/main/attached_database.cpp
 44.55% (98/220)
 62.07% (18/29)
 48.84% (84/172)
src/duckdb/src/main/buffered_data/batched_buffered_data.cpp
  0.00% (0/177)
  0.00% (0/12)
  0.00% (0/110)
src/duckdb/src/main/buffered_data/buffered_data.cpp
  0.00% (0/23)
  0.00% (0/3)
  0.00% (0/14)
src/duckdb/src/main/buffered_data/simple_buffered_data.cpp
  0.00% (0/94)
  0.00% (0/8)
  0.00% (0/52)
src/duckdb/src/main/capi/aggregate_function-c.cpp
  0.00% (0/263)
  0.00% (0/32)
  0.00% (0/159)
src/duckdb/src/main/capi/appender-c.cpp
  0.00% (0/297)
  0.00% (0/49)
  0.00% (0/164)
src/duckdb/src/main/capi/arrow-c.cpp
  0.00% (0/384)
  0.00% (0/29)
  0.00% (0/217)
src/duckdb/src/main/capi/cast/from_decimal-c.cpp
  0.00% (0/96)
  0.00% (0/6)
  0.00% (0/29)
src/duckdb/src/main/capi/cast/utils-c.cpp
  0.00% (0/69)
  0.00% (0/11)
  0.00% (0/28)
src/duckdb/src/main/capi/cast_function-c.cpp
  0.00% (0/151)
  0.00% (0/19)
  0.00% (0/101)
src/duckdb/src/main/capi/catalog-c.cpp
  0.00% (0/118)
  0.00% (0/11)
  0.00% (0/78)
src/duckdb/src/main/capi/config-c.cpp
  0.00% (0/76)
  0.00% (0/5)
  0.00% (0/47)
src/duckdb/src/main/capi/config_options-c.cpp
  0.00% (0/117)
  0.00% (0/9)
  0.00% (0/74)
src/duckdb/src/main/capi/copy_function-c.cpp
  0.00% (0/516)
  0.00% (0/54)
  0.00% (0/306)
src/duckdb/src/main/capi/data_chunk-c.cpp
  0.00% (0/232)
  0.00% (0/32)
  0.00% (0/122)
src/duckdb/src/main/capi/datetime-c.cpp
  0.00% (0/78)
  0.00% (0/13)
  0.00% (0/13)
src/duckdb/src/main/capi/duckdb-c.cpp
  0.00% (0/201)
  0.00% (0/19)
  0.00% (0/100)
src/duckdb/src/main/capi/duckdb_value-c.cpp
  0.00% (0/542)
  0.00% (0/82)
  0.00% (0/303)
src/duckdb/src/main/capi/error_data-c.cpp
  0.00% (0/34)
  0.00% (0/5)
  0.00% (0/19)
src/duckdb/src/main/capi/expression-c.cpp
  0.00% (0/45)
  0.00% (0/4)
  0.00% (0/25)
src/duckdb/src/main/capi/file_system-c.cpp
  0.00% (0/231)
  0.00% (0/21)
  0.00% (0/121)
src/duckdb/src/main/capi/helper-c.cpp
  0.00% (0/495)
  0.00% (0/12)
  0.00% (0/245)
src/duckdb/src/main/capi/hugeint-c.cpp
  0.00% (0/61)
  0.00% (0/7)
  0.00% (0/29)
src/duckdb/src/main/capi/logging-c.cpp
  0.00% (0/83)
  0.00% (0/14)
  0.00% (0/60)
src/duckdb/src/main/capi/logical_types-c.cpp
  0.00% (0/355)
  0.00% (0/33)
  0.00% (0/235)
src/duckdb/src/main/capi/pending-c.cpp
  0.00% (0/137)
  0.00% (0/9)
  0.00% (0/84)
src/duckdb/src/main/capi/prepared-c.cpp
  0.00% (0/371)
  0.00% (0/48)
  0.00% (0/241)
src/duckdb/src/main/capi/profiling_info-c.cpp
  0.00% (0/69)
  0.00% (0/5)
  0.00% (0/39)
src/duckdb/src/main/capi/replacement_scan-c.cpp
  0.00% (0/61)
  0.00% (0/7)
  0.00% (0/37)
src/duckdb/src/main/capi/result-c.cpp
  0.00% (0/495)
  0.00% (0/35)
  0.00% (0/308)
src/duckdb/src/main/capi/scalar_function-c.cpp
  0.00% (0/314)
  0.00% (0/42)
  0.00% (0/214)
src/duckdb/src/main/capi/stream-c.cpp
  0.00% (0/27)
  0.00% (0/2)
  0.00% (0/16)
src/duckdb/src/main/capi/table_description-c.cpp
  0.00% (0/110)
  0.00% (0/9)
  0.00% (0/65)
src/duckdb/src/main/capi/table_function-c.cpp
  0.00% (0/383)
  0.00% (0/50)
  0.00% (0/265)
src/duckdb/src/main/capi/threading-c.cpp
  0.00% (0/67)
  0.00% (0/9)
  0.00% (0/38)
src/duckdb/src/main/capi/value-c.cpp
  0.00% (0/126)
  0.00% (0/25)
  0.00% (0/50)
src/duckdb/src/main/chunk_scan_state.cpp
  0.00% (0/32)
  0.00% (0/9)
  0.00% (0/32)
src/duckdb/src/main/chunk_scan_state/batched_data_collection.cpp
  0.00% (0/40)
  0.00% (0/8)
  0.00% (0/18)
src/duckdb/src/main/chunk_scan_state/query_result.cpp
  0.00% (0/38)
  0.00% (0/8)
  0.00% (0/28)
src/duckdb/src/main/client_config.cpp
  0.00% (0/26)
  0.00% (0/5)
  0.00% (0/17)
src/duckdb/src/main/client_context.cpp
 44.73% (497/1111)
 46.51% (40/86)
 54.06% (333/616)
src/duckdb/src/main/client_context_file_opener.cpp
 27.27% (18/66)
 33.33% (4/12)
 25.64% (10/39)
src/duckdb/src/main/client_context_wrapper.cpp
  0.00% (0/16)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/main/client_data.cpp
 40.86% (76/186)
 42.00% (21/50)
 43.94% (29/66)
src/duckdb/src/main/client_verify.cpp
 83.21% (109/131)
100.00% (6/6)
 77.61% (52/67)
src/duckdb/src/main/config.cpp
 31.87% (189/593)
 45.28% (24/53)
 28.39% (134/472)
src/duckdb/src/main/connection.cpp
  9.25% (26/281)
  9.52% (6/63)
 13.22% (16/121)
src/duckdb/src/main/connection_manager.cpp
 51.28% (20/39)
 83.33% (5/6)
 50.00% (7/14)
src/duckdb/src/main/database.cpp
 63.85% (249/390)
 68.85% (42/61)
 50.00% (89/178)
src/duckdb/src/main/database_file_path_manager.cpp
  5.71% (4/70)
 20.00% (1/5)
  7.55% (4/53)
src/duckdb/src/main/database_manager.cpp
 45.83% (143/312)
 62.50% (15/24)
 47.16% (83/176)
src/duckdb/src/main/database_path_and_type.cpp
 48.65% (18/37)
100.00% (3/3)
 50.00% (9/18)
src/duckdb/src/main/db_instance_cache.cpp
  0.00% (0/129)
  0.00% (0/12)
  0.00% (0/88)
src/duckdb/src/main/error_manager.cpp
 27.59% (16/58)
 14.29% (1/7)
 22.22% (6/27)
src/duckdb/src/main/extension.cpp
  0.00% (0/123)
  0.00% (0/7)
  0.00% (0/91)
src/duckdb/src/main/extension/extension_alias.cpp
 89.47% (17/19)
100.00% (3/3)
 93.75% (15/16)
src/duckdb/src/main/extension/extension_helper.cpp
 15.25% (36/236)
 31.25% (5/16)
 19.17% (23/120)
src/duckdb/src/main/extension/extension_install.cpp
 49.61% (189/381)
 69.23% (18/26)
 55.07% (114/207)
src/duckdb/src/main/extension/extension_load.cpp
 22.75% (96/422)
 39.13% (9/23)
 22.17% (49/221)
src/duckdb/src/main/extension/extension_loader.cpp
  0.00% (0/174)
  0.00% (0/32)
  0.00% (0/90)
src/duckdb/src/main/extension_install_info.cpp
 12.50% (11/88)
 36.36% (4/11)
 17.14% (12/70)
src/duckdb/src/main/extension_manager.cpp
 57.69% (45/78)
 72.73% (8/11)
 57.78% (26/45)
src/duckdb/src/main/http/http_util.cpp
 48.97% (213/435)
 60.87% (28/46)
 48.13% (103/214)
src/duckdb/src/main/materialized_query_result.cpp
 39.76% (33/83)
 44.44% (4/9)
 43.86% (25/57)
src/duckdb/src/main/pending_query_result.cpp
 52.38% (44/84)
 60.00% (9/15)
 62.50% (30/48)
src/duckdb/src/main/prepared_statement.cpp
  0.00% (0/91)
  0.00% (0/16)
  0.00% (0/91)
src/duckdb/src/main/prepared_statement_data.cpp
 42.71% (41/96)
 62.50% (5/8)
 55.71% (39/70)
src/duckdb/src/main/profiling_info.cpp
 50.00% (59/118)
 71.43% (5/7)
 55.56% (35/63)
src/duckdb/src/main/profiling_utils.cpp
 24.74% (47/190)
 12.50% (1/8)
 33.01% (34/103)
src/duckdb/src/main/query_profiler.cpp
 48.72% (381/782)
 66.04% (35/53)
 55.45% (239/431)
src/duckdb/src/main/query_result.cpp
 33.10% (48/145)
 57.14% (12/21)
 36.72% (47/128)
src/duckdb/src/main/relation.cpp
  0.00% (0/333)
  0.00% (0/67)
  0.00% (0/143)
src/duckdb/src/main/relation/aggregate_relation.cpp
  0.00% (0/64)
  0.00% (0/7)
  0.00% (0/40)
src/duckdb/src/main/relation/create_table_relation.cpp
  0.00% (0/37)
  0.00% (0/7)
  0.00% (0/20)
src/duckdb/src/main/relation/create_view_relation.cpp
  0.00% (0/35)
  0.00% (0/7)
  0.00% (0/21)
src/duckdb/src/main/relation/cross_product_relation.cpp
  0.00% (0/27)
  0.00% (0/5)
  0.00% (0/12)
src/duckdb/src/main/relation/delete_relation.cpp
  0.00% (0/32)
  0.00% (0/6)
  0.00% (0/16)
src/duckdb/src/main/relation/delim_get_relation.cpp
  0.00% (0/28)
  0.00% (0/5)
  0.00% (0/12)
src/duckdb/src/main/relation/distinct_relation.cpp
  0.00% (0/21)
  0.00% (0/5)
  0.00% (0/12)
src/duckdb/src/main/relation/explain_relation.cpp
  0.00% (0/23)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/src/main/relation/filter_relation.cpp
  0.00% (0/40)
  0.00% (0/5)
  0.00% (0/24)
src/duckdb/src/main/relation/insert_relation.cpp
  0.00% (0/31)
  0.00% (0/7)
  0.00% (0/16)
src/duckdb/src/main/relation/join_relation.cpp
  0.00% (0/46)
  0.00% (0/6)
  0.00% (0/29)
src/duckdb/src/main/relation/limit_relation.cpp
  0.00% (0/30)
  0.00% (0/5)
  0.00% (0/19)
src/duckdb/src/main/relation/materialized_relation.cpp
  0.00% (0/35)
  0.00% (0/6)
  0.00% (0/17)
src/duckdb/src/main/relation/order_relation.cpp
  0.00% (0/32)
  0.00% (0/5)
  0.00% (0/23)
src/duckdb/src/main/relation/projection_relation.cpp
  0.00% (0/51)
  0.00% (0/5)
  0.00% (0/32)
src/duckdb/src/main/relation/query_relation.cpp
  0.00% (0/78)
  0.00% (0/11)
  0.00% (0/29)
src/duckdb/src/main/relation/read_csv_relation.cpp
  0.00% (0/93)
  0.00% (0/5)
  0.00% (0/55)
src/duckdb/src/main/relation/read_json_relation.cpp
  0.00% (0/22)
  0.00% (0/5)
  0.00% (0/22)
src/duckdb/src/main/relation/setop_relation.cpp
  0.00% (0/41)
  0.00% (0/5)
  0.00% (0/20)
src/duckdb/src/main/relation/subquery_relation.cpp
  0.00% (0/14)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/main/relation/table_function_relation.cpp
  0.00% (0/79)
  0.00% (0/12)
  0.00% (0/47)
src/duckdb/src/main/relation/table_relation.cpp
  0.00% (0/73)
  0.00% (0/13)
  0.00% (0/23)
src/duckdb/src/main/relation/update_relation.cpp
  0.00% (0/42)
  0.00% (0/6)
  0.00% (0/26)
src/duckdb/src/main/relation/value_relation.cpp
  0.00% (0/95)
  0.00% (0/10)
  0.00% (0/70)
src/duckdb/src/main/relation/view_relation.cpp
  0.00% (0/37)
  0.00% (0/8)
  0.00% (0/24)
src/duckdb/src/main/relation/write_csv_relation.cpp
  0.00% (0/28)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/src/main/relation/write_parquet_relation.cpp
  0.00% (0/28)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/src/main/result_set_manager.cpp
 21.88% (7/32)
 30.00% (3/10)
 21.74% (5/23)
src/duckdb/src/main/secret/default_secrets.cpp
 47.22% (34/72)
 40.00% (2/5)
 14.29% (2/14)
src/duckdb/src/main/secret/secret.cpp
  4.23% (9/213)
  8.00% (2/25)
  3.17% (4/126)
src/duckdb/src/main/secret/secret_manager.cpp
  6.48% (35/540)
  6.00% (3/50)
  4.94% (13/263)
src/duckdb/src/main/secret/secret_storage.cpp
  0.00% (0/189)
  0.00% (0/16)
  0.00% (0/104)
src/duckdb/src/main/settings/autogenerated_settings.cpp
  1.05% (4/380)
  1.05% (1/95)
  0.66% (1/152)
src/duckdb/src/main/settings/custom_settings.cpp
  0.98% (13/1324)
  1.69% (3/178)
  0.76% (5/657)
src/duckdb/src/main/stream_query_result.cpp
  0.00% (0/160)
  0.00% (0/17)
  0.00% (0/101)
src/duckdb/src/main/valid_checker.cpp
 35.29% (6/17)
 50.00% (2/4)
 66.67% (6/9)
src/duckdb/src/optimizer/build_probe_side_optimizer.cpp
 60.93% (131/215)
 90.00% (9/10)
 55.45% (56/101)
src/duckdb/src/optimizer/column_binding_replacer.cpp
100.00% (28/28)
100.00% (5/5)
100.00% (24/24)
src/duckdb/src/optimizer/column_lifetime_analyzer.cpp
 52.91% (100/189)
 54.55% (6/11)
 57.78% (52/90)
src/duckdb/src/optimizer/common_aggregate_optimizer.cpp
 63.64% (35/55)
 75.00% (3/4)
 76.00% (19/25)
src/duckdb/src/optimizer/common_subplan_optimizer.cpp
 84.02% (631/751)
 97.87% (46/47)
 81.74% (385/471)
src/duckdb/src/optimizer/compressed_materialization.cpp
 79.63% (301/378)
 90.48% (19/21)
 80.37% (176/219)
src/duckdb/src/optimizer/compressed_materialization/compress_aggregate.cpp
 50.94% (54/106)
100.00% (2/2)
 52.00% (39/75)
src/duckdb/src/optimizer/compressed_materialization/compress_comparison_join.cpp
  4.50% (5/111)
 33.33% (1/3)
  3.70% (3/81)
src/duckdb/src/optimizer/compressed_materialization/compress_distinct.cpp
 68.00% (17/25)
100.00% (1/1)
 68.75% (11/16)
src/duckdb/src/optimizer/compressed_materialization/compress_order.cpp
 89.74% (35/39)
100.00% (2/2)
 92.86% (26/28)
src/duckdb/src/optimizer/cse_optimizer.cpp
 88.89% (104/117)
100.00% (10/10)
 93.65% (59/63)
src/duckdb/src/optimizer/cte_filter_pusher.cpp
 20.73% (17/82)
 60.00% (3/5)
 25.00% (14/56)
src/duckdb/src/optimizer/cte_inlining.cpp
 19.88% (33/166)
 44.44% (4/9)
 19.23% (20/104)
src/duckdb/src/optimizer/deliminator.cpp
  4.76% (15/315)
 13.33% (2/15)
  2.86% (7/245)
src/duckdb/src/optimizer/empty_result_pullup.cpp
 59.60% (59/99)
100.00% (2/2)
 66.18% (45/68)
src/duckdb/src/optimizer/expression_heuristics.cpp
 32.93% (82/249)
 47.37% (9/19)
 32.65% (32/98)
src/duckdb/src/optimizer/expression_rewriter.cpp
100.00% (65/65)
100.00% (7/7)
100.00% (24/24)
src/duckdb/src/optimizer/filter_combiner.cpp
  3.57% (33/925)
 14.71% (5/34)
  3.12% (21/672)
src/duckdb/src/optimizer/filter_pullup.cpp
 44.63% (54/121)
 71.43% (5/7)
 41.18% (35/85)
src/duckdb/src/optimizer/filter_pushdown.cpp
 66.32% (193/291)
 88.24% (15/17)
 59.71% (83/139)
src/duckdb/src/optimizer/in_clause_rewriter.cpp
 83.84% (83/99)
100.00% (2/2)
 80.00% (52/65)
src/duckdb/src/optimizer/join_elimination.cpp
 58.11% (154/265)
 83.33% (5/6)
 57.63% (102/177)
src/duckdb/src/optimizer/join_filter_pushdown_optimizer.cpp
  8.56% (19/222)
 50.00% (3/6)
 10.16% (13/128)
src/duckdb/src/optimizer/join_order/cardinality_estimator.cpp
 18.64% (71/381)
 41.67% (10/24)
 13.33% (36/270)
src/duckdb/src/optimizer/join_order/cost_model.cpp
100.00% (8/8)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/optimizer/join_order/join_node.cpp
100.00% (4/4)
100.00% (2/2)
100.00% (13/13)
src/duckdb/src/optimizer/join_order/join_order_optimizer.cpp
 68.18% (45/66)
 42.86% (3/7)
 62.07% (18/29)
src/duckdb/src/optimizer/join_order/join_relation_set.cpp
 76.77% (76/99)
 70.00% (7/10)
 79.37% (50/63)
src/duckdb/src/optimizer/join_order/plan_enumerator.cpp
 88.96% (298/335)
100.00% (15/15)
 90.57% (221/244)
src/duckdb/src/optimizer/join_order/query_graph.cpp
 74.34% (84/113)
 75.00% (9/12)
 78.46% (51/65)
src/duckdb/src/optimizer/join_order/query_graph_manager.cpp
 26.54% (82/309)
 50.00% (8/16)
 15.79% (39/247)
src/duckdb/src/optimizer/join_order/relation_manager.cpp
 45.14% (232/514)
 68.42% (13/19)
 42.61% (124/291)
src/duckdb/src/optimizer/join_order/relation_statistics_helper.cpp
 73.64% (285/387)
 86.67% (13/15)
 70.49% (129/183)
src/duckdb/src/optimizer/late_materialization.cpp
 11.49% (40/348)
 27.27% (3/11)
 16.48% (29/176)
src/duckdb/src/optimizer/late_materialization_helper.cpp
  0.00% (0/40)
  0.00% (0/2)
  0.00% (0/17)
src/duckdb/src/optimizer/limit_pushdown.cpp
 92.59% (25/27)
100.00% (2/2)
 94.74% (18/19)
src/duckdb/src/optimizer/matcher/expression_matcher.cpp
 72.73% (80/110)
 81.82% (9/11)
 72.09% (62/86)
src/duckdb/src/optimizer/optimizer.cpp
 85.91% (317/369)
 86.36% (38/44)
 75.68% (56/74)
src/duckdb/src/optimizer/pullup/pullup_both_side.cpp
 73.33% (11/15)
100.00% (1/1)
 80.00% (12/15)
src/duckdb/src/optimizer/pullup/pullup_filter.cpp
 50.00% (7/14)
100.00% (1/1)
 61.54% (8/13)
src/duckdb/src/optimizer/pullup/pullup_from_left.cpp
 84.62% (11/13)
100.00% (1/1)
 83.33% (15/18)
src/duckdb/src/optimizer/pullup/pullup_projection.cpp
  8.45% (6/71)
 20.00% (1/5)
 14.58% (7/48)
src/duckdb/src/optimizer/pullup/pullup_set_operation.cpp
 39.29% (11/28)
 33.33% (1/3)
 41.67% (10/24)
src/duckdb/src/optimizer/pushdown/pushdown_aggregate.cpp
 13.43% (9/67)
 20.00% (1/5)
 14.29% (7/49)
src/duckdb/src/optimizer/pushdown/pushdown_cross_product.cpp
 36.54% (19/52)
100.00% (1/1)
 36.84% (14/38)
src/duckdb/src/optimizer/pushdown/pushdown_distinct.cpp
 88.89% (8/9)
100.00% (1/1)
 87.50% (7/8)
src/duckdb/src/optimizer/pushdown/pushdown_filter.cpp
 71.43% (10/14)
100.00% (1/1)
 83.33% (10/12)
src/duckdb/src/optimizer/pushdown/pushdown_get.cpp
 13.79% (8/58)
100.00% (1/1)
 31.82% (14/44)
src/duckdb/src/optimizer/pushdown/pushdown_inner_join.cpp
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/23)
src/duckdb/src/optimizer/pushdown/pushdown_left_join.cpp
  0.00% (0/134)
  0.00% (0/6)
  0.00% (0/62)
src/duckdb/src/optimizer/pushdown/pushdown_limit.cpp
100.00% (7/7)
100.00% (1/1)
100.00% (6/6)
src/duckdb/src/optimizer/pushdown/pushdown_mark_join.cpp
 29.17% (14/48)
100.00% (1/1)
 27.91% (12/43)
src/duckdb/src/optimizer/pushdown/pushdown_outer_join.cpp
  0.00% (0/160)
  0.00% (0/15)
  0.00% (0/77)
src/duckdb/src/optimizer/pushdown/pushdown_projection.cpp
 15.94% (11/69)
 20.00% (1/5)
 15.09% (8/53)
src/duckdb/src/optimizer/pushdown/pushdown_semi_anti_join.cpp
  0.00% (0/34)
  0.00% (0/1)
  0.00% (0/21)
src/duckdb/src/optimizer/pushdown/pushdown_set_operation.cpp
 38.16% (29/76)
 33.33% (1/3)
 50.00% (27/54)
src/duckdb/src/optimizer/pushdown/pushdown_single_join.cpp
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/10)
src/duckdb/src/optimizer/pushdown/pushdown_unnest.cpp
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/18)
src/duckdb/src/optimizer/pushdown/pushdown_window.cpp
 19.35% (12/62)
 50.00% (1/2)
 28.57% (10/35)
src/duckdb/src/optimizer/regex_range_filter.cpp
 38.89% (14/36)
100.00% (1/1)
 50.00% (10/20)
src/duckdb/src/optimizer/remove_duplicate_groups.cpp
 38.89% (35/90)
 75.00% (3/4)
 35.29% (18/51)
src/duckdb/src/optimizer/remove_unused_columns.cpp
 48.32% (201/416)
 76.92% (10/13)
 47.60% (119/250)
src/duckdb/src/optimizer/row_group_pruner.cpp
 27.66% (39/141)
 71.43% (5/7)
 24.76% (26/105)
src/duckdb/src/optimizer/rule/arithmetic_simplification.cpp
 89.80% (44/49)
100.00% (2/2)
 93.18% (41/44)
src/duckdb/src/optimizer/rule/case_simplification.cpp
 50.00% (13/26)
100.00% (2/2)
 56.25% (9/16)
src/duckdb/src/optimizer/rule/comparison_simplification.cpp
 96.00% (48/50)
100.00% (2/2)
 97.30% (36/37)
src/duckdb/src/optimizer/rule/conjunction_simplification.cpp
 95.56% (43/45)
100.00% (3/3)
 94.29% (33/35)
src/duckdb/src/optimizer/rule/constant_folding.cpp
100.00% (20/20)
100.00% (3/3)
100.00% (20/20)
src/duckdb/src/optimizer/rule/constant_order_normalization.cpp
 77.17% (71/92)
100.00% (5/5)
 61.90% (26/42)
src/duckdb/src/optimizer/rule/date_part_simplification.cpp
  9.76% (8/82)
 50.00% (1/2)
  7.14% (2/28)
src/duckdb/src/optimizer/rule/date_trunc_simplification.cpp
  4.48% (13/290)
 14.29% (1/7)
  1.31% (2/153)
src/duckdb/src/optimizer/rule/distinct_aggregate_optimizer.cpp
 58.54% (24/41)
100.00% (6/6)
 52.17% (12/23)
src/duckdb/src/optimizer/rule/distributivity.cpp
 68.18% (60/88)
100.00% (4/4)
 68.25% (43/63)
src/duckdb/src/optimizer/rule/empty_needle_removal.cpp
 29.03% (9/31)
 50.00% (1/2)
  7.41% (2/27)
src/duckdb/src/optimizer/rule/enum_comparison.cpp
 24.00% (12/50)
 33.33% (1/3)
 20.83% (5/24)
src/duckdb/src/optimizer/rule/equal_or_null_simplification.cpp
 27.40% (20/73)
 33.33% (1/3)
  5.41% (2/37)
src/duckdb/src/optimizer/rule/in_clause_simplification_rule.cpp
 33.33% (14/42)
100.00% (2/2)
 25.00% (8/32)
src/duckdb/src/optimizer/rule/join_dependent_filter.cpp
 11.70% (11/94)
 33.33% (2/6)
 13.79% (8/58)
src/duckdb/src/optimizer/rule/like_optimizations.cpp
 58.77% (67/114)
 85.71% (6/7)
 55.88% (57/102)
src/duckdb/src/optimizer/rule/move_constants.cpp
 77.88% (88/113)
100.00% (2/2)
 80.68% (71/88)
src/duckdb/src/optimizer/rule/ordered_aggregate_optimizer.cpp
 20.31% (13/64)
100.00% (3/3)
 14.63% (6/41)
src/duckdb/src/optimizer/rule/regex_optimizations.cpp
  5.10% (8/157)
 16.67% (1/6)
  1.56% (2/128)
src/duckdb/src/optimizer/rule/timestamp_comparison.cpp
 30.00% (18/60)
 25.00% (1/4)
 16.67% (3/18)
src/duckdb/src/optimizer/sampling_pushdown.cpp
 46.67% (7/15)
100.00% (1/1)
 56.25% (9/16)
src/duckdb/src/optimizer/statistics/expression/propagate_aggregate.cpp
100.00% (17/17)
100.00% (1/1)
100.00% (8/8)
src/duckdb/src/optimizer/statistics/expression/propagate_between.cpp
  0.00% (0/46)
  0.00% (0/1)
  0.00% (0/33)
src/duckdb/src/optimizer/statistics/expression/propagate_case.cpp
 84.62% (11/13)
100.00% (1/1)
 57.14% (4/7)
src/duckdb/src/optimizer/statistics/expression/propagate_cast.cpp
 41.13% (58/141)
100.00% (4/4)
 42.70% (38/89)
src/duckdb/src/optimizer/statistics/expression/propagate_columnref.cpp
100.00% (7/7)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/optimizer/statistics/expression/propagate_comparison.cpp
 24.24% (24/99)
100.00% (2/2)
 18.75% (18/96)
src/duckdb/src/optimizer/statistics/expression/propagate_conjunction.cpp
 72.73% (32/44)
100.00% (1/1)
 79.31% (23/29)
src/duckdb/src/optimizer/statistics/expression/propagate_constant.cpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/optimizer/statistics/expression/propagate_function.cpp
100.00% (17/17)
100.00% (1/1)
100.00% (10/10)
src/duckdb/src/optimizer/statistics/expression/propagate_operator.cpp
 21.21% (14/66)
100.00% (1/1)
 11.32% (6/53)
src/duckdb/src/optimizer/statistics/operator/propagate_aggregate.cpp
 31.96% (70/219)
 20.00% (2/10)
 36.75% (61/166)
src/duckdb/src/optimizer/statistics/operator/propagate_cross_product.cpp
 77.78% (7/9)
100.00% (1/1)
 66.67% (4/6)
src/duckdb/src/optimizer/statistics/operator/propagate_filter.cpp
 19.21% (39/203)
 50.00% (5/10)
 19.86% (29/146)
src/duckdb/src/optimizer/statistics/operator/propagate_get.cpp
  3.62% (5/138)
 14.29% (1/7)
  4.55% (4/88)
src/duckdb/src/optimizer/statistics/operator/propagate_join.cpp
 14.66% (39/266)
 28.57% (2/7)
 15.30% (28/183)
src/duckdb/src/optimizer/statistics/operator/propagate_limit.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/optimizer/statistics/operator/propagate_order.cpp
100.00% (7/7)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/optimizer/statistics/operator/propagate_projection.cpp
 80.00% (12/15)
100.00% (1/1)
 88.89% (8/9)
src/duckdb/src/optimizer/statistics/operator/propagate_set_operation.cpp
 67.01% (65/97)
 66.67% (2/3)
 63.41% (52/82)
src/duckdb/src/optimizer/statistics/operator/propagate_window.cpp
 72.22% (26/36)
100.00% (1/1)
 58.82% (10/17)
src/duckdb/src/optimizer/statistics_propagator.cpp
 88.89% (88/99)
 75.00% (6/8)
 88.00% (44/50)
src/duckdb/src/optimizer/sum_rewriter.cpp
 56.00% (70/125)
 87.50% (7/8)
 63.04% (29/46)
src/duckdb/src/optimizer/topn_optimizer.cpp
 29.69% (38/128)
 75.00% (3/4)
 35.63% (31/87)
src/duckdb/src/optimizer/topn_window_elimination.cpp
  1.09% (8/736)
  8.00% (2/25)
  1.68% (7/417)
src/duckdb/src/optimizer/unnest_rewriter.cpp
  6.18% (17/275)
 22.22% (2/9)
  3.86% (8/207)
src/duckdb/src/parallel/async_result.cpp
  0.00% (0/115)
  0.00% (0/18)
  0.00% (0/94)
src/duckdb/src/parallel/base_pipeline_event.cpp
100.00% (4/4)
100.00% (2/2)
100.00% (6/6)
src/duckdb/src/parallel/event.cpp
 88.14% (52/59)
 77.78% (7/9)
 89.47% (51/57)
src/duckdb/src/parallel/executor.cpp
 58.94% (300/509)
 66.67% (26/39)
 60.51% (190/314)
src/duckdb/src/parallel/executor_task.cpp
 77.78% (35/45)
 66.67% (4/6)
 88.46% (23/26)
src/duckdb/src/parallel/interrupt.cpp
 11.11% (4/36)
 28.57% (2/7)
 20.83% (5/24)
src/duckdb/src/parallel/meta_pipeline.cpp
 63.89% (115/180)
 73.08% (19/26)
 59.29% (67/113)
src/duckdb/src/parallel/pipeline.cpp
 64.01% (185/289)
 71.43% (25/35)
 71.20% (131/184)
src/duckdb/src/parallel/pipeline_complete_event.cpp
100.00% (9/9)
100.00% (3/3)
100.00% (7/7)
src/duckdb/src/parallel/pipeline_event.cpp
 87.50% (14/16)
100.00% (3/3)
 90.91% (10/11)
src/duckdb/src/parallel/pipeline_executor.cpp
 82.28% (311/378)
 94.74% (18/19)
 85.33% (285/334)
src/duckdb/src/parallel/pipeline_finish_event.cpp
 81.58% (31/38)
 83.33% (5/6)
 85.71% (18/21)
src/duckdb/src/parallel/pipeline_initialize_event.cpp
 84.21% (16/19)
 83.33% (5/6)
 88.89% (8/9)
src/duckdb/src/parallel/pipeline_prepare_finish_event.cpp
 84.21% (16/19)
 83.33% (5/6)
 88.89% (8/9)
src/duckdb/src/parallel/task_executor.cpp
 62.90% (39/62)
 66.67% (8/12)
 71.43% (25/35)
src/duckdb/src/parallel/task_notifier.cpp
 71.43% (10/14)
100.00% (2/2)
 77.78% (7/9)
src/duckdb/src/parallel/task_scheduler.cpp
 63.11% (195/309)
 71.79% (28/39)
 62.80% (103/164)
src/duckdb/src/parallel/thread_context.cpp
 94.12% (16/17)
100.00% (2/2)
 87.50% (7/8)
src/duckdb/src/parser/base_expression.cpp
 64.29% (9/14)
 50.00% (2/4)
 83.33% (10/12)
src/duckdb/src/parser/column_definition.cpp
 67.10% (104/155)
 70.59% (24/34)
 60.23% (53/88)
src/duckdb/src/parser/column_list.cpp
 51.43% (72/140)
 60.00% (12/20)
 50.00% (41/82)
src/duckdb/src/parser/constraint.cpp
 57.14% (4/7)
 66.67% (2/3)
 75.00% (3/4)
src/duckdb/src/parser/constraints/check_constraint.cpp
  0.00% (0/8)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/parser/constraints/foreign_key_constraint.cpp
  0.00% (0/37)
  0.00% (0/4)
  0.00% (0/26)
src/duckdb/src/parser/constraints/not_null_constraint.cpp
 70.00% (7/10)
 75.00% (3/4)
 83.33% (5/6)
src/duckdb/src/parser/constraints/unique_constraint.cpp
 31.51% (23/73)
 50.00% (7/14)
 30.43% (21/69)
src/duckdb/src/parser/expression/between_expression.cpp
 76.00% (19/25)
100.00% (5/5)
 84.21% (16/19)
src/duckdb/src/parser/expression/case_expression.cpp
 94.12% (32/34)
100.00% (4/4)
 95.24% (20/21)
src/duckdb/src/parser/expression/cast_expression.cpp
 92.59% (25/27)
100.00% (5/5)
 95.45% (21/22)
src/duckdb/src/parser/expression/collate_expression.cpp
100.00% (23/23)
100.00% (5/5)
100.00% (18/18)
src/duckdb/src/parser/expression/columnref_expression.cpp
 89.33% (67/75)
100.00% (13/13)
 93.55% (58/62)
src/duckdb/src/parser/expression/comparison_expression.cpp
100.00% (21/21)
100.00% (5/5)
100.00% (15/15)
src/duckdb/src/parser/expression/conjunction_expression.cpp
100.00% (37/37)
100.00% (7/7)
100.00% (16/16)
src/duckdb/src/parser/expression/constant_expression.cpp
100.00% (18/18)
100.00% (6/6)
100.00% (11/11)
src/duckdb/src/parser/expression/default_expression.cpp
100.00% (10/10)
100.00% (3/3)
100.00% (4/4)
src/duckdb/src/parser/expression/function_expression.cpp
 86.42% (70/81)
 88.89% (8/9)
 86.30% (63/73)
src/duckdb/src/parser/expression/lambda_expression.cpp
 62.07% (54/87)
100.00% (10/10)
 67.31% (35/52)
src/duckdb/src/parser/expression/lambdaref_expression.cpp
 12.12% (4/33)
 14.29% (1/7)
 13.64% (3/22)
src/duckdb/src/parser/expression/operator_expression.cpp
 93.75% (30/32)
100.00% (5/5)
 95.45% (21/22)
src/duckdb/src/parser/expression/parameter_expression.cpp
100.00% (18/18)
100.00% (5/5)
100.00% (6/6)
src/duckdb/src/parser/expression/positional_reference_expression.cpp
100.00% (19/19)
100.00% (6/6)
100.00% (9/9)
src/duckdb/src/parser/expression/star_expression.cpp
 54.97% (83/151)
 90.91% (10/11)
 61.11% (55/90)
src/duckdb/src/parser/expression/subquery_expression.cpp
 83.78% (31/37)
100.00% (4/4)
 88.89% (24/27)
src/duckdb/src/parser/expression/window_expression.cpp
 65.85% (81/123)
100.00% (7/7)
 75.63% (90/119)
src/duckdb/src/parser/expression_util.cpp
 90.70% (39/43)
100.00% (6/6)
 93.10% (27/29)
src/duckdb/src/parser/keyword_helper.cpp
 92.11% (35/38)
 83.33% (5/6)
 97.14% (34/35)
src/duckdb/src/parser/parsed_data/alter_database_info.cpp
  0.00% (0/26)
  0.00% (0/7)
  0.00% (0/16)
src/duckdb/src/parser/parsed_data/alter_info.cpp
 39.39% (13/33)
 60.00% (3/5)
 38.46% (10/26)
src/duckdb/src/parser/parsed_data/alter_scalar_function_info.cpp
  0.00% (0/20)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/src/parser/parsed_data/alter_table_function_info.cpp
  0.00% (0/19)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/src/parser/parsed_data/alter_table_info.cpp
 15.08% (73/484)
 14.58% (14/96)
 13.21% (35/265)
src/duckdb/src/parser/parsed_data/attach_info.cpp
  0.00% (0/37)
  0.00% (0/2)
  0.00% (0/16)
src/duckdb/src/parser/parsed_data/comment_on_column_info.cpp
  0.00% (0/37)
  0.00% (0/6)
  0.00% (0/26)
src/duckdb/src/parser/parsed_data/copy_info.cpp
 80.58% (83/103)
100.00% (5/5)
 79.10% (53/67)
src/duckdb/src/parser/parsed_data/create_aggregate_function_info.cpp
 41.18% (7/17)
 33.33% (1/3)
 50.00% (4/8)
src/duckdb/src/parser/parsed_data/create_collation_info.cpp
 50.00% (5/10)
 50.00% (1/2)
 83.33% (5/6)
src/duckdb/src/parser/parsed_data/create_copy_function_info.cpp
 44.44% (4/9)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/parser/parsed_data/create_function_info.cpp
100.00% (11/11)
100.00% (2/2)
100.00% (17/17)
src/duckdb/src/parser/parsed_data/create_index_info.cpp
 78.72% (74/94)
100.00% (8/8)
 83.64% (46/55)
src/duckdb/src/parser/parsed_data/create_info.cpp
 75.86% (22/29)
 66.67% (2/3)
 66.67% (6/9)
src/duckdb/src/parser/parsed_data/create_macro_info.cpp
 58.33% (21/36)
 60.00% (3/5)
 50.00% (10/20)
src/duckdb/src/parser/parsed_data/create_pragma_function_info.cpp
 64.29% (9/14)
 66.67% (2/3)
 85.71% (6/7)
src/duckdb/src/parser/parsed_data/create_scalar_function_info.cpp
 29.17% (7/24)
 25.00% (1/4)
 44.44% (4/9)
src/duckdb/src/parser/parsed_data/create_schema_info.cpp
 66.67% (20/30)
100.00% (3/3)
 75.00% (9/12)
src/duckdb/src/parser/parsed_data/create_secret_info.cpp
  0.00% (0/22)
  0.00% (0/3)
  0.00% (0/14)
src/duckdb/src/parser/parsed_data/create_sequence_info.cpp
 89.19% (33/37)
100.00% (3/3)
 83.33% (20/24)
src/duckdb/src/parser/parsed_data/create_table_function_info.cpp
 52.17% (12/23)
 50.00% (2/4)
 77.78% (7/9)
src/duckdb/src/parser/parsed_data/create_table_info.cpp
 93.10% (27/29)
 80.00% (4/5)
 89.47% (17/19)
src/duckdb/src/parser/parsed_data/create_type_info.cpp
  4.26% (2/47)
 25.00% (1/4)
  7.32% (3/41)
src/duckdb/src/parser/parsed_data/create_view_info.cpp
 63.01% (46/73)
 77.78% (7/9)
 70.69% (41/58)
src/duckdb/src/parser/parsed_data/detach_info.cpp
  0.00% (0/18)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/parser/parsed_data/drop_info.cpp
 93.10% (27/29)
100.00% (4/4)
 93.10% (27/29)
src/duckdb/src/parser/parsed_data/exported_table_data.cpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/7)
src/duckdb/src/parser/parsed_data/extra_drop_info.cpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/parser/parsed_data/load_info.cpp
 71.43% (25/35)
100.00% (3/3)
 50.00% (6/12)
src/duckdb/src/parser/parsed_data/parse_info.cpp
 57.50% (23/40)
100.00% (2/2)
 65.22% (15/23)
src/duckdb/src/parser/parsed_data/pragma_info.cpp
 44.00% (11/25)
 50.00% (1/2)
 42.86% (3/7)
src/duckdb/src/parser/parsed_data/sample_options.cpp
 63.27% (31/49)
 66.67% (4/6)
 58.33% (21/36)
src/duckdb/src/parser/parsed_data/transaction_info.cpp
 69.05% (29/42)
100.00% (4/4)
 77.78% (14/18)
src/duckdb/src/parser/parsed_data/vacuum_info.cpp
 80.00% (24/30)
100.00% (3/3)
 86.67% (13/15)
src/duckdb/src/parser/parsed_expression.cpp
 89.52% (94/105)
 73.33% (11/15)
 89.13% (41/46)
src/duckdb/src/parser/parsed_expression_iterator.cpp
 69.10% (208/301)
 83.33% (10/12)
 75.37% (101/134)
src/duckdb/src/parser/parser.cpp
 34.38% (209/608)
 50.00% (11/22)
 44.17% (178/403)
src/duckdb/src/parser/qualified_name.cpp
 17.80% (21/118)
 54.55% (6/11)
 27.59% (24/87)
src/duckdb/src/parser/query_error_context.cpp
 96.75% (119/123)
 50.00% (1/2)
 95.12% (78/82)
src/duckdb/src/parser/query_node.cpp
 69.32% (122/176)
 85.71% (6/7)
 71.55% (83/116)
src/duckdb/src/parser/query_node/cte_node.cpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/parser/query_node/recursive_cte_node.cpp
  0.00% (0/46)
  0.00% (0/3)
  0.00% (0/24)
src/duckdb/src/parser/query_node/select_node.cpp
 63.09% (94/149)
100.00% (4/4)
 73.55% (89/121)
src/duckdb/src/parser/query_node/set_operation_node.cpp
 54.05% (60/111)
100.00% (7/7)
 54.95% (50/91)
src/duckdb/src/parser/query_node/statement_node.cpp
  0.00% (0/24)
  0.00% (0/6)
  0.00% (0/14)
src/duckdb/src/parser/result_modifier.cpp
 83.06% (103/124)
100.00% (11/11)
 88.16% (67/76)
src/duckdb/src/parser/statement/alter_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (7/7)
src/duckdb/src/parser/statement/attach_statement.cpp
  0.00% (0/10)
  0.00% (0/4)
  0.00% (0/7)
src/duckdb/src/parser/statement/call_statement.cpp
100.00% (14/14)
100.00% (4/4)
100.00% (7/7)
src/duckdb/src/parser/statement/copy_database_statement.cpp
  0.00% (0/29)
  0.00% (0/4)
  0.00% (0/16)
src/duckdb/src/parser/statement/copy_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/parser/statement/create_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (7/7)
src/duckdb/src/parser/statement/delete_statement.cpp
 70.00% (35/50)
100.00% (4/4)
 68.97% (20/29)
src/duckdb/src/parser/statement/detach_statement.cpp
  0.00% (0/10)
  0.00% (0/4)
  0.00% (0/7)
src/duckdb/src/parser/statement/drop_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/parser/statement/execute_statement.cpp
 66.67% (16/24)
100.00% (4/4)
 72.73% (8/11)
src/duckdb/src/parser/statement/explain_statement.cpp
 81.08% (30/37)
100.00% (5/5)
 83.33% (20/24)
src/duckdb/src/parser/statement/export_statement.cpp
  0.00% (0/20)
  0.00% (0/4)
  0.00% (0/15)
src/duckdb/src/parser/statement/extension_statement.cpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/parser/statement/insert_statement.cpp
 37.71% (66/175)
 55.56% (5/9)
 51.66% (78/151)
src/duckdb/src/parser/statement/load_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (7/7)
src/duckdb/src/parser/statement/merge_into_statement.cpp
  0.00% (0/155)
  0.00% (0/7)
  0.00% (0/80)
src/duckdb/src/parser/statement/multi_statement.cpp
  0.00% (0/17)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/parser/statement/pragma_statement.cpp
 20.00% (2/10)
 25.00% (1/4)
 37.50% (3/8)
src/duckdb/src/parser/statement/prepare_statement.cpp
 11.11% (2/18)
 25.00% (1/4)
 40.00% (4/10)
src/duckdb/src/parser/statement/relation_statement.cpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/src/parser/statement/select_statement.cpp
 86.67% (13/15)
100.00% (4/4)
 88.89% (8/9)
src/duckdb/src/parser/statement/set_statement.cpp
 75.61% (31/41)
100.00% (9/9)
 79.17% (19/24)
src/duckdb/src/parser/statement/transaction_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/parser/statement/update_extensions_statement.cpp
  0.00% (0/22)
  0.00% (0/4)
  0.00% (0/14)
src/duckdb/src/parser/statement/update_statement.cpp
 94.29% (66/70)
100.00% (8/8)
 95.12% (39/41)
src/duckdb/src/parser/statement/vacuum_statement.cpp
100.00% (10/10)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/parser/tableref.cpp
 71.67% (43/60)
 75.00% (6/8)
 78.72% (37/47)
src/duckdb/src/parser/tableref/at_clause.cpp
 20.00% (4/20)
 20.00% (1/5)
 17.65% (3/17)
src/duckdb/src/parser/tableref/basetableref.cpp
 93.33% (28/30)
100.00% (3/3)
 84.00% (21/25)
src/duckdb/src/parser/tableref/bound_ref_wrapper.cpp
  0.00% (0/17)
  0.00% (0/6)
  0.00% (0/9)
src/duckdb/src/parser/tableref/column_data_ref.cpp
  0.00% (0/60)
  0.00% (0/5)
  0.00% (0/40)
src/duckdb/src/parser/tableref/delimgetref.cpp
  0.00% (0/18)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/parser/tableref/emptytableref.cpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/parser/tableref/expressionlistref.cpp
 85.45% (47/55)
100.00% (3/3)
 89.19% (33/37)
src/duckdb/src/parser/tableref/joinref.cpp
 50.65% (39/77)
100.00% (3/3)
 52.08% (25/48)
src/duckdb/src/parser/tableref/pivotref.cpp
  0.00% (0/224)
  0.00% (0/8)
  0.00% (0/159)
src/duckdb/src/parser/tableref/showref.cpp
 66.67% (34/51)
100.00% (4/4)
 73.53% (25/34)
src/duckdb/src/parser/tableref/subqueryref.cpp
 90.91% (20/22)
100.00% (5/5)
 90.91% (10/11)
src/duckdb/src/parser/tableref/table_function.cpp
 70.83% (17/24)
 75.00% (3/4)
 70.00% (7/10)
src/duckdb/src/parser/transform/constraint/transform_constraint.cpp
 24.37% (29/119)
 40.00% (2/5)
 15.91% (14/88)
src/duckdb/src/parser/transform/expression/transform_array_access.cpp
 92.73% (51/55)
100.00% (1/1)
 93.33% (28/30)
src/duckdb/src/parser/transform/expression/transform_bool_expr.cpp
 88.37% (38/43)
100.00% (1/1)
 96.15% (25/26)
src/duckdb/src/parser/transform/expression/transform_boolean_test.cpp
 69.44% (25/36)
 66.67% (2/3)
 60.00% (6/10)
src/duckdb/src/parser/transform/expression/transform_case.cpp
100.00% (25/25)
100.00% (1/1)
100.00% (10/10)
src/duckdb/src/parser/transform/expression/transform_cast.cpp
 90.91% (20/22)
100.00% (1/1)
 91.67% (11/12)
src/duckdb/src/parser/transform/expression/transform_coalesce.cpp
100.00% (10/10)
100.00% (1/1)
100.00% (8/8)
src/duckdb/src/parser/transform/expression/transform_columnref.cpp
 40.80% (51/125)
100.00% (3/3)
 32.61% (30/92)
src/duckdb/src/parser/transform/expression/transform_constant.cpp
 54.36% (81/149)
100.00% (3/3)
 57.78% (52/90)
src/duckdb/src/parser/transform/expression/transform_expression.cpp
 95.40% (83/87)
100.00% (5/5)
 95.45% (42/44)
src/duckdb/src/parser/transform/expression/transform_function.cpp
 48.83% (187/383)
 66.67% (6/9)
 56.78% (201/354)
src/duckdb/src/parser/transform/expression/transform_grouping_function.cpp
100.00% (9/9)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/parser/transform/expression/transform_interval.cpp
 65.14% (71/109)
100.00% (1/1)
 59.30% (51/86)
src/duckdb/src/parser/transform/expression/transform_is_null.cpp
 83.33% (10/12)
100.00% (1/1)
 85.71% (6/7)
src/duckdb/src/parser/transform/expression/transform_lambda.cpp
100.00% (22/22)
100.00% (2/2)
100.00% (34/34)
src/duckdb/src/parser/transform/expression/transform_multi_assign_reference.cpp
 14.81% (4/27)
100.00% (1/1)
 12.50% (3/24)
src/duckdb/src/parser/transform/expression/transform_operator.cpp
 88.95% (153/172)
100.00% (5/5)
 90.24% (74/82)
src/duckdb/src/parser/transform/expression/transform_param_ref.cpp
100.00% (37/37)
100.00% (2/2)
100.00% (20/20)
src/duckdb/src/parser/transform/expression/transform_positional_reference.cpp
100.00% (8/8)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/parser/transform/expression/transform_subquery.cpp
 25.00% (31/124)
 33.33% (1/3)
 37.29% (22/59)
src/duckdb/src/parser/transform/helpers/nodetype_to_string.cpp
  0.73% (6/822)
100.00% (1/1)
  0.49% (2/410)
src/duckdb/src/parser/transform/helpers/transform_alias.cpp
100.00% (18/18)
100.00% (2/2)
100.00% (11/11)
src/duckdb/src/parser/transform/helpers/transform_cte.cpp
 37.01% (47/127)
 50.00% (3/6)
 56.98% (49/86)
src/duckdb/src/parser/transform/helpers/transform_groupby.cpp
 87.58% (134/153)
100.00% (9/9)
 90.14% (64/71)
src/duckdb/src/parser/transform/helpers/transform_orderby.cpp
 77.78% (28/36)
100.00% (1/1)
 80.65% (25/31)
src/duckdb/src/parser/transform/helpers/transform_sample.cpp
 55.77% (29/52)
 50.00% (1/2)
 59.46% (22/37)
src/duckdb/src/parser/transform/helpers/transform_typename.cpp
 61.87% (159/257)
100.00% (4/4)
 63.95% (149/233)
src/duckdb/src/parser/transform/statement/transform_alter_database.cpp
  0.00% (0/24)
  0.00% (0/1)
  0.00% (0/15)
src/duckdb/src/parser/transform/statement/transform_alter_sequence.cpp
  0.00% (0/55)
  0.00% (0/1)
  0.00% (0/44)
src/duckdb/src/parser/transform/statement/transform_alter_table.cpp
 36.88% (52/141)
100.00% (3/3)
 40.74% (33/81)
src/duckdb/src/parser/transform/statement/transform_attach.cpp
  0.00% (0/22)
  0.00% (0/1)
  0.00% (0/15)
src/duckdb/src/parser/transform/statement/transform_call.cpp
100.00% (5/5)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/parser/transform/statement/transform_checkpoint.cpp
100.00% (13/13)
100.00% (1/1)
 87.50% (7/8)
src/duckdb/src/parser/transform/statement/transform_comment_on.cpp
  0.00% (0/78)
  0.00% (0/1)
  0.00% (0/49)
src/duckdb/src/parser/transform/statement/transform_copy.cpp
100.00% (50/50)
100.00% (2/2)
100.00% (30/30)
src/duckdb/src/parser/transform/statement/transform_copy_database.cpp
  0.00% (0/19)
  0.00% (0/1)
  0.00% (0/11)
src/duckdb/src/parser/transform/statement/transform_create_function.cpp
 81.08% (60/74)
100.00% (2/2)
 82.35% (42/51)
src/duckdb/src/parser/transform/statement/transform_create_index.cpp
 62.50% (40/64)
100.00% (2/2)
 55.56% (25/45)
src/duckdb/src/parser/transform/statement/transform_create_schema.cpp
 90.48% (19/21)
100.00% (1/1)
 83.33% (15/18)
src/duckdb/src/parser/transform/statement/transform_create_sequence.cpp
 80.87% (93/115)
100.00% (1/1)
 87.78% (79/90)
src/duckdb/src/parser/transform/statement/transform_create_table.cpp
 82.20% (97/118)
100.00% (5/5)
 87.18% (68/78)
src/duckdb/src/parser/transform/statement/transform_create_table_as.cpp
 52.27% (23/44)
100.00% (1/1)
 63.64% (14/22)
src/duckdb/src/parser/transform/statement/transform_create_type.cpp
  0.00% (0/56)
  0.00% (0/2)
  0.00% (0/32)
src/duckdb/src/parser/transform/statement/transform_create_view.cpp
 73.17% (30/41)
100.00% (1/1)
 77.78% (28/36)
src/duckdb/src/parser/transform/statement/transform_delete.cpp
 72.73% (16/22)
100.00% (1/1)
 76.92% (10/13)
src/duckdb/src/parser/transform/statement/transform_detach.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/parser/transform/statement/transform_drop.cpp
 63.95% (55/86)
 50.00% (1/2)
 67.44% (29/43)
src/duckdb/src/parser/transform/statement/transform_explain.cpp
 39.58% (19/48)
 50.00% (1/2)
 46.15% (12/26)
src/duckdb/src/parser/transform/statement/transform_export.cpp
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/parser/transform/statement/transform_import.cpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/parser/transform/statement/transform_insert.cpp
 67.14% (47/70)
100.00% (4/4)
 63.41% (26/41)
src/duckdb/src/parser/transform/statement/transform_load.cpp
 86.36% (19/22)
100.00% (1/1)
 77.78% (14/18)
src/duckdb/src/parser/transform/statement/transform_merge_into.cpp
  0.00% (0/96)
  0.00% (0/2)
  0.00% (0/43)
src/duckdb/src/parser/transform/statement/transform_pivot_stmt.cpp
  7.01% (11/157)
 37.50% (3/8)
 10.34% (6/58)
src/duckdb/src/parser/transform/statement/transform_pragma.cpp
 85.45% (47/55)
100.00% (1/1)
 89.47% (34/38)
src/duckdb/src/parser/transform/statement/transform_prepare.cpp
 69.23% (36/52)
100.00% (4/4)
 53.12% (17/32)
src/duckdb/src/parser/transform/statement/transform_rename.cpp
 66.67% (28/42)
100.00% (1/1)
 77.78% (21/27)
src/duckdb/src/parser/transform/statement/transform_secret.cpp
  0.00% (0/75)
  0.00% (0/3)
  0.00% (0/51)
src/duckdb/src/parser/transform/statement/transform_select.cpp
 82.86% (29/35)
100.00% (4/4)
 83.33% (15/18)
src/duckdb/src/parser/transform/statement/transform_select_node.cpp
 90.24% (148/164)
100.00% (4/4)
 93.50% (115/123)
src/duckdb/src/parser/transform/statement/transform_set.cpp
 76.00% (57/75)
100.00% (5/5)
 83.93% (47/56)
src/duckdb/src/parser/transform/statement/transform_show.cpp
 73.33% (33/45)
100.00% (2/2)
 78.12% (25/32)
src/duckdb/src/parser/transform/statement/transform_show_select.cpp
100.00% (14/14)
100.00% (2/2)
100.00% (5/5)
src/duckdb/src/parser/transform/statement/transform_transaction.cpp
 74.19% (23/31)
100.00% (3/3)
 66.67% (8/12)
src/duckdb/src/parser/transform/statement/transform_update.cpp
 58.14% (25/43)
 66.67% (2/3)
 61.90% (13/21)
src/duckdb/src/parser/transform/statement/transform_upsert.cpp
  0.00% (0/74)
  0.00% (0/4)
  0.00% (0/47)
src/duckdb/src/parser/transform/statement/transform_use.cpp
 66.67% (10/15)
100.00% (1/1)
 71.43% (5/7)
src/duckdb/src/parser/transform/statement/transform_vacuum.cpp
 72.09% (31/43)
100.00% (2/2)
 68.57% (24/35)
src/duckdb/src/parser/transform/tableref/transform_base_tableref.cpp
 85.71% (36/42)
100.00% (2/2)
 91.67% (22/24)
src/duckdb/src/parser/transform/tableref/transform_from.cpp
100.00% (32/32)
100.00% (1/1)
100.00% (16/16)
src/duckdb/src/parser/transform/tableref/transform_join.cpp
 50.00% (39/78)
100.00% (2/2)
 75.00% (27/36)
src/duckdb/src/parser/transform/tableref/transform_pivot.cpp
  0.00% (0/128)
  0.00% (0/4)
  0.00% (0/85)
src/duckdb/src/parser/transform/tableref/transform_subquery.cpp
 69.23% (9/13)
100.00% (1/1)
 66.67% (4/6)
src/duckdb/src/parser/transform/tableref/transform_table_function.cpp
 60.53% (23/38)
100.00% (1/1)
 72.73% (16/22)
src/duckdb/src/parser/transform/tableref/transform_tableref.cpp
 76.47% (13/17)
100.00% (1/1)
 71.43% (5/7)
src/duckdb/src/parser/transformer.cpp
 84.58% (181/214)
100.00% (19/19)
 86.44% (102/118)
src/duckdb/src/planner/bind_context.cpp
 46.02% (295/641)
 69.81% (37/53)
 48.41% (168/347)
src/duckdb/src/planner/binder.cpp
 57.57% (194/337)
 74.36% (29/39)
 67.46% (114/169)
src/duckdb/src/planner/binder/expression/bind_aggregate_expression.cpp
 25.20% (62/246)
 20.00% (1/5)
 29.75% (47/158)
src/duckdb/src/planner/binder/expression/bind_between_expression.cpp
  0.00% (0/45)
  0.00% (0/1)
  0.00% (0/17)
src/duckdb/src/planner/binder/expression/bind_case_expression.cpp
 88.24% (30/34)
100.00% (1/1)
 90.00% (9/10)
src/duckdb/src/planner/binder/expression/bind_cast_expression.cpp
 76.47% (13/17)
100.00% (1/1)
 63.64% (7/11)
src/duckdb/src/planner/binder/expression/bind_collate_expression.cpp
 77.78% (14/18)
100.00% (1/1)
 80.00% (8/10)
src/duckdb/src/planner/binder/expression/bind_columnref_expression.cpp
 66.75% (265/397)
 80.00% (12/15)
 67.84% (173/255)
src/duckdb/src/planner/binder/expression/bind_comparison_expression.cpp
 91.45% (139/152)
 85.71% (6/7)
 89.69% (87/97)
src/duckdb/src/planner/binder/expression/bind_conjunction_expression.cpp
100.00% (15/15)
100.00% (1/1)
100.00% (8/8)
src/duckdb/src/planner/binder/expression/bind_constant_expression.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/expression/bind_function_expression.cpp
 49.81% (128/257)
 63.64% (7/11)
 51.10% (93/182)
src/duckdb/src/planner/binder/expression/bind_lambda.cpp
 10.74% (16/149)
 12.50% (1/8)
 14.74% (14/95)
src/duckdb/src/planner/binder/expression/bind_macro_expression.cpp
 58.10% (61/105)
 66.67% (4/6)
 63.04% (29/46)
src/duckdb/src/planner/binder/expression/bind_operator_expression.cpp
 54.67% (117/214)
 80.00% (4/5)
 60.92% (106/174)
src/duckdb/src/planner/binder/expression/bind_parameter_expression.cpp
100.00% (24/24)
100.00% (1/1)
100.00% (12/12)
src/duckdb/src/planner/binder/expression/bind_positional_reference_expression.cpp
 77.78% (7/9)
100.00% (1/1)
 75.00% (3/4)
src/duckdb/src/planner/binder/expression/bind_star_expression.cpp
 27.43% (96/350)
 60.00% (6/10)
 32.76% (76/232)
src/duckdb/src/planner/binder/expression/bind_subquery_expression.cpp
 66.06% (72/109)
 57.14% (4/7)
 62.86% (44/70)
src/duckdb/src/planner/binder/expression/bind_unnest_expression.cpp
 30.00% (66/220)
 25.00% (1/4)
 33.33% (43/129)
src/duckdb/src/planner/binder/expression/bind_unpacked_star_expression.cpp
  0.00% (0/98)
  0.00% (0/5)
  0.00% (0/56)
src/duckdb/src/planner/binder/expression/bind_window_expression.cpp
 39.05% (132/338)
 42.86% (3/7)
 30.15% (82/272)
src/duckdb/src/planner/binder/query_node/bind_cte_node.cpp
 54.64% (53/97)
 71.43% (5/7)
 46.67% (21/45)
src/duckdb/src/planner/binder/query_node/bind_recursive_cte_node.cpp
  0.00% (0/73)
  0.00% (0/1)
  0.00% (0/51)
src/duckdb/src/planner/binder/query_node/bind_select_node.cpp
 71.08% (381/536)
100.00% (12/12)
 70.00% (224/320)
src/duckdb/src/planner/binder/query_node/bind_setop_node.cpp
 49.14% (114/232)
 85.71% (6/7)
 47.79% (65/136)
src/duckdb/src/planner/binder/query_node/bind_statement_node.cpp
  0.00% (0/14)
  0.00% (0/1)
  0.00% (0/6)
src/duckdb/src/planner/binder/query_node/bind_table_macro_node.cpp
  0.00% (0/21)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/planner/binder/query_node/plan_query_node.cpp
 77.27% (34/44)
100.00% (1/1)
 78.95% (15/19)
src/duckdb/src/planner/binder/query_node/plan_select_node.cpp
 82.98% (78/94)
100.00% (2/2)
 91.07% (51/56)
src/duckdb/src/planner/binder/query_node/plan_setop.cpp
 67.37% (64/95)
100.00% (2/2)
 76.47% (52/68)
src/duckdb/src/planner/binder/query_node/plan_subquery.cpp
 37.46% (106/283)
 36.36% (4/11)
 37.82% (45/119)
src/duckdb/src/planner/binder/statement/bind_attach.cpp
  0.00% (0/21)
  0.00% (0/1)
  0.00% (0/6)
src/duckdb/src/planner/binder/statement/bind_call.cpp
100.00% (13/13)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/statement/bind_copy.cpp
 39.09% (197/504)
 77.78% (7/9)
 29.83% (105/352)
src/duckdb/src/planner/binder/statement/bind_copy_database.cpp
  0.00% (0/92)
  0.00% (0/3)
  0.00% (0/19)
src/duckdb/src/planner/binder/statement/bind_create.cpp
 52.17% (313/600)
 68.18% (15/22)
 47.96% (141/294)
src/duckdb/src/planner/binder/statement/bind_create_table.cpp
 32.73% (182/556)
 50.00% (12/24)
 27.25% (94/345)
src/duckdb/src/planner/binder/statement/bind_delete.cpp
 41.94% (26/62)
100.00% (1/1)
 45.45% (10/22)
src/duckdb/src/planner/binder/statement/bind_detach.cpp
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/statement/bind_drop.cpp
 65.75% (48/73)
100.00% (1/1)
 65.62% (21/32)
src/duckdb/src/planner/binder/statement/bind_execute.cpp
 86.49% (64/74)
100.00% (1/1)
 86.67% (26/30)
src/duckdb/src/planner/binder/statement/bind_explain.cpp
100.00% (13/13)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/statement/bind_export.cpp
  0.00% (0/219)
  0.00% (0/9)
  0.00% (0/103)
src/duckdb/src/planner/binder/statement/bind_extension.cpp
  0.00% (0/17)
  0.00% (0/1)
  0.00% (0/12)
src/duckdb/src/planner/binder/statement/bind_insert.cpp
  7.91% (36/455)
  7.14% (1/14)
  7.57% (19/251)
src/duckdb/src/planner/binder/statement/bind_load.cpp
 61.11% (11/18)
100.00% (1/1)
 50.00% (4/8)
src/duckdb/src/planner/binder/statement/bind_logical_plan.cpp
  0.00% (0/28)
  0.00% (0/2)
  0.00% (0/10)
src/duckdb/src/planner/binder/statement/bind_merge_into.cpp
  0.00% (0/308)
  0.00% (0/9)
  0.00% (0/126)
src/duckdb/src/planner/binder/statement/bind_pragma.cpp
 81.13% (43/53)
100.00% (2/2)
 72.00% (18/25)
src/duckdb/src/planner/binder/statement/bind_prepare.cpp
 90.00% (18/20)
100.00% (1/1)
 66.67% (2/3)
src/duckdb/src/planner/binder/statement/bind_relation.cpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/statement/bind_select.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/statement/bind_set.cpp
 72.22% (39/54)
100.00% (3/3)
 66.67% (12/18)
src/duckdb/src/planner/binder/statement/bind_simple.cpp
 36.96% (34/92)
 50.00% (2/4)
 45.95% (17/37)
src/duckdb/src/planner/binder/statement/bind_summarize.cpp
 92.70% (127/137)
100.00% (7/7)
 96.67% (29/30)
src/duckdb/src/planner/binder/statement/bind_update.cpp
 30.22% (42/139)
 25.00% (1/4)
 34.29% (24/70)
src/duckdb/src/planner/binder/statement/bind_update_extensions.cpp
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/statement/bind_vacuum.cpp
 55.26% (42/76)
100.00% (2/2)
 56.82% (25/44)
src/duckdb/src/planner/binder/tableref/bind_basetableref.cpp
 44.23% (115/260)
100.00% (6/6)
 51.80% (72/139)
src/duckdb/src/planner/binder/tableref/bind_bound_table_ref.cpp
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/6)
src/duckdb/src/planner/binder/tableref/bind_column_data_ref.cpp
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/planner/binder/tableref/bind_delimgetref.cpp
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/bind_emptytableref.cpp
100.00% (5/5)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/tableref/bind_expressionlistref.cpp
 95.16% (59/62)
100.00% (1/1)
 86.49% (32/37)
src/duckdb/src/planner/binder/tableref/bind_joinref.cpp
 58.04% (166/286)
100.00% (10/10)
 54.62% (71/130)
src/duckdb/src/planner/binder/tableref/bind_named_parameters.cpp
 30.00% (9/30)
 50.00% (1/2)
 50.00% (6/12)
src/duckdb/src/planner/binder/tableref/bind_pivot.cpp
  0.00% (0/690)
  0.00% (0/26)
  0.00% (0/349)
src/duckdb/src/planner/binder/tableref/bind_showref.cpp
 62.58% (97/155)
100.00% (5/5)
 53.93% (48/89)
src/duckdb/src/planner/binder/tableref/bind_subqueryref.cpp
 84.00% (21/25)
100.00% (1/1)
 81.82% (9/11)
src/duckdb/src/planner/binder/tableref/bind_table_function.cpp
 43.86% (175/399)
 71.43% (5/7)
 49.63% (134/270)
src/duckdb/src/planner/binder/tableref/plan_joinref.cpp
 36.81% (134/364)
 73.33% (11/15)
 39.22% (80/204)
src/duckdb/src/planner/binding_alias.cpp
 63.83% (30/47)
 80.00% (8/10)
 72.50% (29/40)
src/duckdb/src/planner/bound_parameter_map.cpp
100.00% (48/48)
100.00% (8/8)
100.00% (31/31)
src/duckdb/src/planner/bound_result_modifier.cpp
 30.41% (52/171)
 62.07% (18/29)
 39.02% (48/123)
src/duckdb/src/planner/collation_binding.cpp
 33.61% (40/119)
100.00% (7/7)
 37.68% (26/69)
src/duckdb/src/planner/expression.cpp
 68.70% (90/131)
 76.92% (20/26)
 47.62% (30/63)
src/duckdb/src/planner/expression/bound_aggregate_expression.cpp
 56.18% (50/89)
 75.00% (6/8)
 55.74% (34/61)
src/duckdb/src/planner/expression/bound_between_expression.cpp
  0.00% (0/31)
  0.00% (0/5)
  0.00% (0/26)
src/duckdb/src/planner/expression/bound_case_expression.cpp
 26.67% (12/45)
 60.00% (3/5)
 22.22% (6/27)
src/duckdb/src/planner/expression/bound_cast_expression.cpp
 66.67% (130/195)
100.00% (14/14)
 72.50% (116/160)
src/duckdb/src/planner/expression/bound_columnref_expression.cpp
 93.55% (29/31)
100.00% (7/7)
 94.74% (18/19)
src/duckdb/src/planner/expression/bound_comparison_expression.cpp
 54.17% (13/24)
 75.00% (3/4)
 75.00% (12/16)
src/duckdb/src/planner/expression/bound_conjunction_expression.cpp
 37.04% (10/27)
 50.00% (3/6)
 50.00% (6/12)
src/duckdb/src/planner/expression/bound_constant_expression.cpp
100.00% (22/22)
100.00% (5/5)
100.00% (12/12)
src/duckdb/src/planner/expression/bound_expanded_expression.cpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/6)
src/duckdb/src/planner/expression/bound_expression.cpp
 28.57% (8/28)
 28.57% (2/7)
 40.00% (6/15)
src/duckdb/src/planner/expression/bound_function_expression.cpp
 73.08% (76/104)
 84.62% (11/13)
 68.42% (52/76)
src/duckdb/src/planner/expression/bound_lambda_expression.cpp
  0.00% (0/29)
  0.00% (0/4)
  0.00% (0/20)
src/duckdb/src/planner/expression/bound_lambdaref_expression.cpp
  0.00% (0/30)
  0.00% (0/6)
  0.00% (0/21)
src/duckdb/src/planner/expression/bound_operator_expression.cpp
 91.30% (21/23)
100.00% (4/4)
 91.67% (11/12)
src/duckdb/src/planner/expression/bound_parameter_expression.cpp
 65.57% (40/61)
 66.67% (8/12)
 60.71% (17/28)
src/duckdb/src/planner/expression/bound_reference_expression.cpp
 58.33% (14/24)
 66.67% (4/6)
 66.67% (10/15)
src/duckdb/src/planner/expression/bound_subquery_expression.cpp
 35.71% (5/14)
 40.00% (2/5)
 50.00% (3/6)
src/duckdb/src/planner/expression/bound_unnest_expression.cpp
  7.41% (2/27)
 16.67% (1/6)
 15.38% (2/13)
src/duckdb/src/planner/expression/bound_window_expression.cpp
 30.15% (60/199)
 40.00% (4/10)
 13.10% (19/145)
src/duckdb/src/planner/expression_binder.cpp
 75.96% (256/337)
 86.36% (19/22)
 77.84% (144/185)
src/duckdb/src/planner/expression_binder/aggregate_binder.cpp
 64.29% (9/14)
 66.67% (2/3)
 66.67% (4/6)
src/duckdb/src/planner/expression_binder/alter_binder.cpp
  0.00% (0/45)
  0.00% (0/5)
  0.00% (0/32)
src/duckdb/src/planner/expression_binder/base_select_binder.cpp
 47.78% (43/90)
 83.33% (5/6)
 55.32% (26/47)
src/duckdb/src/planner/expression_binder/check_binder.cpp
  0.00% (0/56)
  0.00% (0/5)
  0.00% (0/41)
src/duckdb/src/planner/expression_binder/column_alias_binder.cpp
 25.00% (7/28)
 66.67% (2/3)
 28.57% (6/21)
src/duckdb/src/planner/expression_binder/constant_binder.cpp
 75.86% (22/29)
100.00% (3/3)
 80.00% (12/15)
src/duckdb/src/planner/expression_binder/group_binder.cpp
 83.56% (61/73)
100.00% (7/7)
 90.24% (37/41)
src/duckdb/src/planner/expression_binder/having_binder.cpp
  0.00% (0/65)
  0.00% (0/5)
  0.00% (0/46)
src/duckdb/src/planner/expression_binder/index_binder.cpp
  0.00% (0/82)
  0.00% (0/7)
  0.00% (0/26)
src/duckdb/src/planner/expression_binder/insert_binder.cpp
 56.25% (9/16)
 66.67% (2/3)
 57.14% (4/7)
src/duckdb/src/planner/expression_binder/lateral_binder.cpp
  1.98% (2/101)
  6.25% (1/16)
  3.57% (2/56)
src/duckdb/src/planner/expression_binder/order_binder.cpp
 80.45% (107/133)
100.00% (8/8)
 83.33% (60/72)
src/duckdb/src/planner/expression_binder/projection_binder.cpp
  0.00% (0/33)
  0.00% (0/4)
  0.00% (0/18)
src/duckdb/src/planner/expression_binder/qualify_binder.cpp
  0.00% (0/17)
  0.00% (0/2)
  0.00% (0/10)
src/duckdb/src/planner/expression_binder/relation_binder.cpp
  0.00% (0/20)
  0.00% (0/3)
  0.00% (0/10)
src/duckdb/src/planner/expression_binder/returning_binder.cpp
  0.00% (0/16)
  0.00% (0/2)
  0.00% (0/7)
src/duckdb/src/planner/expression_binder/select_bind_state.cpp
 63.16% (24/38)
 85.71% (6/7)
 66.67% (12/18)
src/duckdb/src/planner/expression_binder/select_binder.cpp
 65.79% (25/38)
100.00% (4/4)
 80.00% (16/20)
src/duckdb/src/planner/expression_binder/table_function_binder.cpp
 45.83% (33/72)
 60.00% (3/5)
 49.02% (25/51)
src/duckdb/src/planner/expression_binder/try_operator_binder.cpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/planner/expression_binder/update_binder.cpp
  0.00% (0/14)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/src/planner/expression_binder/where_binder.cpp
 55.17% (16/29)
 60.00% (3/5)
 56.25% (9/16)
src/duckdb/src/planner/expression_iterator.cpp
 66.87% (109/163)
 84.62% (11/13)
 70.59% (48/68)
src/duckdb/src/planner/filter/bloom_filter.cpp
  0.00% (0/177)
  0.00% (0/17)
  0.00% (0/96)
src/duckdb/src/planner/filter/conjunction_filter.cpp
  0.00% (0/107)
  0.00% (0/12)
  0.00% (0/74)
src/duckdb/src/planner/filter/constant_filter.cpp
  0.00% (0/82)
  0.00% (0/7)
  0.00% (0/54)
src/duckdb/src/planner/filter/dynamic_filter.cpp
  0.00% (0/51)
  0.00% (0/9)
  0.00% (0/32)
src/duckdb/src/planner/filter/expression_filter.cpp
  0.00% (0/48)
  0.00% (0/10)
  0.00% (0/21)
src/duckdb/src/planner/filter/in_filter.cpp
  0.00% (0/69)
  0.00% (0/6)
  0.00% (0/44)
src/duckdb/src/planner/filter/null_filter.cpp
  0.00% (0/44)
  0.00% (0/10)
  0.00% (0/24)
src/duckdb/src/planner/filter/optional_filter.cpp
  0.00% (0/19)
  0.00% (0/6)
  0.00% (0/8)
src/duckdb/src/planner/filter/selectivity_optional_filter.cpp
  0.00% (0/68)
  0.00% (0/12)
  0.00% (0/37)
src/duckdb/src/planner/filter/struct_filter.cpp
  0.00% (0/36)
  0.00% (0/6)
  0.00% (0/30)
src/duckdb/src/planner/joinside.cpp
 44.05% (37/84)
 57.14% (4/7)
 60.00% (33/55)
src/duckdb/src/planner/logical_operator.cpp
 72.37% (110/152)
 77.27% (17/22)
 81.48% (66/81)
src/duckdb/src/planner/logical_operator_deep_copy.cpp
  0.00% (0/188)
  0.00% (0/14)
  0.00% (0/73)
src/duckdb/src/planner/logical_operator_visitor.cpp
 53.82% (169/314)
 80.77% (21/26)
 55.20% (69/125)
src/duckdb/src/planner/operator/logical_aggregate.cpp
 91.18% (62/68)
100.00% (7/7)
 90.57% (48/53)
src/duckdb/src/planner/operator/logical_any_join.cpp
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/planner/operator/logical_column_data_get.cpp
 82.61% (19/23)
 83.33% (5/6)
 70.37% (19/27)
src/duckdb/src/planner/operator/logical_comparison_join.cpp
 30.61% (15/49)
 66.67% (2/3)
 34.62% (9/26)
src/duckdb/src/planner/operator/logical_copy_database.cpp
  0.00% (0/10)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/planner/operator/logical_copy_to_file.cpp
  0.00% (0/136)
  0.00% (0/8)
  0.00% (0/50)
src/duckdb/src/planner/operator/logical_create.cpp
100.00% (11/11)
100.00% (4/4)
100.00% (9/9)
src/duckdb/src/planner/operator/logical_create_index.cpp
  0.00% (0/27)
  0.00% (0/4)
  0.00% (0/16)
src/duckdb/src/planner/operator/logical_create_table.cpp
100.00% (14/14)
100.00% (4/4)
100.00% (13/13)
src/duckdb/src/planner/operator/logical_cross_product.cpp
 81.82% (9/11)
100.00% (2/2)
 88.89% (8/9)
src/duckdb/src/planner/operator/logical_cteref.cpp
 75.00% (9/12)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/planner/operator/logical_delete.cpp
  0.00% (0/31)
  0.00% (0/7)
  0.00% (0/22)
src/duckdb/src/planner/operator/logical_delim_get.cpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/planner/operator/logical_dependent_join.cpp
  0.00% (0/11)
  0.00% (0/3)
  0.00% (0/7)
src/duckdb/src/planner/operator/logical_distinct.cpp
 89.47% (17/19)
 80.00% (4/5)
 75.00% (9/12)
src/duckdb/src/planner/operator/logical_dummy_scan.cpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/planner/operator/logical_empty_result.cpp
 70.00% (7/10)
 66.67% (2/3)
 50.00% (4/8)
src/duckdb/src/planner/operator/logical_export.cpp
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/13)
src/duckdb/src/planner/operator/logical_expression_get.cpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/planner/operator/logical_extension_operator.cpp
  0.00% (0/27)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/planner/operator/logical_filter.cpp
 70.37% (19/27)
100.00% (5/5)
 73.33% (11/15)
src/duckdb/src/planner/operator/logical_get.cpp
 44.83% (130/290)
 65.00% (13/20)
 41.32% (69/167)
src/duckdb/src/planner/operator/logical_insert.cpp
  0.00% (0/33)
  0.00% (0/8)
  0.00% (0/25)
src/duckdb/src/planner/operator/logical_join.cpp
 65.57% (40/61)
 87.50% (7/8)
 65.12% (28/43)
src/duckdb/src/planner/operator/logical_limit.cpp
 92.00% (23/25)
100.00% (4/4)
 92.31% (12/13)
src/duckdb/src/planner/operator/logical_materialized_cte.cpp
 70.00% (7/10)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/planner/operator/logical_merge_into.cpp
  0.00% (0/28)
  0.00% (0/6)
  0.00% (0/19)
src/duckdb/src/planner/operator/logical_order.cpp
100.00% (30/30)
100.00% (4/4)
100.00% (17/17)
src/duckdb/src/planner/operator/logical_pivot.cpp
  0.00% (0/22)
  0.00% (0/6)
  0.00% (0/17)
src/duckdb/src/planner/operator/logical_positional_join.cpp
  0.00% (0/12)
  0.00% (0/2)
  0.00% (0/9)
src/duckdb/src/planner/operator/logical_pragma.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/operator/logical_prepare.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/operator/logical_projection.cpp
100.00% (16/16)
100.00% (5/5)
100.00% (8/8)
src/duckdb/src/planner/operator/logical_recursive_cte.cpp
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/planner/operator/logical_reset.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/operator/logical_sample.cpp
  0.00% (0/28)
  0.00% (0/5)
  0.00% (0/17)
src/duckdb/src/planner/operator/logical_set.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/operator/logical_set_operation.cpp
 68.18% (15/22)
 80.00% (4/5)
 58.33% (21/36)
src/duckdb/src/planner/operator/logical_simple.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/operator/logical_top_n.cpp
  0.00% (0/11)
  0.00% (0/3)
  0.00% (0/10)
src/duckdb/src/planner/operator/logical_unconditional_join.cpp
100.00% (16/16)
100.00% (3/3)
100.00% (12/12)
src/duckdb/src/planner/operator/logical_unnest.cpp
  0.00% (0/19)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/planner/operator/logical_update.cpp
  0.00% (0/27)
  0.00% (0/6)
  0.00% (0/21)
src/duckdb/src/planner/operator/logical_vacuum.cpp
 47.73% (21/44)
 62.50% (5/8)
 41.67% (10/24)
src/duckdb/src/planner/operator/logical_window.cpp
 84.21% (16/19)
 75.00% (3/4)
 87.50% (7/8)
src/duckdb/src/planner/planner.cpp
 83.54% (132/158)
100.00% (7/7)
 87.36% (76/87)
src/duckdb/src/planner/pragma_handler.cpp
 69.64% (39/56)
100.00% (5/5)
 79.41% (27/34)
src/duckdb/src/planner/subquery/flatten_dependent_join.cpp
  2.30% (19/826)
 33.33% (3/9)
  3.37% (13/386)
src/duckdb/src/planner/subquery/has_correlated_expressions.cpp
  0.00% (0/40)
  0.00% (0/4)
  0.00% (0/34)
src/duckdb/src/planner/subquery/rewrite_correlated_expressions.cpp
  0.00% (0/99)
  0.00% (0/10)
  0.00% (0/71)
src/duckdb/src/planner/subquery/rewrite_cte_scan.cpp
  0.00% (0/31)
  0.00% (0/2)
  0.00% (0/23)
src/duckdb/src/planner/table_binding.cpp
 50.68% (148/292)
 60.00% (24/40)
 53.18% (92/173)
src/duckdb/src/planner/table_filter.cpp
  0.00% (0/60)
  0.00% (0/6)
  0.00% (0/27)
src/duckdb/src/planner/table_filter_state.cpp
  0.00% (0/45)
  0.00% (0/2)
  0.00% (0/15)
src/duckdb/src/storage/arena_allocator.cpp
 41.13% (58/141)
 42.86% (9/21)
 51.16% (44/86)
src/duckdb/src/storage/block.cpp
  0.00% (0/11)
  0.00% (0/4)
  0.00% (0/24)
src/duckdb/src/storage/block_allocator.cpp
 41.86% (108/258)
 60.00% (21/35)
 46.99% (86/183)
src/duckdb/src/storage/buffer/block_handle.cpp
 41.82% (69/165)
 47.06% (8/17)
 57.89% (88/152)
src/duckdb/src/storage/buffer/block_manager.cpp
 12.79% (11/86)
 20.00% (2/10)
 16.67% (10/60)
src/duckdb/src/storage/buffer/buffer_handle.cpp
 87.10% (27/31)
 87.50% (7/8)
 77.27% (17/22)
src/duckdb/src/storage/buffer/buffer_pool.cpp
 46.20% (152/329)
 58.33% (21/36)
 48.31% (86/178)
src/duckdb/src/storage/buffer/buffer_pool_reservation.cpp
 83.33% (20/24)
 83.33% (5/6)
 92.86% (13/14)
src/duckdb/src/storage/buffer_manager.cpp
 16.25% (13/80)
 15.38% (4/26)
 15.38% (4/26)
src/duckdb/src/storage/caching_file_system.cpp
  0.00% (0/332)
  0.00% (0/27)
  0.00% (0/203)
src/duckdb/src/storage/caching_file_system_wrapper.cpp
  0.00% (0/244)
  0.00% (0/57)
  0.00% (0/112)
src/duckdb/src/storage/checkpoint/row_group_writer.cpp
  0.00% (0/28)
  0.00% (0/9)
  0.00% (0/15)
src/duckdb/src/storage/checkpoint/table_data_reader.cpp
  0.00% (0/14)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/src/storage/checkpoint/table_data_writer.cpp
  0.00% (0/93)
  0.00% (0/13)
  0.00% (0/38)
src/duckdb/src/storage/checkpoint/write_overflow_strings_to_disk.cpp
  0.00% (0/93)
  0.00% (0/10)
  0.00% (0/64)
src/duckdb/src/storage/checkpoint_manager.cpp
  0.00% (0/471)
  0.00% (0/40)
  0.00% (0/171)
src/duckdb/src/storage/compression/alp/alp.cpp
 64.52% (20/31)
 75.00% (3/4)
 60.00% (6/10)
src/duckdb/src/storage/compression/alprd.cpp
 64.52% (20/31)
 75.00% (3/4)
 60.00% (6/10)
src/duckdb/src/storage/compression/bitpacking.cpp
  6.34% (43/678)
  5.77% (3/52)
  6.21% (22/354)
src/duckdb/src/storage/compression/bitpacking_hugeint.cpp
  0.00% (0/239)
  0.00% (0/15)
  0.00% (0/148)
src/duckdb/src/storage/compression/chimp/chimp.cpp
 80.00% (20/25)
100.00% (3/3)
 66.67% (6/9)
src/duckdb/src/storage/compression/dict_fsst.cpp
 14.52% (18/124)
 14.29% (2/14)
  4.44% (2/45)
src/duckdb/src/storage/compression/dict_fsst/analyze.cpp
  0.00% (0/28)
  0.00% (0/3)
  0.00% (0/15)
src/duckdb/src/storage/compression/dict_fsst/compression.cpp
  0.00% (0/624)
  0.00% (0/17)
  0.00% (0/348)
src/duckdb/src/storage/compression/dict_fsst/decompression.cpp
  0.00% (0/179)
  0.00% (0/8)
  0.00% (0/119)
src/duckdb/src/storage/compression/dictionary/analyze.cpp
  0.00% (0/45)
  0.00% (0/9)
  0.00% (0/22)
src/duckdb/src/storage/compression/dictionary/common.cpp
  0.00% (0/63)
  0.00% (0/7)
  0.00% (0/29)
src/duckdb/src/storage/compression/dictionary/compression.cpp
  0.00% (0/126)
  0.00% (0/10)
  0.00% (0/71)
src/duckdb/src/storage/compression/dictionary/decompression.cpp
  0.00% (0/81)
  0.00% (0/5)
  0.00% (0/50)
src/duckdb/src/storage/compression/dictionary_compression.cpp
 17.57% (13/74)
 16.67% (2/12)
  8.70% (2/23)
src/duckdb/src/storage/compression/empty_validity.cpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/storage/compression/fixed_size_uncompressed.cpp
 38.31% (77/201)
 31.82% (7/22)
 38.67% (29/75)
src/duckdb/src/storage/compression/fsst.cpp
  2.40% (13/542)
  5.00% (2/40)
  2.34% (6/256)
src/duckdb/src/storage/compression/numeric_constant.cpp
 26.34% (54/205)
 23.53% (4/17)
 32.63% (31/95)
src/duckdb/src/storage/compression/patas.cpp
 64.52% (20/31)
 75.00% (3/4)
 60.00% (6/10)
src/duckdb/src/storage/compression/rle.cpp
 11.38% (47/413)
  8.11% (3/37)
 12.70% (24/189)
src/duckdb/src/storage/compression/roaring/analyze.cpp
  0.00% (0/144)
  0.00% (0/15)
  0.00% (0/84)
src/duckdb/src/storage/compression/roaring/common.cpp
 23.76% (43/181)
 15.00% (3/20)
 18.03% (11/61)
src/duckdb/src/storage/compression/roaring/compress.cpp
  0.00% (0/350)
  0.00% (0/31)
  0.00% (0/192)
src/duckdb/src/storage/compression/roaring/metadata.cpp
  0.00% (0/191)
  0.00% (0/18)
  0.00% (0/98)
src/duckdb/src/storage/compression/roaring/scan.cpp
  0.00% (0/250)
  0.00% (0/24)
  0.00% (0/173)
src/duckdb/src/storage/compression/string_uncompressed.cpp
 15.31% (49/320)
 18.75% (6/32)
 17.29% (23/133)
src/duckdb/src/storage/compression/uncompressed.cpp
 93.10% (27/29)
100.00% (2/2)
 95.00% (19/20)
src/duckdb/src/storage/compression/validity_uncompressed.cpp
 34.93% (73/209)
 41.18% (7/17)
 37.29% (44/118)
src/duckdb/src/storage/compression/zstd.cpp
  2.48% (16/645)
  3.57% (2/56)
  1.89% (6/318)
src/duckdb/src/storage/data_pointer.cpp
  0.00% (0/28)
  0.00% (0/4)
  0.00% (0/11)
src/duckdb/src/storage/data_table.cpp
  8.69% (127/1462)
 21.60% (27/125)
  8.73% (61/699)
src/duckdb/src/storage/external_file_cache.cpp
  1.80% (2/111)
  4.17% (1/24)
  4.41% (3/68)
src/duckdb/src/storage/external_file_cache_util.cpp
  0.00% (0/18)
  0.00% (0/1)
  0.00% (0/15)
src/duckdb/src/storage/index.cpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/storage/local_storage.cpp
 31.74% (193/608)
 42.25% (30/71)
 23.42% (63/269)
src/duckdb/src/storage/magic_bytes.cpp
 18.18% (4/22)
100.00% (1/1)
 21.05% (4/19)
src/duckdb/src/storage/metadata/metadata_manager.cpp
  1.07% (4/374)
  5.13% (2/39)
  1.94% (4/206)
src/duckdb/src/storage/metadata/metadata_reader.cpp
  0.00% (0/83)
  0.00% (0/12)
  0.00% (0/52)
src/duckdb/src/storage/metadata/metadata_writer.cpp
  0.00% (0/67)
  0.00% (0/11)
  0.00% (0/53)
src/duckdb/src/storage/open_file_storage_extension.cpp
 13.04% (6/46)
 16.67% (1/6)
  6.25% (1/16)
src/duckdb/src/storage/optimistic_data_writer.cpp
 28.57% (32/112)
 53.85% (7/13)
 26.56% (17/64)
src/duckdb/src/storage/partial_block_manager.cpp
  4.67% (7/150)
 10.53% (2/19)
  7.77% (8/103)
src/duckdb/src/storage/serialization/serialize_constraint.cpp
 28.95% (22/76)
 40.00% (4/10)
 37.50% (6/16)
src/duckdb/src/storage/serialization/serialize_create_info.cpp
 51.67% (93/180)
 50.00% (8/16)
 50.00% (14/28)
src/duckdb/src/storage/serialization/serialize_dependency.cpp
  0.00% (0/30)
  0.00% (0/6)
  0.00% (0/6)
src/duckdb/src/storage/serialization/serialize_expression.cpp
 59.43% (145/244)
 60.00% (18/30)
 61.22% (30/49)
src/duckdb/src/storage/serialization/serialize_extension_install_info.cpp
  0.00% (0/16)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/storage/serialization/serialize_extra_drop_info.cpp
  0.00% (0/26)
  0.00% (0/4)
  0.00% (0/7)
src/duckdb/src/storage/serialization/serialize_logical_operator.cpp
 49.32% (363/736)
 53.66% (44/82)
 52.17% (72/138)
src/duckdb/src/storage/serialization/serialize_macro_function.cpp
  0.00% (0/48)
  0.00% (0/6)
  0.00% (0/12)
src/duckdb/src/storage/serialization/serialize_nodes.cpp
 35.24% (209/593)
 47.37% (36/76)
 45.00% (36/80)
src/duckdb/src/storage/serialization/serialize_parse_info.cpp
 15.47% (88/569)
 13.89% (10/72)
 12.82% (15/117)
src/duckdb/src/storage/serialization/serialize_parsed_expression.cpp
 95.09% (310/326)
 94.74% (36/38)
 93.33% (56/60)
src/duckdb/src/storage/serialization/serialize_query_node.cpp
 59.29% (67/113)
 60.00% (6/10)
 60.00% (12/20)
src/duckdb/src/storage/serialization/serialize_result_modifier.cpp
 86.11% (62/72)
 83.33% (10/12)
 83.33% (15/18)
src/duckdb/src/storage/serialization/serialize_statement.cpp
100.00% (10/10)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/storage/serialization/serialize_storage.cpp
  0.00% (0/89)
  0.00% (0/12)
  0.00% (0/14)
src/duckdb/src/storage/serialization/serialize_table_filter.cpp
  0.00% (0/132)
  0.00% (0/22)
  0.00% (0/34)
src/duckdb/src/storage/serialization/serialize_tableref.cpp
 74.36% (145/195)
 72.73% (16/22)
 74.29% (26/35)
src/duckdb/src/storage/serialization/serialize_types.cpp
 45.08% (87/193)
 42.86% (12/28)
 40.91% (18/44)
src/duckdb/src/storage/single_file_block_manager.cpp
  0.00% (0/914)
  0.00% (0/68)
  0.00% (0/459)
src/duckdb/src/storage/standard_buffer_manager.cpp
 33.94% (185/545)
 50.91% (28/55)
 37.94% (107/282)
src/duckdb/src/storage/statistics/array_stats.cpp
  0.00% (0/96)
  0.00% (0/12)
  0.00% (0/57)
src/duckdb/src/storage/statistics/base_statistics.cpp
 42.14% (252/598)
 78.95% (30/38)
 50.79% (129/254)
src/duckdb/src/storage/statistics/column_statistics.cpp
 60.00% (30/50)
 58.33% (7/12)
 63.33% (19/30)
src/duckdb/src/storage/statistics/distinct_statistics.cpp
 50.00% (28/56)
 50.00% (5/10)
 45.16% (14/31)
src/duckdb/src/storage/statistics/geometry_stats.cpp
  0.00% (0/244)
  0.00% (0/21)
  0.00% (0/145)
src/duckdb/src/storage/statistics/list_stats.cpp
  0.00% (0/99)
  0.00% (0/12)
  0.00% (0/60)
src/duckdb/src/storage/statistics/numeric_stats.cpp
 35.44% (191/539)
 39.58% (19/48)
 38.93% (109/280)
src/duckdb/src/storage/statistics/segment_statistics.cpp
100.00% (4/4)
100.00% (2/2)
100.00% (4/4)
src/duckdb/src/storage/statistics/string_stats.cpp
 43.07% (118/274)
 38.46% (10/26)
 48.89% (88/180)
src/duckdb/src/storage/statistics/struct_stats.cpp
 31.93% (38/119)
 37.50% (6/16)
 37.21% (32/86)
src/duckdb/src/storage/statistics/variant_stats.cpp
  0.00% (0/397)
  0.00% (0/32)
  0.00% (0/219)
src/duckdb/src/storage/storage_info.cpp
  6.60% (7/106)
 14.29% (1/7)
  7.50% (6/80)
src/duckdb/src/storage/storage_lock.cpp
 38.57% (27/70)
 53.33% (8/15)
 38.30% (18/47)
src/duckdb/src/storage/storage_manager.cpp
 20.12% (98/487)
 40.82% (20/49)
 19.68% (61/310)
src/duckdb/src/storage/table/array_column_data.cpp
  0.00% (0/260)
  0.00% (0/35)
  0.00% (0/111)
src/duckdb/src/storage/table/chunk_info.cpp
 10.27% (42/409)
 23.91% (11/46)
 10.82% (29/268)
src/duckdb/src/storage/table/column_checkpoint_state.cpp
  0.00% (0/152)
  0.00% (0/16)
  0.00% (0/88)
src/duckdb/src/storage/table/column_data.cpp
 19.71% (165/837)
 24.14% (21/87)
 24.55% (124/505)
src/duckdb/src/storage/table/column_data_checkpointer.cpp
  0.00% (0/337)
  0.00% (0/26)
  0.00% (0/190)
src/duckdb/src/storage/table/column_segment.cpp
  9.04% (45/498)
 33.33% (10/30)
 17.81% (52/292)
src/duckdb/src/storage/table/in_memory_checkpoint.cpp
  0.00% (0/95)
  0.00% (0/26)
  0.00% (0/40)
src/duckdb/src/storage/table/list_column_data.cpp
  0.00% (0/315)
  0.00% (0/34)
  0.00% (0/167)
src/duckdb/src/storage/table/persistent_table_data.cpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/src/storage/table/row_group.cpp
 20.86% (238/1141)
 36.26% (33/91)
 23.10% (170/736)
src/duckdb/src/storage/table/row_group_collection.cpp
 16.68% (230/1379)
 32.18% (28/87)
 17.85% (126/706)
src/duckdb/src/storage/table/row_group_reorderer.cpp
  0.00% (0/178)
  0.00% (0/12)
  0.00% (0/123)
src/duckdb/src/storage/table/row_id_column_data.cpp
  0.00% (0/125)
  0.00% (0/26)
  0.00% (0/45)
src/duckdb/src/storage/table/row_version_manager.cpp
 26.47% (72/272)
 36.84% (7/19)
 33.01% (69/209)
src/duckdb/src/storage/table/scan_state.cpp
 28.83% (64/222)
 48.57% (17/35)
 30.63% (49/160)
src/duckdb/src/storage/table/standard_column_data.cpp
 15.77% (38/241)
 20.00% (7/35)
 17.60% (22/125)
src/duckdb/src/storage/table/struct_column_data.cpp
  0.00% (0/328)
  0.00% (0/34)
  0.00% (0/192)
src/duckdb/src/storage/table/table_statistics.cpp
 16.52% (38/230)
 21.74% (5/23)
 24.74% (48/194)
src/duckdb/src/storage/table/update_segment.cpp
  0.00% (0/1175)
  0.00% (0/79)
  0.00% (0/639)
src/duckdb/src/storage/table/validity_column_data.cpp
 21.05% (8/38)
 33.33% (3/9)
 27.78% (5/18)
src/duckdb/src/storage/table/variant/variant_shredding.cpp
  0.00% (0/544)
  0.00% (0/49)
  0.00% (0/288)
src/duckdb/src/storage/table/variant/variant_unshredding.cpp
  0.00% (0/173)
  0.00% (0/7)
  0.00% (0/129)
src/duckdb/src/storage/table/variant_column_data.cpp
  0.00% (0/444)
  0.00% (0/39)
  0.00% (0/218)
src/duckdb/src/storage/table_index_list.cpp
  2.89% (7/242)
  6.67% (1/15)
  2.14% (3/140)
src/duckdb/src/storage/temporary_file_manager.cpp
  0.00% (0/590)
  0.00% (0/74)
  0.00% (0/378)
src/duckdb/src/storage/temporary_memory_manager.cpp
 49.79% (119/239)
 81.48% (22/27)
 46.22% (55/119)
src/duckdb/src/storage/wal_replay.cpp
  0.00% (0/770)
  0.00% (0/47)
  0.00% (0/348)
src/duckdb/src/storage/write_ahead_log.cpp
  0.00% (0/358)
  0.00% (0/45)
  0.00% (0/138)
src/duckdb/src/transaction/cleanup_state.cpp
 48.78% (20/41)
 50.00% (2/4)
 69.57% (16/23)
src/duckdb/src/transaction/commit_state.cpp
 32.41% (82/253)
 63.64% (7/11)
 41.14% (65/158)
src/duckdb/src/transaction/duck_transaction.cpp
 53.85% (133/247)
 80.77% (21/26)
 60.81% (90/148)
src/duckdb/src/transaction/duck_transaction_manager.cpp
 57.29% (228/398)
 67.86% (19/28)
 56.45% (140/248)
src/duckdb/src/transaction/meta_transaction.cpp
 58.64% (112/191)
 70.00% (14/20)
 65.77% (73/111)
src/duckdb/src/transaction/rollback_state.cpp
 28.95% (11/38)
100.00% (2/2)
 44.44% (8/18)
src/duckdb/src/transaction/transaction.cpp
 84.62% (11/13)
 80.00% (4/5)
 92.31% (12/13)
src/duckdb/src/transaction/transaction_context.cpp
 57.89% (55/95)
 90.91% (10/11)
 58.62% (34/58)
src/duckdb/src/transaction/transaction_manager.cpp
100.00% (4/4)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/transaction/undo_buffer.cpp
 70.56% (139/197)
 72.22% (13/18)
 57.38% (35/61)
src/duckdb/src/transaction/undo_buffer_allocator.cpp
 59.02% (36/61)
 60.00% (3/5)
 60.98% (25/41)
src/duckdb/src/transaction/wal_write_state.cpp
  0.00% (0/226)
  0.00% (0/6)
  0.00% (0/121)
src/duckdb/src/verification/copied_statement_verifier.cpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/verification/deserialized_statement_verifier.cpp
100.00% (13/13)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/verification/explain_statement_verifier.cpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/verification/external_statement_verifier.cpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/verification/fetch_row_verifier.cpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/verification/no_operator_caching_verifier.cpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/verification/parsed_statement_verifier.cpp
 85.71% (12/14)
100.00% (2/2)
 92.86% (13/14)
src/duckdb/src/verification/prepared_statement_verifier.cpp
 97.47% (77/79)
100.00% (8/8)
 96.00% (24/25)
src/duckdb/src/verification/statement_verifier.cpp
 85.26% (81/95)
100.00% (9/9)
 89.39% (59/66)
src/duckdb/src/verification/unoptimized_statement_verifier.cpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/test/ossfuzz/parse_fuzz_test.cpp
 90.00% (18/20)
100.00% (1/1)
 88.89% (8/9)
src/duckdb/third_party/concurrentqueue/concurrentqueue.h
 54.28% (773/1424)
 72.92% (70/96)
 57.84% (535/925)
src/duckdb/third_party/concurrentqueue/lightweightsemaphore.h
 54.97% (94/171)
 61.11% (11/18)
 79.57% (74/93)
src/duckdb/third_party/fast_float/fast_float/fast_float.h
 75.74% (640/845)
 69.64% (39/56)
 77.40% (435/562)
src/duckdb/third_party/fastpforlib/bitpacking.cpp
  0.00% (0/931)
  0.00% (0/274)
  0.00% (0/393)
src/duckdb/third_party/fastpforlib/bitpackinghelpers.h
  0.00% (0/810)
  0.00% (0/12)
  0.00% (0/274)
src/duckdb/third_party/fmt/format.cc
  0.00% (0/69)
  0.00% (0/3)
  0.00% (0/74)
src/duckdb/third_party/fmt/include/fmt/core.h
 58.01% (181/312)
 66.36% (71/107)
 57.77% (119/206)
src/duckdb/third_party/fmt/include/fmt/format-inl.h
 70.23% (538/766)
 59.70% (40/67)
 72.89% (336/461)
src/duckdb/third_party/fmt/include/fmt/format.h
 33.90% (481/1419)
 32.68% (84/257)
 32.89% (319/970)
src/duckdb/third_party/fmt/include/fmt/printf.h
 40.96% (136/332)
 45.45% (20/44)
 47.01% (110/234)
src/duckdb/third_party/fsst/fsst.h
  0.00% (0/63)
  0.00% (0/1)
  0.00% (0/57)
src/duckdb/third_party/fsst/libfsst.cpp
  0.00% (0/497)
  0.00% (0/24)
  0.00% (0/300)
src/duckdb/third_party/fsst/libfsst.hpp
  0.00% (0/180)
  0.00% (0/28)
  0.00% (0/239)
src/duckdb/third_party/httplib/httplib.hpp
 19.32% (920/4761)
 20.83% (116/557)
 23.73% (568/2394)
src/duckdb/third_party/hyperloglog/hyperloglog.cpp
  0.00% (0/542)
  0.00% (0/26)
  0.00% (0/506)
src/duckdb/third_party/hyperloglog/sds.cpp
  0.00% (0/692)
  0.00% (0/44)
  0.00% (0/570)
src/duckdb/third_party/hyperloglog/sds.hpp
  0.00% (0/124)
  0.00% (0/6)
  0.00% (0/109)
src/duckdb/third_party/jaro_winkler/details/common.hpp
 89.52% (94/105)
 87.50% (14/16)
 84.29% (59/70)
src/duckdb/third_party/jaro_winkler/details/intrinsics.hpp
100.00% (26/26)
100.00% (5/5)
100.00% (7/7)
src/duckdb/third_party/jaro_winkler/details/jaro_impl.hpp
 96.23% (255/265)
 92.86% (13/14)
 96.30% (130/135)
src/duckdb/third_party/jaro_winkler/jaro_winkler.hpp
 71.43% (5/7)
100.00% (1/1)
 83.33% (5/6)
src/duckdb/third_party/libpg_query/include/nodes/pg_list.hpp
100.00% (9/9)
100.00% (3/3)
 83.33% (10/12)
src/duckdb/third_party/libpg_query/pg_functions.cpp
 84.38% (162/192)
 74.19% (23/31)
 87.06% (74/85)
src/duckdb/third_party/libpg_query/postgres_parser.cpp
 68.75% (22/32)
 71.43% (5/7)
 85.71% (12/14)
src/duckdb/third_party/libpg_query/src_backend_nodes_list.cpp
 81.68% (156/191)
 92.86% (13/14)
 79.86% (111/139)
src/duckdb/third_party/libpg_query/src_backend_nodes_makefuncs.cpp
100.00% (89/89)
100.00% (11/11)
100.00% (47/47)
src/duckdb/third_party/libpg_query/src_backend_nodes_value.cpp
100.00% (18/18)
100.00% (3/3)
100.00% (9/9)
src/duckdb/third_party/libpg_query/src_backend_parser_gram.cpp
 52.41% (5503/10499)
 92.31% (36/39)
 53.94% (2307/4277)
src/duckdb/third_party/libpg_query/src_backend_parser_parser.cpp
 50.00% (83/166)
 60.00% (3/5)
 43.86% (50/114)
src/duckdb/third_party/libpg_query/src_backend_parser_scan.cpp
 67.41% (1208/1792)
 45.16% (28/62)
 62.64% (1147/1831)
src/duckdb/third_party/libpg_query/src_backend_parser_scansup.cpp
 69.70% (23/33)
 80.00% (4/5)
 23.53% (8/34)
src/duckdb/third_party/libpg_query/src_common_keywords.cpp
100.00% (30/30)
100.00% (1/1)
100.00% (18/18)
src/duckdb/third_party/mbedtls/include/mbedtls/cipher.h
  0.00% (0/106)
  0.00% (0/15)
  0.00% (0/52)
src/duckdb/third_party/mbedtls/include/mbedtls/error.h
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/mbedtls/include/mbedtls/md.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/mbedtls/include/mbedtls/pem.h
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/mbedtls/include/mbedtls/pk.h
  0.00% (0/10)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/third_party/mbedtls/include/mbedtls_wrapper.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/third_party/mbedtls/library/aes.cpp
  0.00% (0/367)
  0.00% (0/12)
  0.00% (0/436)
src/duckdb/third_party/mbedtls/library/alignment.h
  0.00% (0/72)
  0.00% (0/6)
  0.00% (0/6)
src/duckdb/third_party/mbedtls/library/asn1parse.cpp
  0.00% (0/263)
  0.00% (0/18)
  0.00% (0/225)
src/duckdb/third_party/mbedtls/library/asn1write.cpp
  0.00% (0/246)
  0.00% (0/21)
  0.00% (0/237)
src/duckdb/third_party/mbedtls/library/base64.cpp
  0.00% (0/146)
  0.00% (0/4)
  0.00% (0/121)
src/duckdb/third_party/mbedtls/library/bignum.cpp
  0.00% (0/992)
  0.00% (0/52)
  0.00% (0/1358)
src/duckdb/third_party/mbedtls/library/bignum_core.cpp
  0.00% (0/471)
  0.00% (0/37)
  0.00% (0/387)
src/duckdb/third_party/mbedtls/library/bignum_core.h
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/mbedtls/library/cipher.cpp
  0.00% (0/493)
  0.00% (0/25)
  0.00% (0/412)
src/duckdb/third_party/mbedtls/library/cipher_wrap.cpp
  0.00% (0/44)
  0.00% (0/10)
  0.00% (0/22)
src/duckdb/third_party/mbedtls/library/common.h
  0.00% (0/88)
  0.00% (0/4)
  0.00% (0/16)
src/duckdb/third_party/mbedtls/library/constant_time.cpp
  0.00% (0/64)
  0.00% (0/5)
  0.00% (0/33)
src/duckdb/third_party/mbedtls/library/constant_time_impl.h
  0.00% (0/340)
  0.00% (0/24)
  0.00% (0/27)
src/duckdb/third_party/mbedtls/library/ctr.h
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/18)
src/duckdb/third_party/mbedtls/library/gcm.cpp
  0.00% (0/353)
  0.00% (0/16)
  0.00% (0/286)
src/duckdb/third_party/mbedtls/library/md.cpp
  0.00% (0/320)
  0.00% (0/20)
  0.00% (0/303)
src/duckdb/third_party/mbedtls/library/oid.cpp
  0.00% (0/186)
  0.00% (0/27)
  0.00% (0/436)
src/duckdb/third_party/mbedtls/library/pem.cpp
  0.00% (0/87)
  0.00% (0/3)
  0.00% (0/82)
src/duckdb/third_party/mbedtls/library/pk.cpp
  0.00% (0/198)
  0.00% (0/19)
  0.00% (0/240)
src/duckdb/third_party/mbedtls/library/pk_wrap.cpp
  0.00% (0/90)
  0.00% (0/10)
  0.00% (0/55)
src/duckdb/third_party/mbedtls/library/pkparse.cpp
  0.00% (0/280)
  0.00% (0/5)
  0.00% (0/259)
src/duckdb/third_party/mbedtls/library/platform_util.cpp
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/9)
src/duckdb/third_party/mbedtls/library/rsa.cpp
  0.00% (0/968)
  0.00% (0/37)
  0.00% (0/1354)
src/duckdb/third_party/mbedtls/library/rsa_alt_helpers.cpp
  0.00% (0/226)
  0.00% (0/5)
  0.00% (0/456)
src/duckdb/third_party/mbedtls/library/sha1.cpp
  0.00% (0/251)
  0.00% (0/8)
  0.00% (0/747)
src/duckdb/third_party/mbedtls/library/sha256.cpp
  0.00% (0/196)
  0.00% (0/9)
  0.00% (0/461)
src/duckdb/third_party/mbedtls/mbedtls_wrapper.cpp
  0.00% (0/286)
  0.00% (0/31)
  0.00% (0/155)
src/duckdb/third_party/miniz/miniz.cpp
  0.00% (0/4307)
  0.00% (0/146)
  0.00% (0/4844)
src/duckdb/third_party/miniz/miniz_wrapper.hpp
  0.00% (0/125)
  0.00% (0/10)
  0.00% (0/10)
src/duckdb/third_party/pcg/pcg_extras.hpp
 22.22% (6/27)
 20.00% (1/5)
 20.00% (1/5)
src/duckdb/third_party/pcg/pcg_random.hpp
 86.67% (52/60)
 81.82% (9/11)
 72.22% (26/36)
src/duckdb/third_party/pdqsort/pdqsort.h
 20.88% (57/273)
 35.71% (5/14)
 20.47% (44/215)
src/duckdb/third_party/re2/re2/bitmap256.cc
 88.00% (22/25)
100.00% (1/1)
 88.46% (23/26)
src/duckdb/third_party/re2/re2/bitmap256.h
100.00% (21/21)
100.00% (5/5)
100.00% (20/20)
src/duckdb/third_party/re2/re2/bitstate.cc
 68.69% (147/214)
 85.71% (6/7)
 54.23% (109/201)
src/duckdb/third_party/re2/re2/compile.cc
 73.85% (562/761)
 88.00% (44/50)
 68.66% (379/552)
src/duckdb/third_party/re2/re2/dfa.cc
 43.12% (448/1039)
 52.46% (32/61)
 40.53% (368/908)
src/duckdb/third_party/re2/re2/nfa.cc
  0.00% (0/391)
  0.00% (0/12)
  0.00% (0/374)
src/duckdb/third_party/re2/re2/onepass.cc
 49.81% (130/261)
 42.86% (3/7)
 38.02% (92/242)
src/duckdb/third_party/re2/re2/parse.cc
 69.96% (1111/1588)
 86.57% (58/67)
 68.58% (982/1432)
src/duckdb/third_party/re2/re2/pod_array.h
100.00% (16/16)
100.00% (8/8)
100.00% (12/12)
src/duckdb/third_party/re2/re2/prog.cc
 71.52% (555/776)
 75.00% (27/36)
 62.18% (360/579)
src/duckdb/third_party/re2/re2/prog.h
 76.25% (61/80)
 88.64% (39/44)
 77.78% (84/108)
src/duckdb/third_party/re2/re2/re2.cc
 20.23% (196/969)
 16.92% (11/65)
 10.94% (130/1188)
src/duckdb/third_party/re2/re2/re2.h
 45.00% (36/80)
 42.86% (21/49)
 50.00% (34/68)
src/duckdb/third_party/re2/re2/regexp.cc
 54.73% (376/687)
 59.38% (38/64)
 54.77% (270/493)
src/duckdb/third_party/re2/re2/regexp.h
 93.85% (61/65)
 90.24% (37/41)
 87.80% (72/82)
src/duckdb/third_party/re2/re2/simplify.cc
 78.16% (340/435)
 72.22% (13/18)
 67.26% (265/394)
src/duckdb/third_party/re2/re2/sparse_array.h
 70.48% (74/105)
 81.82% (18/22)
 77.46% (55/71)
src/duckdb/third_party/re2/re2/sparse_set.h
 89.71% (61/68)
100.00% (13/13)
 90.20% (46/51)
src/duckdb/third_party/re2/re2/stringpiece.cc
  0.00% (0/40)
  0.00% (0/7)
  0.00% (0/42)
src/duckdb/third_party/re2/re2/stringpiece.h
 29.79% (28/94)
 40.62% (13/32)
 61.11% (33/54)
src/duckdb/third_party/re2/re2/tostring.cc
  0.00% (0/238)
  0.00% (0/8)
  0.00% (0/172)
src/duckdb/third_party/re2/re2/walker-inl.h
 79.21% (80/101)
 90.91% (10/11)
 67.09% (53/79)
src/duckdb/third_party/re2/util/logging.h
  0.00% (0/16)
  0.00% (0/6)
  0.00% (0/9)
src/duckdb/third_party/re2/util/mix.h
 88.89% (8/9)
 75.00% (3/4)
 80.00% (4/5)
src/duckdb/third_party/re2/util/mutex.h
 57.14% (8/14)
 57.14% (8/14)
 75.56% (34/45)
src/duckdb/third_party/re2/util/rune.cc
 57.69% (75/130)
 50.00% (3/6)
 59.14% (55/93)
src/duckdb/third_party/re2/util/strutil.cc
 11.63% (10/86)
 20.00% (1/5)
  8.93% (5/56)
src/duckdb/third_party/ska_sort/ska_sort.hpp
  9.91% (32/323)
 19.44% (7/36)
 11.35% (16/141)
src/duckdb/third_party/utf8proc/include/utf8proc_wrapper.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/third_party/utf8proc/utf8proc.cpp
 13.60% (82/603)
 13.51% (5/37)
 15.03% (104/692)
src/duckdb/third_party/utf8proc/utf8proc_wrapper.cpp
 37.03% (117/316)
 26.92% (7/26)
 36.36% (84/231)
src/duckdb/third_party/vergesort/detail/log2.h
  0.00% (0/7)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/third_party/vergesort/detail/prevnext.h
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/third_party/vergesort/vergesort.h
 24.07% (26/108)
100.00% (2/2)
 17.57% (13/74)
src/duckdb/third_party/yyjson/include/yyjson.hpp
  7.56% (184/2434)
 10.03% (33/329)
 27.07% (395/1459)
src/duckdb/third_party/yyjson/include/yyjson_utils.hpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/third_party/yyjson/yyjson.cpp
 16.47% (871/5288)
 21.08% (39/185)
 13.17% (1119/8496)
src/duckdb/third_party/zstd/common/entropy_common.cpp
  0.00% (0/197)
  0.00% (0/15)
  0.00% (0/197)
src/duckdb/third_party/zstd/common/error_private.cpp
  0.00% (0/43)
  0.00% (0/1)
  0.00% (0/107)
src/duckdb/third_party/zstd/common/fse_decompress.cpp
  0.00% (0/169)
  0.00% (0/7)
  0.00% (0/219)
src/duckdb/third_party/zstd/common/xxhash.cpp
  0.00% (0/371)
  0.00% (0/35)
  0.00% (0/169)
src/duckdb/third_party/zstd/common/zstd_common.cpp
  0.00% (0/6)
  0.00% (0/6)
  0.00% (0/14)
src/duckdb/third_party/zstd/compress/fse_compress.cpp
  0.00% (0/392)
  0.00% (0/13)
  0.00% (0/366)
src/duckdb/third_party/zstd/compress/hist.cpp
  0.00% (0/98)
  0.00% (0/7)
  0.00% (0/86)
src/duckdb/third_party/zstd/compress/huf_compress.cpp
  0.00% (0/772)
  0.00% (0/51)
  0.00% (0/769)
src/duckdb/third_party/zstd/compress/zstd_compress.cpp
  0.00% (0/4701)
  0.00% (0/241)
  0.00% (0/9130)
src/duckdb/third_party/zstd/compress/zstd_compress_literals.cpp
  0.00% (0/143)
  0.00% (0/5)
  0.00% (0/175)
src/duckdb/third_party/zstd/compress/zstd_compress_sequences.cpp
  0.00% (0/277)
  0.00% (0/12)
  0.00% (0/443)
src/duckdb/third_party/zstd/compress/zstd_compress_superblock.cpp
  0.00% (0/441)
  0.00% (0/13)
  0.00% (0/503)
src/duckdb/third_party/zstd/compress/zstd_double_fast.cpp
  0.00% (0/539)
  0.00% (0/10)
  0.00% (0/395)
src/duckdb/third_party/zstd/compress/zstd_fast.cpp
  0.00% (0/587)
  0.00% (0/10)
  0.00% (0/357)
src/duckdb/third_party/zstd/compress/zstd_lazy.cpp
  0.00% (0/1283)
  0.00% (0/56)
  0.00% (0/1752)
src/duckdb/third_party/zstd/compress/zstd_ldm.cpp
  0.00% (0/451)
  0.00% (0/20)
  0.00% (0/345)
src/duckdb/third_party/zstd/compress/zstd_opt.cpp
  0.00% (0/964)
  0.00% (0/36)
  0.00% (0/894)
src/duckdb/third_party/zstd/decompress/huf_decompress.cpp
  0.00% (0/1026)
  0.00% (0/45)
  0.00% (0/1470)
src/duckdb/third_party/zstd/decompress/zstd_ddict.cpp
  0.00% (0/136)
  0.00% (0/13)
  0.00% (0/171)
src/duckdb/third_party/zstd/decompress/zstd_decompress.cpp
  0.00% (0/1594)
  0.00% (0/97)
  0.00% (0/3870)
src/duckdb/third_party/zstd/decompress/zstd_decompress_block.cpp
  0.00% (0/1217)
  0.00% (0/43)
  0.00% (0/2569)
src/duckdb/third_party/zstd/include/zstd/common/allocations.h
  0.00% (0/23)
  0.00% (0/3)
  0.00% (0/18)
src/duckdb/third_party/zstd/include/zstd/common/bits.h
  0.00% (0/159)
  0.00% (0/11)
  0.00% (0/28)
src/duckdb/third_party/zstd/include/zstd/common/bitstream.h
  0.00% (0/198)
  0.00% (0/19)
  0.00% (0/105)
src/duckdb/third_party/zstd/include/zstd/common/compiler.h
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/7)
src/duckdb/third_party/zstd/include/zstd/common/cpu.h
  0.00% (0/116)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/third_party/zstd/include/zstd/common/error_private.h
  0.00% (0/8)
  0.00% (0/4)
  0.00% (0/11)
src/duckdb/third_party/zstd/include/zstd/common/fse.h
  0.00% (0/86)
  0.00% (0/12)
  0.00% (0/19)
src/duckdb/third_party/zstd/include/zstd/common/mem.h
  0.00% (0/166)
  0.00% (0/32)
  0.00% (0/56)
src/duckdb/third_party/zstd/include/zstd/common/zstd_internal.h
  0.00% (0/76)
  0.00% (0/6)
  0.00% (0/46)
src/duckdb/third_party/zstd/include/zstd/compress/zstd_compress_internal.h
  0.00% (0/525)
  0.00% (0/54)
  0.00% (0/409)
src/duckdb/third_party/zstd/include/zstd/compress/zstd_cwksp.h
  0.00% (0/296)
  0.00% (0/34)
  0.00% (0/234)
src/duckdb/third_party/zstd/include/zstd/decompress/zstd_decompress_internal.h
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/1)
Totals
 25.56% (80397/314488)
 32.37% (8986/27764)
 23.75% (48823/205568)