Coverage Report

View results by: Directories | Files

Path Line Coverage Function Coverage Region Coverage
src/duckdb/build/relassert/codegen/src/generated_extension_loader.cpp
 82.14% (23/28)
 66.67% (2/3)
 91.67% (11/12)
src/duckdb/extension/core_functions/aggregate/algebraic/avg.cpp
 51.98% (105/202)
 53.57% (15/28)
 50.82% (31/61)
src/duckdb/extension/core_functions/aggregate/algebraic/corr.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/extension/core_functions/aggregate/algebraic/covar.cpp
100.00% (8/8)
100.00% (2/2)
100.00% (2/2)
src/duckdb/extension/core_functions/aggregate/algebraic/stddev.cpp
100.00% (20/20)
100.00% (5/5)
100.00% (5/5)
src/duckdb/extension/core_functions/aggregate/distributive/approx_count.cpp
 52.46% (32/61)
 75.00% (6/8)
 44.83% (13/29)
src/duckdb/extension/core_functions/aggregate/distributive/arg_min_max.cpp
 26.15% (171/654)
 34.55% (19/55)
 14.05% (42/299)
src/duckdb/extension/core_functions/aggregate/distributive/bitagg.cpp
 36.73% (54/147)
 18.18% (4/22)
 25.00% (17/68)
src/duckdb/extension/core_functions/aggregate/distributive/bitstring_agg.cpp
 18.18% (44/242)
 12.00% (3/25)
 10.29% (14/136)
src/duckdb/extension/core_functions/aggregate/distributive/bool.cpp
 20.59% (14/68)
 14.29% (2/14)
  5.26% (2/38)
src/duckdb/extension/core_functions/aggregate/distributive/kurtosis.cpp
 18.18% (14/77)
 25.00% (2/8)
  5.71% (2/35)
src/duckdb/extension/core_functions/aggregate/distributive/product.cpp
 12.12% (4/33)
 14.29% (1/7)
  5.88% (1/17)
src/duckdb/extension/core_functions/aggregate/distributive/skew.cpp
  7.41% (4/54)
 14.29% (1/7)
  4.17% (1/24)
src/duckdb/extension/core_functions/aggregate/distributive/string_agg.cpp
 62.93% (73/116)
 93.33% (14/15)
 50.00% (26/52)
src/duckdb/extension/core_functions/aggregate/distributive/sum.cpp
 48.91% (112/229)
 48.00% (12/25)
 31.17% (24/77)
src/duckdb/extension/core_functions/aggregate/holistic/approx_top_k.cpp
  3.49% (9/258)
  5.00% (1/20)
  0.64% (1/156)
src/duckdb/extension/core_functions/aggregate/holistic/approximate_quantile.cpp
 69.29% (255/368)
 80.56% (29/36)
 68.71% (112/163)
src/duckdb/extension/core_functions/aggregate/holistic/mad.cpp
 22.58% (49/217)
 14.81% (4/27)
 11.21% (12/107)
src/duckdb/extension/core_functions/aggregate/holistic/mode.cpp
  2.99% (12/401)
  4.08% (2/49)
  1.02% (2/196)
src/duckdb/extension/core_functions/aggregate/holistic/quantile.cpp
  7.04% (44/625)
  8.62% (5/58)
  3.00% (8/267)
src/duckdb/extension/core_functions/aggregate/holistic/reservoir_quantile.cpp
 34.73% (116/334)
 30.00% (9/30)
 13.77% (23/167)
src/duckdb/extension/core_functions/aggregate/nested/binned_histogram.cpp
  4.35% (14/322)
 14.29% (3/21)
  1.66% (3/181)
src/duckdb/extension/core_functions/aggregate/nested/histogram.cpp
  4.79% (8/167)
  6.67% (1/15)
  1.28% (1/78)
src/duckdb/extension/core_functions/aggregate/nested/list.cpp
 14.40% (18/125)
 36.36% (4/11)
  8.77% (5/57)
src/duckdb/extension/core_functions/aggregate/regression/regr_avg.cpp
 23.53% (8/34)
 25.00% (2/8)
 18.18% (2/11)
src/duckdb/extension/core_functions/aggregate/regression/regr_count.cpp
100.00% (7/7)
100.00% (1/1)
100.00% (1/1)
src/duckdb/extension/core_functions/aggregate/regression/regr_intercept.cpp
 10.26% (4/39)
 16.67% (1/6)
  8.33% (1/12)
src/duckdb/extension/core_functions/aggregate/regression/regr_r2.cpp
  9.52% (4/42)
 16.67% (1/6)
  4.17% (1/24)
src/duckdb/extension/core_functions/aggregate/regression/regr_slope.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/extension/core_functions/aggregate/regression/regr_sxx_syy.cpp
 20.51% (8/39)
 25.00% (2/8)
 11.76% (2/17)
src/duckdb/extension/core_functions/aggregate/regression/regr_sxy.cpp
 16.00% (4/25)
 16.67% (1/6)
 16.67% (1/6)
src/duckdb/extension/core_functions/core_functions_extension.cpp
 81.25% (13/16)
 80.00% (4/5)
 80.00% (4/5)
src/duckdb/extension/core_functions/function_list.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/extension/core_functions/include/core_functions/aggregate/algebraic/corr.hpp
  0.00% (0/34)
  0.00% (0/5)
  0.00% (0/28)
src/duckdb/extension/core_functions/include/core_functions/aggregate/algebraic/covar.hpp
  0.00% (0/54)
  0.00% (0/6)
  0.00% (0/21)
src/duckdb/extension/core_functions/include/core_functions/aggregate/algebraic/stddev.hpp
 38.04% (35/92)
 63.64% (7/11)
 25.93% (14/54)
src/duckdb/extension/core_functions/include/core_functions/aggregate/histogram_helpers.hpp
  0.00% (0/53)
  0.00% (0/13)
  0.00% (0/16)
src/duckdb/extension/core_functions/include/core_functions/aggregate/quantile_helpers.hpp
  0.00% (0/15)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/extension/core_functions/include/core_functions/aggregate/quantile_sort_tree.hpp
  0.00% (0/191)
  0.00% (0/31)
  0.00% (0/110)
src/duckdb/extension/core_functions/include/core_functions/aggregate/quantile_state.hpp
  0.00% (0/180)
  0.00% (0/28)
  0.00% (0/113)
src/duckdb/extension/core_functions/include/core_functions/aggregate/regression/regr_count.hpp
  0.00% (0/15)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/extension/core_functions/include/core_functions/aggregate/regression/regr_slope.hpp
  0.00% (0/27)
  0.00% (0/5)
  0.00% (0/20)
src/duckdb/extension/core_functions/include/core_functions/aggregate/sum_helpers.hpp
 54.35% (50/92)
 52.38% (11/21)
 64.10% (25/39)
src/duckdb/extension/core_functions/include/core_functions/array_kernels.hpp
  0.00% (0/48)
  0.00% (0/6)
  0.00% (0/15)
src/duckdb/extension/core_functions/lambda_functions.cpp
 13.36% (31/232)
 19.05% (4/21)
 21.37% (25/117)
src/duckdb/extension/core_functions/scalar/array/array_functions.cpp
 30.93% (60/194)
 63.64% (7/11)
 19.57% (18/92)
src/duckdb/extension/core_functions/scalar/array/array_value.cpp
 12.07% (7/58)
 25.00% (1/4)
  2.70% (1/37)
src/duckdb/extension/core_functions/scalar/bit/bitstring.cpp
 21.26% (27/127)
 40.00% (4/10)
 11.63% (5/43)
src/duckdb/extension/core_functions/scalar/blob/base64.cpp
 29.63% (8/27)
 33.33% (2/6)
 33.33% (2/6)
src/duckdb/extension/core_functions/scalar/blob/encode.cpp
 33.33% (8/24)
 40.00% (2/5)
 25.00% (2/8)
src/duckdb/extension/core_functions/scalar/date/age.cpp
 14.00% (7/50)
 20.00% (1/5)
  4.76% (1/21)
src/duckdb/extension/core_functions/scalar/date/current.cpp
 35.71% (5/14)
 33.33% (1/3)
 14.29% (1/7)
src/duckdb/extension/core_functions/scalar/date/date_diff.cpp
  3.24% (10/309)
  1.96% (1/51)
  0.69% (1/145)
src/duckdb/extension/core_functions/scalar/date/date_part.cpp
 15.25% (259/1698)
 15.85% (42/265)
  6.23% (46/738)
src/duckdb/extension/core_functions/scalar/date/date_sub.cpp
  3.18% (10/314)
  2.13% (1/47)
  0.83% (1/120)
src/duckdb/extension/core_functions/scalar/date/date_trunc.cpp
  2.51% (13/517)
  1.23% (1/81)
  1.02% (2/197)
src/duckdb/extension/core_functions/scalar/date/epoch.cpp
 26.47% (9/34)
 33.33% (3/9)
 12.50% (3/24)
src/duckdb/extension/core_functions/scalar/date/make_date.cpp
 30.89% (38/123)
 26.67% (4/15)
  9.68% (6/62)
src/duckdb/extension/core_functions/scalar/date/time_bucket.cpp
  6.71% (19/283)
  5.56% (1/18)
  1.40% (2/143)
src/duckdb/extension/core_functions/scalar/date/to_interval.cpp
 35.71% (65/182)
 51.85% (14/27)
 27.27% (15/55)
src/duckdb/extension/core_functions/scalar/debug/vector_type.cpp
 61.54% (8/13)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp
 19.57% (27/138)
 35.71% (5/14)
  5.88% (5/85)
src/duckdb/extension/core_functions/scalar/generic/alias.cpp
 50.00% (5/10)
 50.00% (1/2)
 20.00% (1/5)
src/duckdb/extension/core_functions/scalar/generic/binning.cpp
  5.91% (24/406)
  4.00% (1/25)
  0.86% (2/232)
src/duckdb/extension/core_functions/scalar/generic/can_implicitly_cast.cpp
 24.00% (6/25)
 25.00% (1/4)
  7.69% (1/13)
src/duckdb/extension/core_functions/scalar/generic/cast_to_type.cpp
 31.58% (6/19)
 33.33% (1/3)
 11.11% (1/9)
src/duckdb/extension/core_functions/scalar/generic/current_setting.cpp
 11.90% (5/42)
 16.67% (1/6)
  3.57% (1/28)
src/duckdb/extension/core_functions/scalar/generic/hash.cpp
 50.00% (6/12)
 50.00% (1/2)
 25.00% (1/4)
src/duckdb/extension/core_functions/scalar/generic/least.cpp
  8.84% (16/181)
 25.00% (4/16)
  4.30% (4/93)
src/duckdb/extension/core_functions/scalar/generic/replace_type.cpp
 29.17% (7/24)
 25.00% (1/4)
  6.67% (1/15)
src/duckdb/extension/core_functions/scalar/generic/stats.cpp
 20.00% (7/35)
 14.29% (1/7)
 10.00% (1/10)
src/duckdb/extension/core_functions/scalar/generic/system_functions.cpp
 33.64% (36/107)
 35.00% (7/20)
 21.21% (7/33)
src/duckdb/extension/core_functions/scalar/generic/typeof.cpp
 35.29% (6/17)
 33.33% (1/3)
 12.50% (1/8)
src/duckdb/extension/core_functions/scalar/list/array_slice.cpp
  3.11% (11/354)
  4.55% (1/22)
  0.38% (1/261)
src/duckdb/extension/core_functions/scalar/list/flatten.cpp
  5.00% (5/100)
 33.33% (1/3)
  2.17% (1/46)
src/duckdb/extension/core_functions/scalar/list/list_aggregates.cpp
  5.60% (20/357)
 10.34% (3/29)
  1.65% (3/182)
src/duckdb/extension/core_functions/scalar/list/list_distance.cpp
 47.12% (49/104)
 75.00% (6/8)
 40.00% (18/45)
src/duckdb/extension/core_functions/scalar/list/list_filter.cpp
 32.14% (9/28)
 33.33% (1/3)
  8.33% (1/12)
src/duckdb/extension/core_functions/scalar/list/list_has_any_or_all.cpp
  5.88% (10/170)
 33.33% (2/6)
  3.45% (2/58)
src/duckdb/extension/core_functions/scalar/list/list_reduce.cpp
  5.80% (13/224)
 14.29% (1/7)
  0.76% (1/131)
src/duckdb/extension/core_functions/scalar/list/list_sort.cpp
 13.58% (36/265)
 21.43% (3/14)
  2.44% (3/123)
src/duckdb/extension/core_functions/scalar/list/list_transform.cpp
 91.30% (21/23)
100.00% (3/3)
 90.00% (9/10)
src/duckdb/extension/core_functions/scalar/list/list_value.cpp
 32.31% (84/260)
 58.33% (7/12)
 30.00% (39/130)
src/duckdb/extension/core_functions/scalar/list/range.cpp
 16.07% (36/224)
 11.11% (2/18)
  2.96% (4/135)
src/duckdb/extension/core_functions/scalar/map/cardinality.cpp
 18.75% (6/32)
 33.33% (1/3)
  7.14% (1/14)
src/duckdb/extension/core_functions/scalar/map/map.cpp
 11.20% (14/125)
 25.00% (1/4)
  1.72% (1/58)
src/duckdb/extension/core_functions/scalar/map/map_concat.cpp
  4.23% (6/142)
 16.67% (1/6)
  0.99% (1/101)
src/duckdb/extension/core_functions/scalar/map/map_entries.cpp
 39.13% (9/23)
 50.00% (1/2)
 14.29% (1/7)
src/duckdb/extension/core_functions/scalar/map/map_extract.cpp
 16.48% (15/91)
 50.00% (2/4)
  7.69% (2/26)
src/duckdb/extension/core_functions/scalar/map/map_from_entries.cpp
 52.63% (10/19)
 50.00% (1/2)
 25.00% (1/4)
src/duckdb/extension/core_functions/scalar/map/map_keys_values.cpp
 32.00% (16/50)
 40.00% (2/5)
  8.33% (2/24)
src/duckdb/extension/core_functions/scalar/math/numeric.cpp
 48.60% (557/1146)
 44.35% (55/124)
 34.93% (168/481)
src/duckdb/extension/core_functions/scalar/operators/bitwise.cpp
 60.13% (184/306)
 51.85% (14/27)
 68.87% (73/106)
src/duckdb/extension/core_functions/scalar/random/random.cpp
 48.94% (46/94)
 60.00% (9/15)
 35.42% (17/48)
src/duckdb/extension/core_functions/scalar/random/setseed.cpp
 17.14% (6/35)
 16.67% (1/6)
  5.56% (1/18)
src/duckdb/extension/core_functions/scalar/string/ascii.cpp
 33.33% (4/12)
 50.00% (1/2)
 20.00% (1/5)
src/duckdb/extension/core_functions/scalar/string/bar.cpp
  9.88% (8/81)
 20.00% (1/5)
  2.22% (1/45)
src/duckdb/extension/core_functions/scalar/string/chr.cpp
 35.29% (6/17)
 33.33% (1/3)
 14.29% (1/7)
src/duckdb/extension/core_functions/scalar/string/damerau_levenshtein.cpp
  6.06% (4/66)
 20.00% (1/5)
  3.85% (1/26)
src/duckdb/extension/core_functions/scalar/string/format_bytes.cpp
 15.79% (6/38)
 50.00% (2/4)
 15.38% (2/13)
src/duckdb/extension/core_functions/scalar/string/hamming.cpp
 10.00% (3/30)
 25.00% (1/4)
  6.67% (1/15)
src/duckdb/extension/core_functions/scalar/string/hex.cpp
 23.43% (71/303)
 31.82% (7/22)
 16.67% (24/144)
src/duckdb/extension/core_functions/scalar/string/instr.cpp
 19.44% (7/36)
 25.00% (1/4)
  4.55% (1/22)
src/duckdb/extension/core_functions/scalar/string/jaccard.cpp
  8.82% (3/34)
 16.67% (1/6)
  7.14% (1/14)
src/duckdb/extension/core_functions/scalar/string/jaro_winkler.cpp
 21.05% (20/95)
 18.18% (2/11)
  5.26% (2/38)
src/duckdb/extension/core_functions/scalar/string/left_right.cpp
 24.24% (16/66)
 28.57% (4/14)
 18.18% (4/22)
src/duckdb/extension/core_functions/scalar/string/levenshtein.cpp
  6.38% (3/47)
 20.00% (1/5)
  4.55% (1/22)
src/duckdb/extension/core_functions/scalar/string/pad.cpp
 13.64% (12/88)
 20.00% (2/10)
  5.13% (2/39)
src/duckdb/extension/core_functions/scalar/string/parse_path.cpp
 14.29% (48/336)
 23.53% (4/17)
  2.67% (4/150)
src/duckdb/extension/core_functions/scalar/string/printf.cpp
  8.38% (14/167)
 33.33% (2/6)
  2.90% (2/69)
src/duckdb/extension/core_functions/scalar/string/repeat.cpp
 12.77% (12/94)
 20.00% (1/5)
 11.54% (3/26)
src/duckdb/extension/core_functions/scalar/string/replace.cpp
  7.69% (4/52)
 20.00% (1/5)
  5.88% (1/17)
src/duckdb/extension/core_functions/scalar/string/reverse.cpp
  9.68% (3/31)
 20.00% (1/5)
  6.67% (1/15)
src/duckdb/extension/core_functions/scalar/string/starts_with.cpp
 23.08% (6/26)
 25.00% (1/4)
  7.14% (1/14)
src/duckdb/extension/core_functions/scalar/string/to_base.cpp
 11.43% (8/70)
 25.00% (1/4)
  3.45% (1/29)
src/duckdb/extension/core_functions/scalar/string/translate.cpp
  6.15% (4/65)
 25.00% (1/4)
  4.55% (1/22)
src/duckdb/extension/core_functions/scalar/string/trim.cpp
 13.73% (21/153)
 37.50% (3/8)
  6.00% (3/50)
src/duckdb/extension/core_functions/scalar/string/unicode.cpp
 36.36% (4/11)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/extension/core_functions/scalar/string/url_encode.cpp
 20.00% (6/30)
 33.33% (2/6)
 33.33% (2/6)
src/duckdb/extension/core_functions/scalar/struct/struct_insert.cpp
 10.96% (8/73)
 25.00% (1/4)
  2.50% (1/40)
src/duckdb/extension/core_functions/scalar/struct/struct_update.cpp
  6.84% (8/117)
 25.00% (1/4)
  1.56% (1/64)
src/duckdb/extension/core_functions/scalar/union/union_extract.cpp
  5.33% (4/75)
 16.67% (1/6)
  1.72% (1/58)
src/duckdb/extension/core_functions/scalar/union/union_tag.cpp
 11.11% (4/36)
 33.33% (1/3)
  3.57% (1/28)
src/duckdb/extension/core_functions/scalar/union/union_value.cpp
 20.51% (8/39)
 16.67% (1/6)
  7.14% (1/14)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/arena_inlines_a.h
100.00% (12/12)
100.00% (4/4)
100.00% (7/7)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/arena_inlines_b.h
 44.50% (271/609)
 78.79% (26/33)
 36.37% (359/987)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/arena_stats.h
 63.64% (14/22)
100.00% (2/2)
 56.82% (25/44)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/atomic.h
100.00% (10/10)
 40.00% (2/5)
 62.50% (10/16)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/atomic_gcc_atomic.h
 53.12% (34/64)
 58.33% (7/12)
 30.30% (10/33)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/background_thread_inlines.h
 44.83% (13/29)
 42.86% (3/7)
 39.29% (22/56)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/base.h
100.00% (6/6)
100.00% (2/2)
100.00% (5/5)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/bin.h
 40.43% (19/47)
 25.00% (1/4)
 25.00% (1/4)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/bit_util.h
 24.14% (42/174)
 37.04% (10/27)
 51.85% (28/54)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/bitmap.h
  8.89% (16/180)
 16.67% (1/6)
 22.00% (33/150)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/cache_bin.h
 55.66% (182/327)
 83.33% (30/36)
 39.51% (177/448)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/counter.h
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/18)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/decay.h
 54.17% (13/24)
 57.14% (4/7)
 50.00% (6/12)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/div.h
 35.71% (5/14)
100.00% (1/1)
 46.67% (7/15)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ecache.h
100.00% (15/15)
100.00% (4/4)
100.00% (22/22)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/edata.h
 71.84% (222/309)
 76.92% (50/65)
 27.58% (1274/4620)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ehooks.h
 41.80% (107/256)
 65.22% (15/23)
 41.05% (133/324)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/emap.h
 40.91% (63/154)
 58.33% (7/12)
 40.08% (97/242)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/emitter.h
  0.00% (0/296)
  0.00% (0/33)
  0.00% (0/320)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/exp_grow.h
 50.00% (11/22)
100.00% (2/2)
 30.43% (7/23)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/extent.h
 65.67% (44/67)
100.00% (2/2)
 64.58% (62/96)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/fb.h
 19.26% (47/244)
 17.24% (5/29)
 34.27% (98/286)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/fxp.h
  0.00% (0/53)
  0.00% (0/7)
  0.00% (0/38)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/hash.h
  0.00% (0/251)
  0.00% (0/10)
  0.00% (0/83)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/hpdata.h
  0.00% (0/149)
  0.00% (0/40)
  0.00% (0/275)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h
 26.73% (27/101)
 55.56% (5/9)
 45.83% (33/72)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h
 31.40% (27/86)
 60.00% (3/5)
 50.51% (50/99)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h
 43.56% (196/450)
 56.67% (17/30)
 41.38% (329/795)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/lockedint.h
 21.30% (23/108)
 41.67% (5/12)
 29.07% (25/86)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/log.h
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/malloc_io.h
 27.12% (16/59)
 50.00% (2/4)
 47.83% (11/23)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/mutex.h
 63.24% (86/136)
 92.31% (12/13)
 64.08% (66/103)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/nstime.h
 37.50% (3/8)
 50.00% (1/2)
 80.00% (4/5)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/pa.h
 57.14% (4/7)
 50.00% (1/2)
 85.71% (6/7)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/pac.h
100.00% (6/6)
100.00% (2/2)
100.00% (6/6)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/pai.h
 44.00% (11/25)
 42.86% (3/7)
 42.86% (3/7)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/peak.h
100.00% (13/13)
100.00% (3/3)
100.00% (5/5)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ph.h
 78.88% (239/303)
 95.83% (23/24)
 71.84% (199/277)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/prng.h
 19.61% (20/102)
 33.33% (3/9)
 50.00% (31/62)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/prof_inlines.h
  0.00% (0/243)
  0.00% (0/20)
  0.00% (0/211)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/psset.h
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/rb.h
  0.00% (0/189)
  0.00% (0/14)
  0.00% (0/22)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/rtree.h
 61.61% (207/336)
 91.30% (21/23)
 54.45% (251/461)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/safety_check.h
  0.00% (0/27)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/san.h
 24.59% (30/122)
 15.38% (2/13)
 17.26% (53/307)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/san_bump.h
 27.27% (6/22)
 50.00% (1/2)
 52.94% (9/17)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/sec.h
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/seq.h
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/9)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/spin.h
 20.00% (4/20)
 50.00% (1/2)
 22.22% (2/9)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/sz.h
 47.23% (128/271)
 89.47% (17/19)
 55.94% (212/379)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tcache_inlines.h
 52.26% (104/199)
 54.55% (6/11)
 33.39% (183/548)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/thread_event.h
 60.47% (78/129)
 80.95% (17/21)
 38.76% (50/129)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ticker.h
 19.44% (14/72)
 16.67% (2/12)
 53.85% (14/26)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tsd.h
 64.00% (80/125)
 75.00% (15/20)
 48.21% (108/224)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tsd_internals.h
 60.00% (12/20)
100.00% (4/4)
 57.89% (11/19)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tsd_tls.h
 47.06% (16/34)
 71.43% (5/7)
 57.14% (36/63)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/typed_list.h
  9.68% (3/31)
 11.11% (1/9)
 20.00% (2/10)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/util.h
 29.63% (16/54)
 66.67% (4/6)
 78.57% (11/14)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/witness.h
 37.63% (70/186)
 69.23% (9/13)
 41.21% (75/182)
src/duckdb/extension/jemalloc/jemalloc/src/arena.c
 52.78% (694/1315)
 57.78% (52/90)
 38.24% (1097/2869)
src/duckdb/extension/jemalloc/jemalloc/src/background_thread.c
 17.98% (96/534)
 31.03% (9/29)
 14.36% (157/1093)
src/duckdb/extension/jemalloc/jemalloc/src/base.c
 53.51% (236/441)
 62.50% (20/32)
 39.22% (382/974)
src/duckdb/extension/jemalloc/jemalloc/src/batcher.c
  0.00% (0/64)
  0.00% (0/9)
  0.00% (0/128)
src/duckdb/extension/jemalloc/jemalloc/src/bin.c
 27.12% (16/59)
 33.33% (2/6)
 28.57% (32/112)
src/duckdb/extension/jemalloc/jemalloc/src/bin_info.c
 92.00% (23/25)
100.00% (2/2)
 74.14% (43/58)
src/duckdb/extension/jemalloc/jemalloc/src/bitmap.c
 64.00% (16/25)
 75.00% (3/4)
 35.48% (22/62)
src/duckdb/extension/jemalloc/jemalloc/src/buf_writer.c
  0.00% (0/110)
  0.00% (0/8)
  0.00% (0/239)
src/duckdb/extension/jemalloc/jemalloc/src/cache_bin.c
 90.32% (56/62)
100.00% (7/7)
 48.67% (73/150)
src/duckdb/extension/jemalloc/jemalloc/src/ckh.c
  0.00% (0/295)
  0.00% (0/18)
  0.00% (0/483)
src/duckdb/extension/jemalloc/jemalloc/src/counter.c
 35.29% (6/17)
 25.00% (1/4)
 50.00% (5/10)
src/duckdb/extension/jemalloc/jemalloc/src/ctl.c
 24.97% (551/2207)
  8.52% (27/317)
  6.15% (691/11236)
src/duckdb/extension/jemalloc/jemalloc/src/decay.c
 48.69% (93/191)
 75.00% (9/12)
 42.55% (140/329)
src/duckdb/extension/jemalloc/jemalloc/src/div.c
100.00% (10/10)
100.00% (1/1)
 48.39% (15/31)
src/duckdb/extension/jemalloc/jemalloc/src/ecache.c
 45.00% (9/20)
 25.00% (1/4)
 48.15% (13/27)
src/duckdb/extension/jemalloc/jemalloc/src/edata_cache.c
 25.25% (25/99)
 25.00% (3/12)
 24.37% (29/119)
src/duckdb/extension/jemalloc/jemalloc/src/ehooks.c
 37.50% (54/144)
 39.13% (9/23)
 24.16% (93/385)
src/duckdb/extension/jemalloc/jemalloc/src/emap.c
 78.14% (193/247)
 84.21% (16/19)
 52.45% (332/633)
src/duckdb/extension/jemalloc/jemalloc/src/eset.c
 79.88% (135/169)
 92.31% (12/13)
 60.49% (271/448)
src/duckdb/extension/jemalloc/jemalloc/src/exp_grow.c
100.00% (3/3)
100.00% (1/1)
100.00% (13/13)
src/duckdb/extension/jemalloc/jemalloc/src/extent.c
 57.74% (466/807)
 60.78% (31/51)
 44.25% (746/1686)
src/duckdb/extension/jemalloc/jemalloc/src/extent_dss.c
 18.01% (29/161)
 45.45% (5/11)
  9.06% (29/320)
src/duckdb/extension/jemalloc/jemalloc/src/extent_mmap.c
 52.94% (9/17)
 50.00% (1/2)
 43.14% (22/51)
src/duckdb/extension/jemalloc/jemalloc/src/fxp.c
  0.00% (0/74)
  0.00% (0/3)
  0.00% (0/86)
src/duckdb/extension/jemalloc/jemalloc/src/hook.c
 10.75% (10/93)
 40.00% (4/10)
  8.68% (19/219)
src/duckdb/extension/jemalloc/jemalloc/src/hpa.c
  2.42% (15/620)
  7.14% (3/42)
  0.74% (9/1218)
src/duckdb/extension/jemalloc/jemalloc/src/hpa_hooks.c
  0.00% (0/27)
  0.00% (0/7)
  0.00% (0/37)
src/duckdb/extension/jemalloc/jemalloc/src/hpdata.c
  0.00% (0/188)
  0.00% (0/10)
  0.00% (0/584)
src/duckdb/extension/jemalloc/jemalloc/src/inspect.c
  0.00% (0/61)
  0.00% (0/2)
  0.00% (0/177)
src/duckdb/extension/jemalloc/jemalloc/src/jemalloc.c
 33.67% (929/2759)
 48.57% (51/105)
 15.92% (1473/9251)
src/duckdb/extension/jemalloc/jemalloc/src/large.c
 53.47% (108/202)
 64.71% (11/17)
 44.29% (163/368)
src/duckdb/extension/jemalloc/jemalloc/src/log.c
  0.00% (0/47)
  0.00% (0/3)
  0.00% (0/90)
src/duckdb/extension/jemalloc/jemalloc/src/malloc_io.c
 44.15% (215/487)
 30.77% (4/13)
 14.18% (152/1072)
src/duckdb/extension/jemalloc/jemalloc/src/mutex.c
 52.29% (57/109)
 44.44% (4/9)
 67.29% (72/107)
src/duckdb/extension/jemalloc/jemalloc/src/nstime.c
 61.72% (79/128)
 66.67% (18/27)
 33.33% (64/192)
src/duckdb/extension/jemalloc/jemalloc/src/pa.c
 49.17% (89/181)
 52.63% (10/19)
 42.97% (162/377)
src/duckdb/extension/jemalloc/jemalloc/src/pa_extra.c
 58.33% (91/156)
 50.00% (7/14)
 32.46% (62/191)
src/duckdb/extension/jemalloc/jemalloc/src/pac.c
 59.42% (227/382)
 63.64% (14/22)
 46.23% (245/530)
src/duckdb/extension/jemalloc/jemalloc/src/pages.c
 48.24% (164/340)
 50.00% (14/28)
 30.27% (280/925)
src/duckdb/extension/jemalloc/jemalloc/src/pai.c
  0.00% (0/23)
  0.00% (0/2)
  0.00% (0/21)
src/duckdb/extension/jemalloc/jemalloc/src/peak_event.c
 82.22% (37/45)
 80.00% (8/10)
 78.26% (18/23)
src/duckdb/extension/jemalloc/jemalloc/src/prof.c
  0.98% (5/510)
  2.44% (1/41)
  0.22% (3/1353)
src/duckdb/extension/jemalloc/jemalloc/src/prof_data.c
  0.00% (0/835)
  0.00% (0/56)
  0.00% (0/2918)
src/duckdb/extension/jemalloc/jemalloc/src/prof_recent.c
  0.00% (0/405)
  0.00% (0/33)
  0.00% (0/1197)
src/duckdb/extension/jemalloc/jemalloc/src/psset.c
  7.00% (17/243)
  8.70% (2/23)
  1.42% (6/424)
src/duckdb/extension/jemalloc/jemalloc/src/rtree.c
 59.38% (114/192)
 61.54% (8/13)
 37.70% (118/313)
src/duckdb/extension/jemalloc/jemalloc/src/safety_check.c
  0.00% (0/29)
  0.00% (0/4)
  0.00% (0/26)
src/duckdb/extension/jemalloc/jemalloc/src/san.c
  8.00% (10/125)
 20.00% (2/10)
  5.76% (19/330)
src/duckdb/extension/jemalloc/jemalloc/src/san_bump.c
  0.00% (0/68)
  0.00% (0/2)
  0.00% (0/166)
src/duckdb/extension/jemalloc/jemalloc/src/sc.c
 81.07% (167/206)
 75.00% (6/8)
 44.86% (131/292)
src/duckdb/extension/jemalloc/jemalloc/src/sec.c
  1.11% (3/271)
  5.26% (1/19)
  0.57% (2/350)
src/duckdb/extension/jemalloc/jemalloc/src/stats.c
  0.57% (9/1578)
  4.35% (1/23)
  0.16% (16/9989)
src/duckdb/extension/jemalloc/jemalloc/src/sz.c
 95.59% (65/68)
100.00% (6/6)
 72.88% (172/236)
src/duckdb/extension/jemalloc/jemalloc/src/tcache.c
 60.21% (569/945)
 63.16% (36/57)
 47.96% (1000/2085)
src/duckdb/extension/jemalloc/jemalloc/src/thread_event.c
 60.57% (106/175)
 64.71% (11/17)
 41.77% (391/936)
src/duckdb/extension/jemalloc/jemalloc/src/tsd.c
 67.66% (159/235)
 64.00% (16/25)
 54.61% (302/553)
src/duckdb/extension/jemalloc/jemalloc/src/util.c
  0.00% (0/28)
  0.00% (0/1)
  0.00% (0/29)
src/duckdb/extension/jemalloc/jemalloc/src/witness.c
  3.70% (3/81)
  9.09% (1/11)
  0.72% (1/138)
src/duckdb/extension/jemalloc/jemalloc_extension.cpp
 87.84% (65/74)
 89.47% (17/19)
 88.46% (23/26)
src/duckdb/extension/parquet/column_reader.cpp
  0.00% (0/672)
  0.00% (0/38)
  0.00% (0/399)
src/duckdb/extension/parquet/column_writer.cpp
  0.00% (0/499)
  0.00% (0/33)
  0.00% (0/240)
src/duckdb/extension/parquet/decoder/byte_stream_split_decoder.cpp
  0.00% (0/38)
  0.00% (0/4)
  0.00% (0/13)
src/duckdb/extension/parquet/decoder/delta_binary_packed_decoder.cpp
  0.00% (0/38)
  0.00% (0/4)
  0.00% (0/13)
src/duckdb/extension/parquet/decoder/delta_byte_array_decoder.cpp
  0.00% (0/88)
  0.00% (0/5)
  0.00% (0/55)
src/duckdb/extension/parquet/decoder/delta_length_byte_array_decoder.cpp
  0.00% (0/94)
  0.00% (0/6)
  0.00% (0/55)
src/duckdb/extension/parquet/decoder/dictionary_decoder.cpp
  0.00% (0/179)
  0.00% (0/10)
  0.00% (0/135)
src/duckdb/extension/parquet/decoder/rle_decoder.cpp
  0.00% (0/23)
  0.00% (0/4)
  0.00% (0/13)
src/duckdb/extension/parquet/include/column_reader.hpp
  0.00% (0/137)
  0.00% (0/19)
  0.00% (0/96)
src/duckdb/extension/parquet/include/column_writer.hpp
  0.00% (0/38)
  0.00% (0/12)
  0.00% (0/16)
src/duckdb/extension/parquet/include/decode_utils.hpp
  0.00% (0/136)
  0.00% (0/13)
  0.00% (0/80)
src/duckdb/extension/parquet/include/decoder/dictionary_decoder.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/extension/parquet/include/parquet_bss_decoder.hpp
  0.00% (0/29)
  0.00% (0/3)
  0.00% (0/17)
src/duckdb/extension/parquet/include/parquet_bss_encoder.hpp
  0.00% (0/15)
  0.00% (0/4)
  0.00% (0/14)
src/duckdb/extension/parquet/include/parquet_column_schema.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/extension/parquet/include/parquet_dbp_decoder.hpp
  0.00% (0/104)
  0.00% (0/8)
  0.00% (0/78)
src/duckdb/extension/parquet/include/parquet_dbp_encoder.hpp
  0.00% (0/106)
  0.00% (0/15)
  0.00% (0/58)
src/duckdb/extension/parquet/include/parquet_decimal_utils.hpp
  0.00% (0/25)
  0.00% (0/1)
  0.00% (0/20)
src/duckdb/extension/parquet/include/parquet_dlba_encoder.hpp
  0.00% (0/28)
  0.00% (0/8)
  0.00% (0/10)
src/duckdb/extension/parquet/include/parquet_file_metadata_cache.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/extension/parquet/include/parquet_geometry.hpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/extension/parquet/include/parquet_multi_file_info.hpp
  0.00% (0/4)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/extension/parquet/include/parquet_reader.hpp
  0.00% (0/14)
  0.00% (0/7)
  0.00% (0/10)
src/duckdb/extension/parquet/include/parquet_rle_bp_decoder.hpp
  0.00% (0/101)
  0.00% (0/8)
  0.00% (0/77)
src/duckdb/extension/parquet/include/parquet_rle_bp_encoder.hpp
  0.00% (0/93)
  0.00% (0/8)
  0.00% (0/59)
src/duckdb/extension/parquet/include/parquet_statistics.hpp
  0.00% (0/34)
  0.00% (0/5)
  0.00% (0/33)
src/duckdb/extension/parquet/include/parquet_writer.hpp
  0.00% (0/48)
  0.00% (0/16)
  0.00% (0/16)
src/duckdb/extension/parquet/include/reader/boolean_column_reader.hpp
  0.00% (0/32)
  0.00% (0/7)
  0.00% (0/14)
src/duckdb/extension/parquet/include/reader/callback_column_reader.hpp
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/extension/parquet/include/reader/decimal_column_reader.hpp
  0.00% (0/26)
  0.00% (0/5)
  0.00% (0/12)
src/duckdb/extension/parquet/include/reader/expression_column_reader.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/extension/parquet/include/reader/interval_column_reader.hpp
  0.00% (0/30)
  0.00% (0/6)
  0.00% (0/12)
src/duckdb/extension/parquet/include/reader/list_column_reader.hpp
  0.00% (0/12)
  0.00% (0/4)
  0.00% (0/4)
src/duckdb/extension/parquet/include/reader/null_column_reader.hpp
  0.00% (0/9)
  0.00% (0/2)
  0.00% (0/6)
src/duckdb/extension/parquet/include/reader/row_number_column_reader.hpp
  0.00% (0/14)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/extension/parquet/include/reader/string_column_reader.hpp
  0.00% (0/41)
  0.00% (0/8)
  0.00% (0/20)
src/duckdb/extension/parquet/include/reader/templated_column_reader.hpp
  0.00% (0/51)
  0.00% (0/12)
  0.00% (0/25)
src/duckdb/extension/parquet/include/reader/uuid_column_reader.hpp
  0.00% (0/26)
  0.00% (0/6)
  0.00% (0/12)
src/duckdb/extension/parquet/include/reader/variant/variant_binary_decoder.hpp
  0.00% (0/23)
  0.00% (0/5)
  0.00% (0/15)
src/duckdb/extension/parquet/include/reader/variant/variant_value.hpp
  0.00% (0/14)
  0.00% (0/7)
  0.00% (0/13)
src/duckdb/extension/parquet/include/resizable_buffer.hpp
  0.00% (0/61)
  0.00% (0/16)
  0.00% (0/25)
src/duckdb/extension/parquet/include/thrift_tools.hpp
  0.00% (0/121)
  0.00% (0/20)
  0.00% (0/87)
src/duckdb/extension/parquet/include/writer/array_column_writer.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/extension/parquet/include/writer/list_column_writer.hpp
  0.00% (0/6)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/extension/parquet/include/writer/parquet_write_operators.hpp
  0.00% (0/171)
  0.00% (0/46)
  0.00% (0/72)
src/duckdb/extension/parquet/include/writer/parquet_write_stats.hpp
  0.00% (0/174)
  0.00% (0/32)
  0.00% (0/127)
src/duckdb/extension/parquet/include/writer/primitive_column_writer.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/6)
src/duckdb/extension/parquet/include/writer/struct_column_writer.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/extension/parquet/include/writer/templated_column_writer.hpp
  0.00% (0/324)
  0.00% (0/20)
  0.00% (0/213)
src/duckdb/extension/parquet/include/writer/variant_column_writer.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/extension/parquet/include/zstd_file_system.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/extension/parquet/parquet_crypto.cpp
  0.00% (0/247)
  0.00% (0/33)
  0.00% (0/108)
src/duckdb/extension/parquet/parquet_extension.cpp
 11.31% (84/743)
 12.82% (5/39)
  1.64% (7/428)
src/duckdb/extension/parquet/parquet_field_id.cpp
  0.00% (0/150)
  0.00% (0/9)
  0.00% (0/105)
src/duckdb/extension/parquet/parquet_file_metadata_cache.cpp
  0.00% (0/39)
  0.00% (0/5)
  0.00% (0/27)
src/duckdb/extension/parquet/parquet_float16.cpp
  0.00% (0/24)
  0.00% (0/1)
  0.00% (0/12)
src/duckdb/extension/parquet/parquet_geometry.cpp
  0.00% (0/209)
  0.00% (0/7)
  0.00% (0/109)
src/duckdb/extension/parquet/parquet_metadata.cpp
  5.90% (42/712)
 10.17% (6/59)
  4.58% (12/262)
src/duckdb/extension/parquet/parquet_multi_file_info.cpp
  4.80% (22/458)
  2.63% (1/38)
  0.45% (1/222)
src/duckdb/extension/parquet/parquet_reader.cpp
  0.00% (0/1182)
  0.00% (0/52)
  0.00% (0/802)
src/duckdb/extension/parquet/parquet_shredding.cpp
  0.00% (0/63)
  0.00% (0/9)
  0.00% (0/34)
src/duckdb/extension/parquet/parquet_statistics.cpp
  0.00% (0/584)
  0.00% (0/18)
  0.00% (0/372)
src/duckdb/extension/parquet/parquet_timestamp.cpp
  0.00% (0/112)
  0.00% (0/23)
  0.00% (0/38)
src/duckdb/extension/parquet/parquet_writer.cpp
  0.00% (0/775)
  0.00% (0/41)
  0.00% (0/387)
src/duckdb/extension/parquet/reader/decimal_column_reader.cpp
  0.00% (0/45)
  0.00% (0/3)
  0.00% (0/24)
src/duckdb/extension/parquet/reader/expression_column_reader.cpp
  0.00% (0/27)
  0.00% (0/6)
  0.00% (0/15)
src/duckdb/extension/parquet/reader/list_column_reader.cpp
  0.00% (0/117)
  0.00% (0/17)
  0.00% (0/69)
src/duckdb/extension/parquet/reader/row_number_column_reader.cpp
  0.00% (0/26)
  0.00% (0/4)
  0.00% (0/14)
src/duckdb/extension/parquet/reader/string_column_reader.cpp
  0.00% (0/50)
  0.00% (0/8)
  0.00% (0/25)
src/duckdb/extension/parquet/reader/struct_column_reader.cpp
  0.00% (0/110)
  0.00% (0/9)
  0.00% (0/80)
src/duckdb/extension/parquet/reader/variant/variant_binary_decoder.cpp
  0.00% (0/271)
  0.00% (0/11)
  0.00% (0/76)
src/duckdb/extension/parquet/reader/variant/variant_shredded_conversion.cpp
  0.00% (0/419)
  0.00% (0/28)
  0.00% (0/218)
src/duckdb/extension/parquet/reader/variant/variant_value.cpp
  0.00% (0/77)
  0.00% (0/3)
  0.00% (0/37)
src/duckdb/extension/parquet/reader/variant_column_reader.cpp
  0.00% (0/122)
  0.00% (0/9)
  0.00% (0/84)
src/duckdb/extension/parquet/serialize_parquet.cpp
  0.00% (0/88)
  0.00% (0/14)
  0.00% (0/14)
src/duckdb/extension/parquet/writer/array_column_writer.cpp
  0.00% (0/53)
  0.00% (0/4)
  0.00% (0/36)
src/duckdb/extension/parquet/writer/boolean_column_writer.cpp
  0.00% (0/68)
  0.00% (0/12)
  0.00% (0/45)
src/duckdb/extension/parquet/writer/decimal_column_writer.cpp
  0.00% (0/70)
  0.00% (0/13)
  0.00% (0/41)
src/duckdb/extension/parquet/writer/enum_column_writer.cpp
  0.00% (0/75)
  0.00% (0/12)
  0.00% (0/36)
src/duckdb/extension/parquet/writer/list_column_writer.cpp
  0.00% (0/119)
  0.00% (0/10)
  0.00% (0/71)
src/duckdb/extension/parquet/writer/primitive_column_writer.cpp
  0.00% (0/316)
  0.00% (0/19)
  0.00% (0/180)
src/duckdb/extension/parquet/writer/struct_column_writer.cpp
  0.00% (0/74)
  0.00% (0/10)
  0.00% (0/43)
src/duckdb/extension/parquet/writer/variant/convert_variant.cpp
  0.64% (6/934)
  3.33% (1/30)
  0.20% (1/511)
src/duckdb/extension/parquet/zstd_file_system.cpp
  0.00% (0/140)
  0.00% (0/15)
  0.00% (0/66)
src/duckdb/src/catalog/catalog.cpp
 59.83% (557/931)
 58.97% (69/117)
 61.60% (316/513)
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
 55.14% (161/292)
 68.00% (17/25)
 59.12% (94/159)
src/duckdb/src/catalog/catalog_entry/duck_table_entry.cpp
  2.61% (28/1072)
  9.76% (4/41)
  3.94% (22/559)
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
 71.43% (20/28)
100.00% (2/2)
 78.57% (11/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
 31.14% (85/273)
 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
 50.00% (41/82)
 71.43% (5/7)
 26.32% (10/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
 57.31% (149/260)
 77.27% (17/22)
 61.00% (122/200)
src/duckdb/src/catalog/catalog_set.cpp
 63.77% (345/541)
 71.15% (37/52)
 69.91% (230/329)
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
 18.10% (137/757)
 30.51% (18/59)
 22.26% (61/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
 87.07% (128/147)
100.00% (26/26)
 85.44% (88/103)
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/36)
  0.00% (0/9)
  0.00% (0/22)
src/duckdb/src/common/arrow/arrow_type_extension.cpp
 23.49% (70/298)
 30.95% (13/42)
 22.01% (35/159)
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/289)
  0.00% (0/23)
  0.00% (0/205)
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/944)
  0.00% (0/31)
  0.00% (0/539)
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/123)
  0.00% (0/14)
  0.00% (0/55)
src/duckdb/src/common/constants.cpp
 77.78% (28/36)
 71.43% (5/7)
 76.92% (10/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/138)
  0.00% (0/17)
  0.00% (0/44)
src/duckdb/src/common/encryption_key_manager.cpp
  0.00% (0/89)
  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.04% (236/3905)
  2.52% (16/636)
  2.52% (16/636)
src/duckdb/src/common/enums/catalog_type.cpp
 21.57% (22/102)
 50.00% (1/2)
 12.99% (10/77)
src/duckdb/src/common/enums/compression_type.cpp
  8.33% (8/96)
 25.00% (1/4)
  6.94% (5/72)
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
 23.24% (76/327)
 83.33% (5/6)
 27.65% (47/170)
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
 51.28% (20/39)
 83.33% (5/6)
 70.97% (22/31)
src/duckdb/src/common/enums/logical_operator_type.cpp
 31.01% (40/129)
100.00% (1/1)
 29.69% (19/64)
src/duckdb/src/common/enums/metric_type.cpp
 32.79% (80/244)
 57.14% (4/7)
 33.61% (41/122)
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
 23.67% (40/169)
100.00% (1/1)
 22.62% (19/84)
src/duckdb/src/common/enums/relation_type.cpp
  0.00% (0/61)
  0.00% (0/1)
  0.00% (0/30)
src/duckdb/src/common/enums/statement_type.cpp
 12.36% (11/89)
 50.00% (2/4)
 23.08% (12/52)
src/duckdb/src/common/error_data.cpp
 62.40% (78/125)
 76.47% (13/17)
 67.82% (59/87)
src/duckdb/src/common/exception.cpp
 44.65% (96/215)
 41.38% (24/58)
 42.11% (56/133)
src/duckdb/src/common/exception/binder_exception.cpp
100.00% (42/42)
100.00% (5/5)
100.00% (16/16)
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
 27.61% (98/355)
 40.28% (29/72)
 40.38% (105/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.89% (118/494)
 23.96% (23/96)
 30.88% (84/272)
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/281)
  0.00% (0/17)
  0.00% (0/164)
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
 14.13% (104/736)
 28.26% (13/46)
 12.50% (77/616)
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/848)
  0.00% (0/36)
  0.00% (0/435)
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
 21.78% (384/1763)
 21.88% (91/416)
 23.57% (185/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/30)
  0.00% (0/10)
  0.00% (0/13)
src/duckdb/src/common/printer.cpp
  0.00% (0/32)
  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/105)
  0.00% (0/5)
  0.00% (0/63)
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.26% (98/184)
 55.00% (11/20)
 52.63% (70/133)
src/duckdb/src/common/random_engine.cpp
 58.82% (30/51)
 58.33% (7/12)
 53.33% (16/30)
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.71% (26/82)
 50.00% (3/6)
 22.73% (10/44)
src/duckdb/src/common/row_operations/row_matcher.cpp
 39.75% (126/317)
 42.11% (8/19)
 48.10% (76/158)
src/duckdb/src/common/serializer/binary_deserializer.cpp
 78.85% (82/104)
 84.62% (22/26)
 76.92% (30/39)
src/duckdb/src/common/serializer/binary_serializer.cpp
 73.40% (69/94)
 75.86% (22/29)
 77.42% (24/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
 50.00% (41/82)
 60.00% (9/15)
 68.09% (32/47)
src/duckdb/src/common/serializer/serializer.cpp
 28.57% (6/21)
 33.33% (1/3)
 55.56% (5/9)
src/duckdb/src/common/sort/hashed_sort.cpp
 22.68% (105/463)
 43.75% (14/32)
 23.77% (63/265)
src/duckdb/src/common/sort/sort.cpp
 60.59% (206/340)
 72.41% (21/29)
 60.89% (109/179)
src/duckdb/src/common/sort/sorted_run.cpp
 58.38% (216/370)
 67.86% (19/28)
 62.02% (129/208)
src/duckdb/src/common/sort/sorted_run_merger.cpp
 50.50% (305/604)
 80.00% (28/35)
 56.60% (210/371)
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
 54.95% (416/757)
 58.14% (50/86)
 50.00% (246/492)
src/duckdb/src/common/tree_renderer.cpp
 41.18% (7/17)
100.00% (1/1)
 37.50% (3/8)
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/text_tree_renderer.cpp
 88.00% (374/425)
 69.57% (16/23)
 93.06% (295/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
 63.39% (1063/1677)
 75.00% (93/124)
 67.84% (753/1110)
src/duckdb/src/common/types/batched_data_collection.cpp
 29.58% (42/142)
 23.53% (4/17)
 38.55% (32/83)
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
 97.21% (209/215)
 91.67% (11/12)
 99.00% (99/100)
src/duckdb/src/common/types/column/column_data_allocator.cpp
 74.26% (176/237)
 90.00% (18/20)
 73.86% (130/176)
src/duckdb/src/common/types/column/column_data_collection.cpp
 69.26% (730/1054)
 78.41% (69/88)
 69.32% (418/603)
src/duckdb/src/common/types/column/column_data_collection_segment.cpp
 83.68% (200/239)
 78.26% (18/23)
 82.42% (136/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/100)
src/duckdb/src/common/types/data_chunk.cpp
 51.49% (156/303)
 55.00% (22/40)
 50.81% (126/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/731)
  0.00% (0/32)
  0.00% (0/466)
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
 74.96% (473/631)
 69.89% (65/93)
 78.93% (266/337)
src/duckdb/src/common/types/hyperloglog.cpp
 34.34% (68/198)
 38.89% (7/18)
 36.67% (44/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
  5.38% (25/465)
  4.55% (2/44)
  3.31% (6/181)
src/duckdb/src/common/types/row/block_iterator.cpp
 63.64% (14/22)
 75.00% (3/4)
 45.00% (9/20)
src/duckdb/src/common/types/row/partitioned_tuple_data.cpp
 76.70% (214/279)
 75.86% (22/29)
 79.27% (130/164)
src/duckdb/src/common/types/row/tuple_data_allocator.cpp
 49.24% (291/591)
 75.76% (25/33)
 58.07% (223/384)
src/duckdb/src/common/types/row/tuple_data_collection.cpp
 59.35% (346/583)
 71.67% (43/60)
 58.91% (195/331)
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
 94.94% (169/178)
 85.71% (6/7)
 96.00% (120/125)
src/duckdb/src/common/types/row/tuple_data_scatter_gather.cpp
 32.88% (460/1399)
 43.10% (25/58)
 33.47% (240/717)
src/duckdb/src/common/types/row/tuple_data_segment.cpp
 69.05% (87/126)
 75.00% (12/16)
 82.14% (69/84)
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
  6.78% (32/472)
 12.50% (6/48)
  2.70% (9/333)
src/duckdb/src/common/types/uhugeint.cpp
 61.99% (274/442)
 58.14% (50/86)
 67.66% (136/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
 27.08% (52/192)
 38.46% (5/13)
 29.37% (37/126)
src/duckdb/src/common/types/value.cpp
 46.28% (878/1897)
 47.29% (122/258)
 45.37% (446/983)
src/duckdb/src/common/types/vector.cpp
 28.44% (639/2247)
 32.90% (51/155)
 34.36% (445/1295)
src/duckdb/src/common/types/vector_buffer.cpp
 46.15% (48/104)
 51.72% (15/29)
 39.19% (29/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
 48.13% (90/187)
 52.38% (11/21)
 53.66% (66/123)
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
 40.50% (81/200)
 60.00% (15/25)
 43.93% (47/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/799)
  0.00% (0/51)
  0.00% (0/404)
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
 47.49% (199/419)
 66.67% (12/18)
 44.98% (130/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.18% (68/233)
 36.11% (13/36)
 32.19% (47/146)
src/duckdb/src/execution/adaptive_filter.cpp
 45.95% (34/74)
 80.00% (4/5)
 55.00% (33/60)
src/duckdb/src/execution/aggregate_hashtable.cpp
 58.12% (383/659)
 69.09% (38/55)
 63.35% (280/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
 70.67% (212/300)
 76.67% (23/30)
 74.46% (172/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
100.00% (25/25)
100.00% (2/2)
 80.00% (8/10)
src/duckdb/src/execution/expression_executor/execute_comparison.cpp
 26.23% (64/244)
 30.00% (6/20)
 17.35% (17/98)
src/duckdb/src/execution/expression_executor/execute_conjunction.cpp
 54.37% (56/103)
100.00% (4/4)
 44.83% (26/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
 64.86% (72/111)
100.00% (6/6)
 63.33% (57/90)
src/duckdb/src/execution/expression_executor/execute_operator.cpp
 65.97% (95/144)
100.00% (2/2)
 60.49% (49/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
 95.12% (39/41)
100.00% (9/9)
 96.67% (29/30)
src/duckdb/src/execution/index/art/art.cpp
  0.00% (0/900)
  0.00% (0/50)
  0.00% (0/519)
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/208)
  0.00% (0/7)
  0.00% (0/189)
src/duckdb/src/execution/index/art/leaf.cpp
  0.00% (0/157)
  0.00% (0/9)
  0.00% (0/111)
src/duckdb/src/execution/index/art/node.cpp
  0.00% (0/444)
  0.00% (0/25)
  0.00% (0/228)
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/283)
  0.00% (0/18)
  0.00% (0/190)
src/duckdb/src/execution/index/bound_index.cpp
  0.00% (0/137)
  0.00% (0/25)
  0.00% (0/46)
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/40)
  0.00% (0/3)
  0.00% (0/31)
src/duckdb/src/execution/join_hashtable.cpp
 37.55% (466/1241)
 54.93% (39/71)
 38.83% (320/824)
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
 58.33% (35/60)
 66.67% (6/9)
 54.00% (27/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
 49.32% (36/73)
 71.43% (5/7)
 48.84% (21/43)
src/duckdb/src/execution/operator/aggregate/physical_hash_aggregate.cpp
 43.99% (271/616)
 55.81% (24/43)
 38.54% (143/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/442)
  4.00% (1/25)
  6.53% (16/245)
src/duckdb/src/execution/operator/aggregate/physical_ungrouped_aggregate.cpp
 48.89% (199/407)
 65.71% (23/35)
 48.83% (125/256)
src/duckdb/src/execution/operator/aggregate/physical_window.cpp
 68.12% (468/687)
 89.80% (44/49)
 78.22% (316/404)
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/66)
  0.00% (0/12)
  0.00% (0/50)
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/1764)
  0.00% (0/44)
  0.00% (0/1146)
src/duckdb/src/execution/operator/csv_scanner/sniffer/csv_sniffer.cpp
  0.00% (0/202)
  0.00% (0/7)
  0.00% (0/127)
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/407)
  0.00% (0/12)
  0.00% (0/259)
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
 97.22% (35/36)
100.00% (6/6)
 95.24% (20/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
 83.33% (30/36)
100.00% (4/4)
 89.29% (25/28)
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
 14.38% (43/299)
 25.00% (3/12)
 23.35% (39/167)
src/duckdb/src/execution/operator/join/physical_asof_join.cpp
  0.00% (0/748)
  0.00% (0/47)
  0.00% (0/387)
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
 42.22% (404/957)
 61.54% (40/65)
 42.78% (237/554)
src/duckdb/src/execution/operator/join/physical_iejoin.cpp
  0.00% (0/799)
  0.00% (0/47)
  0.00% (0/424)
src/duckdb/src/execution/operator/join/physical_join.cpp
 71.19% (42/59)
 80.00% (4/5)
 74.07% (20/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/517)
  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/352)
  0.00% (0/21)
  0.00% (0/173)
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/559)
  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/117)
  0.00% (0/9)
  0.00% (0/77)
src/duckdb/src/execution/operator/projection/physical_unnest.cpp
 90.53% (153/169)
100.00% (8/8)
 92.86% (117/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/146)
  0.00% (0/14)
  0.00% (0/90)
src/duckdb/src/execution/operator/scan/physical_table_scan.cpp
 35.08% (87/248)
 76.47% (13/17)
 37.06% (63/170)
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/82)
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)
 89.36% (42/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
 75.54% (176/233)
 71.43% (25/35)
 79.84% (99/124)
src/duckdb/src/execution/physical_plan/plan_aggregate.cpp
 62.03% (165/266)
100.00% (6/6)
 69.23% (99/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
 42.86% (36/84)
 50.00% (2/4)
 32.20% (19/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
 54.29% (38/70)
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% (20/20)
100.00% (1/1)
100.00% (16/16)
src/duckdb/src/execution/physical_plan/plan_get.cpp
 27.78% (45/162)
 50.00% (1/2)
 35.80% (29/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
100.00% (7/7)
100.00% (1/1)
100.00% (5/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
 81.19% (82/101)
100.00% (1/1)
 85.25% (52/61)
src/duckdb/src/execution/physical_plan_generator.cpp
 67.31% (105/156)
100.00% (6/6)
 61.54% (48/78)
src/duckdb/src/execution/radix_partitioned_hashtable.cpp
 65.76% (388/590)
 82.93% (34/41)
 67.84% (270/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
 49.64% (139/280)
 75.00% (21/28)
 47.80% (76/159)
src/duckdb/src/function/aggregate/distributive/minmax.cpp
 27.52% (101/367)
 40.00% (16/40)
 26.29% (46/175)
src/duckdb/src/function/aggregate/sorted_aggregate_function.cpp
 17.60% (91/517)
 17.14% (6/35)
 19.31% (56/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
 30.54% (51/167)
 45.45% (10/22)
 32.50% (39/120)
src/duckdb/src/function/cast/decimal_cast.cpp
 85.00% (204/240)
100.00% (16/16)
 84.40% (92/109)
src/duckdb/src/function/cast/default_casts.cpp
 53.28% (73/137)
 75.00% (9/12)
 64.04% (57/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
 17.80% (42/236)
 57.14% (4/7)
 13.51% (15/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
 75.00% (54/72)
100.00% (2/2)
 73.53% (25/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)
 20.59% (28/136)
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.85% (243/530)
 62.50% (15/24)
 47.80% (174/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
 67.74% (84/124)
 69.23% (18/26)
 77.03% (57/74)
src/duckdb/src/function/function_binder.cpp
 83.18% (450/541)
 94.59% (35/37)
 84.73% (294/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
 48.22% (122/253)
 75.00% (6/8)
 46.90% (68/145)
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
 62.07% (18/29)
 83.33% (5/6)
 69.23% (9/13)
src/duckdb/src/function/register_function_list.cpp
 96.43% (54/56)
100.00% (9/9)
 96.67% (29/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
 42.01% (92/219)
 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
 46.83% (443/946)
 58.62% (34/58)
 48.73% (250/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
 53.01% (44/83)
 87.50% (7/8)
 50.00% (24/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
 26.98% (17/63)
 33.33% (4/12)
 23.53% (4/17)
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_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
 32.29% (62/192)
 28.57% (10/35)
 36.70% (40/109)
src/duckdb/src/function/scalar/operator/arithmetic.cpp
 76.34% (755/989)
 60.29% (41/68)
 78.71% (366/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
 40.27% (60/149)
 37.04% (10/27)
 42.86% (36/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
 33.45% (94/281)
 55.56% (10/18)
 28.57% (42/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
 29.76% (61/205)
 29.17% (7/24)
 20.69% (18/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.41% (7/497)
  5.00% (1/20)
  0.34% (1/298)
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
  7.00% (17/243)
  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
  8.89% (4/45)
 16.67% (1/6)
  4.00% (1/25)
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
  5.17% (9/174)
 11.11% (1/9)
  0.94% (1/106)
src/duckdb/src/function/scalar/variant/variant_normalize.cpp
  1.90% (4/211)
  3.12% (1/32)
  1.54% (1/65)
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/366)
  0.00% (0/46)
  0.00% (0/248)
src/duckdb/src/function/scalar_function.cpp
 90.48% (38/42)
100.00% (8/8)
 96.23% (51/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/133)
  0.00% (0/8)
  0.00% (0/60)
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
 15.38% (12/78)
 17.65% (3/17)
 11.11% (3/27)
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
 74.89% (176/235)
 80.00% (20/25)
 70.73% (58/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.72% (5/184)
 16.67% (1/6)
  1.59% (1/63)
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
 97.27% (499/513)
100.00% (76/76)
 93.00% (226/243)
src/duckdb/src/function/table/system/duckdb_indexes.cpp
 56.82% (50/88)
 71.43% (5/7)
 42.86% (9/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
 67.21% (41/61)
 42.86% (3/7)
 45.45% (10/22)
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.43% (7/83)
 14.29% (1/7)
  3.45% (1/29)
src/duckdb/src/function/table/system/duckdb_sequences.cpp
 67.90% (55/81)
 83.33% (5/6)
 47.37% (9/19)
src/duckdb/src/function/table/system/duckdb_settings.cpp
 19.00% (19/100)
 33.33% (2/6)
  5.00% (2/40)
src/duckdb/src/function/table/system/duckdb_tables.cpp
 88.78% (87/98)
 85.71% (6/7)
 76.92% (20/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
 93.15% (136/146)
100.00% (6/6)
 91.43% (64/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
100.00% (71/71)
100.00% (6/6)
100.00% (19/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
 15.31% (15/98)
 12.50% (1/8)
  1.79% (1/56)
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.13% (6/282)
 16.67% (1/6)
  2.70% (1/37)
src/duckdb/src/function/table/system/test_vector_types.cpp
  2.87% (7/244)
  5.88% (1/17)
  0.81% (1/124)
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
  6.10% (33/541)
  6.98% (3/43)
  1.19% (3/253)
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
 43.08% (28/65)
 54.55% (6/11)
 74.26% (75/101)
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/window/window_aggregate_function.cpp
 58.49% (93/159)
100.00% (10/10)
 52.42% (65/124)
src/duckdb/src/function/window/window_aggregate_states.cpp
 93.75% (30/32)
100.00% (5/5)
 95.00% (19/20)
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.61% (142/204)
100.00% (13/13)
 66.38% (77/116)
src/duckdb/src/function/window/window_custom_aggregator.cpp
  0.00% (0/85)
  0.00% (0/10)
  0.00% (0/36)
src/duckdb/src/function/window/window_distinct_aggregator.cpp
  1.13% (5/443)
  3.85% (1/26)
  4.35% (7/161)
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.83% (179/315)
 75.00% (12/16)
 46.76% (65/139)
src/duckdb/src/function/window/window_rank_function.cpp
  0.00% (0/200)
  0.00% (0/18)
  0.00% (0/109)
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/375)
  0.00% (0/25)
  0.00% (0/261)
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_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
  0.00% (0/14)
  0.00% (0/5)
  0.00% (0/6)
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/67)
  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
 40.00% (36/90)
 25.00% (2/8)
 44.12% (15/34)
src/duckdb/src/include/duckdb/common/bitpacking.hpp
  0.00% (0/146)
  0.00% (0/13)
  0.00% (0/122)
src/duckdb/src/include/duckdb/common/bswap.hpp
 80.00% (12/15)
 80.00% (4/5)
 88.89% (8/9)
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
 25.49% (13/51)
 27.78% (5/18)
 31.82% (7/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
100.00% (7/7)
100.00% (3/3)
100.00% (3/3)
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/6)
  0.00% (0/3)
  0.00% (0/3)
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/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
 25.00% (3/12)
 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
  5.31% (63/1187)
 33.33% (2/6)
  5.75% (30/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
 40.00% (4/10)
 33.33% (1/3)
 33.33% (1/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
 57.69% (75/130)
 50.00% (14/28)
 69.01% (49/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
 76.67% (69/90)
 75.00% (21/28)
 81.82% (36/44)
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
 25.00% (18/72)
 25.00% (6/24)
 25.00% (6/24)
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.28% (13/570)
  4.00% (1/25)
  0.66% (2/301)
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
 70.37% (38/54)
 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
 26.45% (32/121)
 24.24% (8/33)
 24.24% (8/33)
src/duckdb/src/include/duckdb/common/operator/abs.hpp
 40.74% (22/54)
 50.00% (6/12)
 54.55% (18/33)
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
 52.63% (50/95)
 50.00% (3/6)
 50.00% (44/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
 69.70% (23/33)
100.00% (1/1)
 68.75% (22/32)
src/duckdb/src/include/duckdb/common/operator/integer_cast_operator.hpp
 40.29% (139/345)
 57.14% (8/14)
 44.95% (129/287)
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
 45.50% (167/367)
 48.39% (45/93)
 47.33% (71/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/71)
  0.00% (0/15)
  0.00% (0/41)
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/119)
  0.00% (0/13)
  0.00% (0/82)
src/duckdb/src/include/duckdb/common/profiler.hpp
 91.30% (21/23)
100.00% (5/5)
 90.91% (10/11)
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
 59.91% (133/222)
 72.97% (27/37)
 55.05% (60/109)
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
 73.60% (237/322)
 73.21% (41/56)
 73.21% (82/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
 84.62% (88/104)
 86.21% (25/29)
 91.07% (51/56)
src/duckdb/src/include/duckdb/common/sorting/sort_key.hpp
 53.49% (115/215)
 66.67% (20/30)
 60.19% (65/108)
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)
 45.76% (54/118)
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/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
 62.03% (49/79)
100.00% (3/3)
 67.50% (81/120)
src/duckdb/src/include/duckdb/common/type_visitor.hpp
 43.30% (42/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/29)
  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/date_lookup_cache.hpp
  0.00% (0/28)
  0.00% (0/5)
  0.00% (0/22)
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/20)
src/duckdb/src/include/duckdb/common/types/geometry.hpp
  0.00% (0/80)
  0.00% (0/17)
  0.00% (0/55)
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
 87.88% (58/66)
100.00% (12/12)
 90.24% (37/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/86)
  0.00% (0/12)
  0.00% (0/41)
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
 39.39% (78/198)
 51.22% (21/41)
 35.51% (38/107)
src/duckdb/src/include/duckdb/common/types/row/partitioned_tuple_data.hpp
 51.22% (21/41)
 45.45% (5/11)
 52.63% (10/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.90% (73/138)
 61.54% (16/26)
 66.27% (55/83)
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
 59.27% (179/302)
 72.73% (40/55)
 55.56% (105/189)
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/66)
  0.00% (0/13)
  0.00% (0/30)
src/duckdb/src/include/duckdb/common/types/variant_visitor.hpp
  0.00% (0/151)
  0.00% (0/9)
  0.00% (0/80)
src/duckdb/src/include/duckdb/common/types/vector.hpp
 53.36% (119/223)
 61.11% (33/54)
 55.73% (73/131)
src/duckdb/src/include/duckdb/common/types/vector_buffer.hpp
 44.78% (60/134)
 45.45% (20/44)
 42.62% (26/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
 29.36% (106/361)
 47.62% (10/21)
 31.28% (76/243)
src/duckdb/src/include/duckdb/common/vector_operations/binary_executor.hpp
 45.74% (177/387)
 59.26% (16/27)
 47.70% (145/304)
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/generic_executor.hpp
  0.00% (0/107)
  0.00% (0/10)
  0.00% (0/73)
src/duckdb/src/include/duckdb/common/vector_operations/senary_executor.hpp
  0.00% (0/73)
  0.00% (0/1)
  0.00% (0/41)
src/duckdb/src/include/duckdb/common/vector_operations/ternary_executor.hpp
  0.00% (0/127)
  0.00% (0/10)
  0.00% (0/83)
src/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp
 38.42% (78/203)
 58.82% (10/17)
 33.64% (37/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/248)
  0.00% (0/6)
  0.00% (0/164)
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/47)
  0.00% (0/13)
  0.00% (0/36)
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/33)
  0.00% (0/11)
  0.00% (0/11)
src/duckdb/src/include/duckdb/execution/join_hashtable.hpp
 73.33% (22/30)
 70.00% (7/10)
 58.33% (7/12)
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
100.00% (8/8)
100.00% (3/3)
100.00% (7/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/258)
  0.00% (0/20)
  0.00% (0/161)
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
100.00% (3/3)
100.00% (1/1)
100.00% (1/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
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/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
 91.67% (22/24)
100.00% (7/7)
 90.00% (9/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/6)
  0.00% (0/2)
  0.00% (0/2)
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% (3/3)
100.00% (1/1)
100.00% (1/1)
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
100.00% (9/9)
100.00% (3/3)
100.00% (3/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
 77.33% (58/75)
 82.61% (19/23)
 80.56% (29/36)
src/duckdb/src/include/duckdb/execution/physical_operator_states.hpp
 94.00% (47/50)
 94.12% (16/17)
 94.44% (17/18)
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/282)
  0.00% (0/48)
  0.00% (0/149)
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
 78.45% (91/116)
 75.86% (22/29)
 75.68% (84/111)
src/duckdb/src/include/duckdb/function/aggregate_state.hpp
 64.29% (18/28)
 75.00% (6/8)
 73.08% (19/26)
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
 25.49% (13/51)
 22.22% (4/18)
 63.04% (29/46)
src/duckdb/src/include/duckdb/function/copy_function.hpp
  9.52% (2/21)
 11.11% (1/9)
 15.38% (2/13)
src/duckdb/src/include/duckdb/function/create_sort_key.hpp
 84.00% (21/25)
 66.67% (2/3)
 80.95% (17/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
 80.00% (12/15)
 75.00% (3/4)
 75.00% (3/4)
src/duckdb/src/include/duckdb/function/function_serialization.hpp
 83.58% (112/134)
100.00% (8/8)
 82.76% (72/87)
src/duckdb/src/include/duckdb/function/function_set.hpp
 94.59% (35/37)
100.00% (6/6)
 96.77% (30/31)
src/duckdb/src/include/duckdb/function/lambda_functions.hpp
  6.06% (2/33)
 20.00% (1/5)
 18.52% (5/27)
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/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
 69.44% (25/36)
 71.43% (5/7)
 83.87% (26/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
 87.50% (98/112)
 60.00% (6/10)
 78.57% (44/56)
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/8)
  0.00% (0/3)
  0.00% (0/3)
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
 28.12% (18/64)
 27.78% (5/18)
 38.10% (24/63)
src/duckdb/src/include/duckdb/function/to_interval.hpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/4)
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/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
 70.00% (7/10)
 80.00% (4/5)
 93.33% (14/15)
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
 60.00% (9/15)
 60.00% (3/5)
 60.00% (3/5)
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/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/490)
  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.hpp
100.00% (15/15)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/main/database_file_opener.hpp
 42.31% (11/26)
 44.44% (4/9)
 58.33% (7/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
 92.59% (50/54)
 91.67% (11/12)
 93.75% (15/16)
src/duckdb/src/include/duckdb/main/profiling_node.hpp
100.00% (19/19)
100.00% (7/7)
100.00% (7/7)
src/duckdb/src/include/duckdb/main/query_profiler.hpp
 69.39% (34/49)
 69.23% (9/13)
 73.68% (14/19)
src/duckdb/src/include/duckdb/main/query_result.hpp
  0.00% (0/64)
  0.00% (0/11)
  0.00% (0/17)
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
 73.33% (11/15)
 80.00% (4/5)
 75.00% (15/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
100.00% (1/1)
100.00% (1/1)
100.00% (2/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_order/cardinality_estimator.hpp
100.00% (12/12)
100.00% (7/7)
100.00% (22/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
100.00% (6/6)
100.00% (3/3)
100.00% (11/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% (2/2)
100.00% (1/1)
100.00% (4/4)
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
 33.33% (1/3)
 33.33% (1/3)
 33.33% (1/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
 47.37% (18/38)
 50.00% (4/8)
 33.33% (7/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
 88.30% (83/94)
100.00% (4/4)
 83.93% (47/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
100.00% (9/9)
100.00% (3/3)
100.00% (3/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
 50.00% (3/6)
 50.00% (1/2)
 50.00% (1/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
 86.36% (19/22)
 88.89% (8/9)
 92.31% (12/13)
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
100.00% (9/9)
100.00% (4/4)
100.00% (4/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/conjunction_filter.hpp
  0.00% (0/7)
  0.00% (0/3)
  0.00% (0/4)
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/5)
  0.00% (0/2)
  0.00% (0/2)
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
 80.00% (28/35)
 66.67% (4/6)
 77.14% (27/35)
src/duckdb/src/include/duckdb/storage/block.hpp
 14.29% (2/14)
 16.67% (1/6)
 20.00% (3/15)
src/duckdb/src/include/duckdb/storage/block_manager.hpp
 26.53% (13/49)
 35.71% (5/14)
 25.00% (5/20)
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/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_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/231)
  0.00% (0/19)
  0.00% (0/132)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_analyze.hpp
  0.00% (0/99)
  0.00% (0/9)
  0.00% (0/40)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_compress.hpp
  0.00% (0/159)
  0.00% (0/14)
  0.00% (0/64)
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/124)
  0.00% (0/14)
  0.00% (0/73)
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/124)
  0.00% (0/9)
  0.00% (0/61)
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/169)
  0.00% (0/14)
  0.00% (0/56)
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/126)
  0.00% (0/14)
  0.00% (0/59)
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.59% (8/69)
  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/122)
  0.00% (0/21)
  0.00% (0/68)
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/57)
  0.00% (0/19)
  0.00% (0/19)
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
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/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/55)
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
 24.44% (11/45)
 25.00% (4/16)
 25.00% (5/20)
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
 11.32% (6/53)
 12.50% (2/16)
  6.67% (2/30)
src/duckdb/src/include/duckdb/storage/storage_options.hpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/storage/string_uncompressed.hpp
 50.98% (52/102)
 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
 13.04% (3/23)
  8.33% (1/12)
  6.25% (1/16)
src/duckdb/src/include/duckdb/storage/table/column_data_checkpointer.hpp
  0.00% (0/9)
  0.00% (0/4)
  0.00% (0/12)
src/duckdb/src/include/duckdb/storage/table/column_segment.hpp
 63.16% (12/19)
 60.00% (3/5)
 73.91% (17/23)
src/duckdb/src/include/duckdb/storage/table/data_table_info.hpp
 40.00% (6/15)
 40.00% (2/5)
 40.00% (2/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
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
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_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/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/storage/table/scan_state.hpp
 45.00% (9/20)
 42.86% (3/7)
 37.50% (3/8)
src/duckdb/src/include/duckdb/storage/table/segment_base.hpp
100.00% (6/6)
100.00% (2/2)
100.00% (5/5)
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
 60.00% (150/250)
 77.27% (34/44)
 61.94% (96/155)
src/duckdb/src/include/duckdb/storage/table/table_index_list.hpp
 33.33% (8/24)
 40.00% (2/5)
 16.67% (2/12)
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_io_manager.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/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
 35.71% (5/14)
 40.00% (2/5)
 40.00% (2/5)
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
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
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
 25.63% (51/199)
 30.30% (10/33)
 25.58% (22/86)
src/duckdb/src/logging/log_storage.cpp
  8.38% (48/573)
 10.77% (7/65)
  6.22% (15/241)
src/duckdb/src/logging/log_types.cpp
 31.58% (42/133)
 33.33% (6/18)
 34.62% (9/26)
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/488)
  0.00% (0/60)
  0.00% (0/249)
src/duckdb/src/main/attached_database.cpp
 47.62% (100/210)
 62.07% (18/29)
 52.44% (86/164)
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/293)
  0.00% (0/47)
  0.00% (0/162)
src/duckdb/src/main/capi/arrow-c.cpp
  0.00% (0/381)
  0.00% (0/29)
  0.00% (0/214)
src/duckdb/src/main/capi/cast/from_decimal-c.cpp
  0.00% (0/93)
  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/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/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/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/402)
  0.00% (0/54)
  0.00% (0/285)
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.99% (494/1098)
 47.62% (40/84)
 54.01% (330/611)
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
 43.14% (66/153)
 40.82% (20/49)
 44.23% (23/52)
src/duckdb/src/main/client_verify.cpp
 82.81% (106/128)
100.00% (6/6)
 77.61% (52/67)
src/duckdb/src/main/config.cpp
 34.91% (207/593)
 47.17% (25/53)
 30.51% (144/472)
src/duckdb/src/main/connection.cpp
  8.92% (24/269)
  9.68% (6/62)
 13.33% (16/120)
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
 64.74% (246/380)
 70.00% (42/60)
 52.00% (91/175)
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
 46.18% (145/314)
 62.50% (15/24)
 47.73% (84/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/118)
  0.00% (0/11)
  0.00% (0/76)
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
  1.63% (2/123)
 14.29% (1/7)
  1.10% (1/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
 18.64% (55/295)
 36.84% (7/19)
 18.52% (30/162)
src/duckdb/src/main/extension/extension_install.cpp
 48.90% (177/362)
 69.23% (18/26)
 52.41% (98/187)
src/duckdb/src/main/extension/extension_load.cpp
 18.51% (72/389)
 36.36% (8/22)
 19.52% (41/210)
src/duckdb/src/main/extension/extension_loader.cpp
 35.63% (62/174)
 37.50% (12/32)
 45.56% (41/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
 67.95% (53/78)
 81.82% (9/11)
 73.33% (33/45)
src/duckdb/src/main/http/http_util.cpp
 47.30% (193/408)
 60.00% (27/45)
 47.80% (98/205)
src/duckdb/src/main/materialized_query_result.cpp
 38.37% (33/86)
 40.00% (4/10)
 43.10% (25/58)
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/88)
  0.00% (0/16)
  0.00% (0/88)
src/duckdb/src/main/prepared_statement_data.cpp
 44.79% (43/96)
 62.50% (5/8)
 57.14% (40/70)
src/duckdb/src/main/profiling_info.cpp
 61.47% (142/231)
 88.89% (8/9)
 56.25% (63/112)
src/duckdb/src/main/query_profiler.cpp
 47.06% (416/884)
 65.45% (36/55)
 54.53% (265/486)
src/duckdb/src/main/query_result.cpp
 33.80% (48/142)
 60.00% (12/20)
 37.01% (47/127)
src/duckdb/src/main/relation.cpp
  0.00% (0/319)
  0.00% (0/63)
  0.00% (0/131)
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/31)
  0.00% (0/6)
  0.00% (0/12)
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/26)
  0.00% (0/6)
  0.00% (0/10)
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/62)
  0.00% (0/11)
  0.00% (0/21)
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/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.13% (33/538)
  6.00% (3/50)
  4.21% (11/261)
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.10% (4/364)
  1.11% (1/90)
  0.68% (1/147)
src/duckdb/src/main/settings/custom_settings.cpp
  1.18% (13/1099)
  1.80% (3/167)
  0.93% (5/537)
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
 70.23% (151/215)
 90.00% (9/10)
 62.38% (63/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
 61.64% (98/159)
 60.00% (6/10)
 64.94% (50/77)
src/duckdb/src/optimizer/common_aggregate_optimizer.cpp
100.00% (55/55)
100.00% (4/4)
100.00% (25/25)
src/duckdb/src/optimizer/common_subplan_optimizer.cpp
 87.82% (382/435)
100.00% (28/28)
 87.01% (221/254)
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
 83.02% (88/106)
100.00% (2/2)
 82.67% (62/75)
src/duckdb/src/optimizer/compressed_materialization/compress_comparison_join.cpp
 11.71% (13/111)
 33.33% (1/3)
  9.88% (8/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
100.00% (117/117)
100.00% (10/10)
100.00% (63/63)
src/duckdb/src/optimizer/cte_filter_pusher.cpp
 39.02% (32/82)
 80.00% (4/5)
 44.64% (25/56)
src/duckdb/src/optimizer/cte_inlining.cpp
 67.47% (112/166)
 88.89% (8/9)
 63.46% (66/104)
src/duckdb/src/optimizer/deliminator.cpp
  4.82% (15/311)
 13.33% (2/15)
  2.93% (7/239)
src/duckdb/src/optimizer/empty_result_pullup.cpp
 73.03% (65/89)
100.00% (2/2)
 83.61% (51/61)
src/duckdb/src/optimizer/expression_heuristics.cpp
 48.19% (120/249)
 57.89% (11/19)
 53.06% (52/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
 13.03% (117/898)
 27.27% (9/33)
 14.24% (93/653)
src/duckdb/src/optimizer/filter_pullup.cpp
 78.51% (95/121)
100.00% (7/7)
 72.94% (62/85)
src/duckdb/src/optimizer/filter_pushdown.cpp
 72.51% (211/291)
 94.12% (16/17)
 68.35% (95/139)
src/duckdb/src/optimizer/in_clause_rewriter.cpp
 83.67% (82/98)
100.00% (2/2)
 80.00% (52/65)
src/duckdb/src/optimizer/join_filter_pushdown_optimizer.cpp
 52.85% (102/193)
100.00% (5/5)
 60.53% (69/114)
src/duckdb/src/optimizer/join_order/cardinality_estimator.cpp
 48.54% (183/377)
 79.17% (19/24)
 42.22% (114/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
 80.30% (53/66)
 71.43% (5/7)
 75.86% (22/29)
src/duckdb/src/optimizer/join_order/join_relation_set.cpp
 78.79% (78/99)
 70.00% (7/10)
 80.95% (51/63)
src/duckdb/src/optimizer/join_order/plan_enumerator.cpp
 92.54% (310/335)
100.00% (15/15)
 95.49% (233/244)
src/duckdb/src/optimizer/join_order/query_graph.cpp
 76.11% (86/113)
 75.00% (9/12)
 80.00% (52/65)
src/duckdb/src/optimizer/join_order/query_graph_manager.cpp
 57.61% (178/309)
 81.25% (13/16)
 44.13% (109/247)
src/duckdb/src/optimizer/join_order/relation_manager.cpp
 68.35% (352/515)
 94.74% (18/19)
 69.76% (203/291)
src/duckdb/src/optimizer/join_order/relation_statistics_helper.cpp
 74.14% (281/379)
 86.67% (13/15)
 70.56% (127/180)
src/duckdb/src/optimizer/late_materialization.cpp
 11.92% (41/344)
 27.27% (3/11)
 16.76% (29/173)
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
 77.27% (85/110)
 81.82% (9/11)
 82.56% (71/86)
src/duckdb/src/optimizer/optimizer.cpp
 86.12% (304/353)
 88.10% (37/42)
 76.39% (55/72)
src/duckdb/src/optimizer/pullup/pullup_both_side.cpp
100.00% (15/15)
100.00% (1/1)
100.00% (15/15)
src/duckdb/src/optimizer/pullup/pullup_filter.cpp
100.00% (14/14)
100.00% (1/1)
100.00% (13/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
 69.01% (49/71)
 80.00% (4/5)
 79.17% (38/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
 84.62% (44/52)
100.00% (1/1)
 76.32% (29/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
 62.07% (18/29)
100.00% (1/1)
 73.91% (17/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
 89.86% (62/69)
100.00% (5/5)
 92.45% (49/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
 37.93% (11/29)
100.00% (1/1)
 44.44% (8/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
 50.00% (18/36)
100.00% (1/1)
 70.00% (14/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.92% (182/372)
 72.73% (8/11)
 47.35% (107/226)
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
 79.35% (73/92)
100.00% (5/5)
 64.29% (27/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.58% (13/284)
 14.29% (1/7)
  1.34% (2/149)
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
 36.51% (23/63)
100.00% (3/3)
 46.34% (19/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
 49.07% (53/108)
100.00% (2/2)
 56.94% (41/72)
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
 34.98% (71/203)
 80.00% (8/10)
 40.41% (59/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
 18.05% (48/266)
 28.57% (2/7)
 20.22% (37/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
 30.89% (38/123)
 75.00% (3/4)
 35.23% (31/88)
src/duckdb/src/optimizer/topn_window_elimination.cpp
  4.76% (35/736)
 16.00% (4/25)
  6.47% (27/417)
src/duckdb/src/optimizer/unnest_rewriter.cpp
  7.56% (17/225)
 22.22% (2/9)
  4.47% (8/179)
src/duckdb/src/parallel/async_result.cpp
 17.31% (18/104)
 23.53% (4/17)
 18.18% (16/88)
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.55% (298/509)
 66.67% (26/39)
 60.19% (189/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
 63.89% (184/288)
 71.43% (25/35)
 71.04% (130/183)
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
 75.00% (12/16)
100.00% (3/3)
 81.82% (9/11)
src/duckdb/src/parallel/pipeline_executor.cpp
 83.65% (312/373)
 94.74% (18/19)
 86.38% (279/323)
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
 61.29% (38/62)
 66.67% (8/12)
 68.57% (24/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.23% (196/310)
 71.79% (28/39)
 63.25% (105/166)
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
 78.57% (11/14)
 75.00% (3/4)
 91.67% (11/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)
 87.67% (64/73)
src/duckdb/src/parser/expression/lambda_expression.cpp
 85.06% (74/87)
100.00% (10/10)
 86.54% (45/52)
src/duckdb/src/parser/expression/lambdaref_expression.cpp
 54.55% (18/33)
 42.86% (3/7)
 81.82% (18/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.94% (91/138)
100.00% (6/6)
 78.00% (117/150)
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
 65.00% (13/20)
 66.67% (4/6)
 80.00% (8/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
 79.17% (19/24)
 75.00% (3/4)
 66.67% (6/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)
 72.41% (42/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
 71.43% (215/301)
 83.33% (10/12)
 77.61% (104/134)
src/duckdb/src/parser/parser.cpp
 36.82% (211/573)
 50.00% (11/22)
 46.70% (177/379)
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
 64.43% (96/149)
100.00% (4/4)
 75.21% (91/121)
src/duckdb/src/parser/query_node/set_operation_node.cpp
 54.05% (60/111)
100.00% (7/7)
 56.04% (51/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
 71.43% (55/77)
100.00% (3/3)
 77.08% (37/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
 72.55% (37/51)
100.00% (4/4)
 79.41% (27/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
 91.67% (22/24)
100.00% (4/4)
 90.00% (9/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
 87.80% (36/41)
100.00% (1/1)
 95.45% (21/22)
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.00% (18/20)
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
 50.91% (195/383)
 66.67% (6/9)
 61.02% (216/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
 89.53% (154/172)
100.00% (5/5)
 91.46% (75/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
 91.67% (33/36)
100.00% (1/1)
 93.55% (29/31)
src/duckdb/src/parser/transform/helpers/transform_sample.cpp
 56.86% (29/51)
 50.00% (1/2)
 57.14% (20/35)
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
 83.90% (99/118)
100.00% (5/5)
 88.46% (69/78)
src/duckdb/src/parser/transform/statement/transform_create_table_as.cpp
 53.66% (22/41)
100.00% (1/1)
 63.16% (12/19)
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
 40.43% (19/47)
 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)
 81.48% (22/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
 86.67% (13/15)
100.00% (1/1)
 85.71% (6/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
 90.48% (38/42)
100.00% (2/2)
 95.65% (22/23)
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
 51.17% (328/641)
 69.81% (37/53)
 54.18% (188/347)
src/duckdb/src/planner/binder.cpp
 58.75% (198/337)
 76.92% (30/39)
 67.46% (114/169)
src/duckdb/src/planner/binder/expression/bind_aggregate_expression.cpp
 32.93% (81/246)
 20.00% (1/5)
 37.34% (59/158)
src/duckdb/src/planner/binder/expression/bind_between_expression.cpp
 64.44% (29/45)
100.00% (1/1)
 64.71% (11/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
 71.22% (287/403)
 87.50% (14/16)
 73.64% (190/258)
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
 62.80% (157/250)
 63.64% (7/11)
 65.48% (110/168)
src/duckdb/src/planner/binder/expression/bind_lambda.cpp
 64.43% (96/149)
 75.00% (6/8)
 66.32% (63/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.59% (113/207)
 80.00% (4/5)
 62.28% (104/167)
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
 40.86% (143/350)
 60.00% (6/10)
 44.40% (103/232)
src/duckdb/src/planner/binder/expression/bind_subquery_expression.cpp
 68.81% (75/109)
 57.14% (4/7)
 64.29% (45/70)
src/duckdb/src/planner/binder/expression/bind_unnest_expression.cpp
 34.09% (75/220)
 25.00% (1/4)
 35.66% (46/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
 42.01% (142/338)
 42.86% (3/7)
 34.56% (94/272)
src/duckdb/src/planner/binder/query_node/bind_cte_node.cpp
 83.02% (88/106)
100.00% (7/7)
 77.08% (37/48)
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
 72.42% (386/533)
100.00% (12/12)
 70.94% (227/320)
src/duckdb/src/planner/binder/query_node/bind_setop_node.cpp
 46.93% (107/228)
 85.71% (6/7)
 46.27% (62/134)
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
 70.45% (31/44)
100.00% (1/1)
 68.42% (13/19)
src/duckdb/src/planner/binder/query_node/plan_select_node.cpp
 82.98% (78/94)
100.00% (2/2)
 90.74% (49/54)
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
 45.91% (230/501)
 88.89% (8/9)
 33.24% (116/349)
src/duckdb/src/planner/binder/statement/bind_copy_database.cpp
  0.00% (0/89)
  0.00% (0/3)
  0.00% (0/19)
src/duckdb/src/planner/binder/statement/bind_create.cpp
 52.17% (312/598)
 68.18% (15/22)
 47.60% (139/292)
src/duckdb/src/planner/binder/statement/bind_create_table.cpp
 33.03% (181/548)
 50.00% (12/24)
 27.49% (94/342)
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
  8.02% (36/449)
  7.14% (1/14)
  7.69% (19/247)
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/256)
  0.00% (0/7)
  0.00% (0/103)
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
100.00% (20/20)
100.00% (1/1)
100.00% (3/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
 45.77% (119/260)
100.00% (6/6)
 51.82% (71/137)
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
 59.79% (171/286)
100.00% (10/10)
 56.92% (74/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
 60.00% (93/155)
100.00% (5/5)
 48.31% (43/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
 45.61% (182/399)
 71.43% (5/7)
 50.74% (137/270)
src/duckdb/src/planner/binder/tableref/plan_joinref.cpp
 43.62% (130/298)
100.00% (10/10)
 44.39% (83/187)
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
 58.97% (92/156)
 79.31% (23/29)
 57.89% (66/114)
src/duckdb/src/planner/collation_binding.cpp
 72.27% (86/119)
100.00% (7/7)
 60.87% (42/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
 67.42% (60/89)
 75.00% (6/8)
 67.21% (41/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
 70.31% (135/192)
100.00% (14/14)
 75.48% (117/155)
src/duckdb/src/planner/expression/bound_columnref_expression.cpp
100.00% (31/31)
100.00% (7/7)
100.00% (19/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
 75.96% (79/104)
 92.31% (12/13)
 75.00% (57/76)
src/duckdb/src/planner/expression/bound_lambda_expression.cpp
 10.34% (3/29)
 25.00% (1/4)
 20.00% (4/20)
src/duckdb/src/planner/expression/bound_lambdaref_expression.cpp
 13.33% (4/30)
 16.67% (1/6)
 23.81% (5/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
 91.67% (22/24)
100.00% (6/6)
 93.33% (14/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
 29.63% (8/27)
 50.00% (3/6)
 30.77% (4/13)
src/duckdb/src/planner/expression/bound_window_expression.cpp
 40.20% (80/199)
 80.00% (8/10)
 20.69% (30/145)
src/duckdb/src/planner/expression_binder.cpp
 78.55% (260/331)
 86.36% (19/22)
 79.89% (143/179)
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
 50.00% (45/90)
 83.33% (5/6)
 57.45% (27/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
  7.14% (2/28)
 33.33% (1/3)
 14.29% (3/21)
src/duckdb/src/planner/expression_binder/constant_binder.cpp
 93.10% (27/29)
100.00% (3/3)
 93.33% (14/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
 17.82% (18/101)
 18.75% (3/16)
 17.86% (10/56)
src/duckdb/src/planner/expression_binder/order_binder.cpp
 80.30% (106/132)
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
 78.95% (30/38)
100.00% (7/7)
 88.89% (16/18)
src/duckdb/src/planner/expression_binder/select_binder.cpp
 83.72% (36/43)
100.00% (4/4)
 88.00% (22/25)
src/duckdb/src/planner/expression_binder/table_function_binder.cpp
 47.69% (31/65)
 60.00% (3/5)
 47.92% (23/48)
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
 59.46% (22/37)
 60.00% (3/5)
 59.09% (13/22)
src/duckdb/src/planner/expression_iterator.cpp
 74.85% (122/163)
100.00% (13/13)
 80.88% (55/68)
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/66)
  0.00% (0/6)
  0.00% (0/41)
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/16)
  0.00% (0/5)
  0.00% (0/7)
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
 61.90% (52/84)
 85.71% (6/7)
 69.09% (38/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
 58.92% (185/314)
 84.62% (22/26)
 59.20% (74/125)
src/duckdb/src/planner/operator/logical_aggregate.cpp
 83.82% (57/68)
 85.71% (6/7)
 86.79% (46/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
 69.57% (16/23)
 66.67% (4/6)
 66.67% (18/27)
src/duckdb/src/planner/operator/logical_comparison_join.cpp
 63.27% (31/49)
100.00% (3/3)
 57.69% (15/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
100.00% (12/12)
100.00% (3/3)
100.00% (3/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
100.00% (27/27)
100.00% (5/5)
100.00% (15/15)
src/duckdb/src/planner/operator/logical_get.cpp
 53.70% (145/270)
 73.68% (14/19)
 48.70% (75/154)
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
 82.35% (42/51)
100.00% (6/6)
 89.74% (35/39)
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
100.00% (19/19)
100.00% (4/4)
100.00% (8/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
 87.34% (138/158)
100.00% (7/7)
 89.66% (78/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.35% (19/807)
 33.33% (3/9)
  3.43% (13/379)
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/30)
  0.00% (0/2)
  0.00% (0/20)
src/duckdb/src/planner/table_binding.cpp
 55.14% (161/292)
 65.00% (26/40)
 57.23% (99/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/39)
  0.00% (0/2)
  0.00% (0/14)
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/buffer/block_handle.cpp
 41.82% (69/165)
 47.06% (8/17)
 57.89% (88/152)
src/duckdb/src/storage/buffer/block_manager.cpp
 16.00% (12/75)
 22.22% (2/9)
 18.87% (10/53)
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
 45.92% (152/331)
 58.33% (21/36)
 48.09% (88/183)
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/316)
  0.00% (0/24)
  0.00% (0/197)
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/79)
  0.00% (0/12)
  0.00% (0/32)
src/duckdb/src/storage/checkpoint/write_overflow_strings_to_disk.cpp
  0.00% (0/103)
  0.00% (0/12)
  0.00% (0/70)
src/duckdb/src/storage/checkpoint_manager.cpp
  0.00% (0/425)
  0.00% (0/40)
  0.00% (0/149)
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.45% (43/667)
  5.77% (3/52)
  6.36% (22/346)
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/623)
  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/41)
  0.00% (0/8)
  0.00% (0/21)
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/121)
  0.00% (0/10)
  0.00% (0/70)
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
 19.12% (13/68)
 16.67% (2/12)
  9.52% (2/21)
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
 37.69% (75/199)
 31.82% (7/22)
 38.67% (29/75)
src/duckdb/src/storage/compression/fsst.cpp
  2.42% (13/538)
  5.13% (2/39)
  2.35% (6/255)
src/duckdb/src/storage/compression/numeric_constant.cpp
 27.27% (54/198)
 23.53% (4/17)
 32.98% (31/94)
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.49% (47/409)
  8.11% (3/37)
 12.77% (24/188)
src/duckdb/src/storage/compression/roaring/analyze.cpp
  0.00% (0/127)
  0.00% (0/14)
  0.00% (0/80)
src/duckdb/src/storage/compression/roaring/common.cpp
 17.95% (21/117)
 18.75% (3/16)
 16.22% (6/37)
src/duckdb/src/storage/compression/roaring/compress.cpp
  0.00% (0/331)
  0.00% (0/29)
  0.00% (0/187)
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.36% (49/319)
 18.75% (6/32)
 17.42% (23/132)
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
 35.61% (73/205)
 41.18% (7/17)
 37.93% (44/116)
src/duckdb/src/storage/compression/zstd.cpp
  2.50% (16/641)
  3.64% (2/55)
  1.91% (6/314)
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
  9.87% (136/1378)
 22.58% (28/124)
  8.82% (59/669)
src/duckdb/src/storage/external_file_cache.cpp
  1.80% (2/111)
  4.17% (1/24)
  4.69% (3/64)
src/duckdb/src/storage/index.cpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/7)
src/duckdb/src/storage/local_storage.cpp
 29.65% (188/634)
 41.43% (29/70)
 21.79% (61/280)
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.12% (4/356)
  5.26% (2/38)
  2.01% (4/199)
src/duckdb/src/storage/metadata/metadata_reader.cpp
  0.00% (0/87)
  0.00% (0/12)
  0.00% (0/54)
src/duckdb/src/storage/metadata/metadata_writer.cpp
  0.00% (0/67)
  0.00% (0/11)
  0.00% (0/51)
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
 31.37% (32/102)
 53.85% (7/13)
 27.87% (17/61)
src/duckdb/src/storage/partial_block_manager.cpp
  4.90% (7/143)
 11.11% (2/18)
  8.08% (8/99)
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
 65.16% (159/244)
 66.67% (20/30)
 67.35% (33/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
 51.22% (377/736)
 56.10% (46/82)
 54.35% (75/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
 97.22% (70/72)
100.00% (12/12)
 94.44% (17/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/810)
  0.00% (0/64)
  0.00% (0/411)
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
 50.55% (275/544)
 78.95% (30/38)
 57.33% (133/232)
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
 53.54% (53/99)
 50.00% (6/12)
 63.33% (38/60)
src/duckdb/src/storage/statistics/numeric_stats.cpp
 36.25% (195/538)
 39.58% (19/48)
 40.22% (111/276)
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.22% (118/273)
 38.46% (10/26)
 50.00% (88/176)
src/duckdb/src/storage/statistics/struct_stats.cpp
 31.93% (38/119)
 37.50% (6/16)
 37.21% (32/86)
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
 22.80% (96/421)
 46.34% (19/41)
 23.05% (62/269)
src/duckdb/src/storage/table/array_column_data.cpp
  0.00% (0/228)
  0.00% (0/31)
  0.00% (0/98)
src/duckdb/src/storage/table/chunk_info.cpp
 12.07% (42/348)
 26.19% (11/42)
 12.34% (29/235)
src/duckdb/src/storage/table/column_checkpoint_state.cpp
  0.00% (0/134)
  0.00% (0/13)
  0.00% (0/76)
src/duckdb/src/storage/table/column_data.cpp
 20.80% (166/798)
 24.72% (22/89)
 26.58% (122/459)
src/duckdb/src/storage/table/column_data_checkpointer.cpp
  0.00% (0/367)
  0.00% (0/22)
  0.00% (0/215)
src/duckdb/src/storage/table/column_segment.cpp
  9.22% (45/488)
 33.33% (10/30)
 18.18% (52/286)
src/duckdb/src/storage/table/in_memory_checkpoint.cpp
  0.00% (0/93)
  0.00% (0/25)
  0.00% (0/39)
src/duckdb/src/storage/table/list_column_data.cpp
  0.00% (0/283)
  0.00% (0/30)
  0.00% (0/157)
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
 22.81% (232/1017)
 40.00% (32/80)
 24.01% (157/654)
src/duckdb/src/storage/table/row_group_collection.cpp
 21.56% (219/1016)
 35.53% (27/76)
 22.88% (127/555)
src/duckdb/src/storage/table/row_id_column_data.cpp
  0.00% (0/118)
  0.00% (0/26)
  0.00% (0/47)
src/duckdb/src/storage/table/row_version_manager.cpp
 36.28% (82/226)
 47.06% (8/17)
 40.80% (71/174)
src/duckdb/src/storage/table/scan_state.cpp
 29.84% (57/191)
 51.72% (15/29)
 31.85% (43/135)
src/duckdb/src/storage/table/standard_column_data.cpp
 17.06% (36/211)
 21.88% (7/32)
 18.10% (21/116)
src/duckdb/src/storage/table/struct_column_data.cpp
  0.00% (0/289)
  0.00% (0/30)
  0.00% (0/171)
src/duckdb/src/storage/table/table_statistics.cpp
 19.00% (38/200)
 23.81% (5/21)
 28.07% (48/171)
src/duckdb/src/storage/table/update_segment.cpp
  0.00% (0/1159)
  0.00% (0/79)
  0.00% (0/626)
src/duckdb/src/storage/table/validity_column_data.cpp
 66.67% (6/9)
 66.67% (2/3)
 75.00% (3/4)
src/duckdb/src/storage/table_index_list.cpp
  3.32% (7/211)
  7.14% (1/14)
  2.27% (3/132)
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
 50.21% (120/239)
 81.48% (22/27)
 47.06% (56/119)
src/duckdb/src/storage/wal_replay.cpp
  0.00% (0/688)
  0.00% (0/46)
  0.00% (0/314)
src/duckdb/src/storage/write_ahead_log.cpp
  0.00% (0/361)
  0.00% (0/47)
  0.00% (0/145)
src/duckdb/src/transaction/cleanup_state.cpp
 36.62% (26/71)
 66.67% (4/6)
 47.62% (20/42)
src/duckdb/src/transaction/commit_state.cpp
 34.69% (68/196)
 75.00% (3/4)
 45.00% (54/120)
src/duckdb/src/transaction/duck_transaction.cpp
 46.29% (106/229)
 76.00% (19/25)
 53.49% (69/129)
src/duckdb/src/transaction/duck_transaction_manager.cpp
 59.22% (212/358)
 85.71% (18/21)
 59.15% (126/213)
src/duckdb/src/transaction/meta_transaction.cpp
 58.42% (111/190)
 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
100.00% (11/11)
100.00% (4/4)
100.00% (12/12)
src/duckdb/src/transaction/transaction_context.cpp
 61.80% (55/89)
 90.91% (10/11)
 66.67% (34/51)
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
 71.58% (136/190)
 72.22% (13/18)
 60.34% (35/58)
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
100.00% (20/20)
100.00% (1/1)
100.00% (9/9)
src/duckdb/third_party/brotli/common/brotli_constants.h
  0.00% (0/60)
  0.00% (0/1)
  0.00% (0/13)
src/duckdb/third_party/brotli/common/brotli_platform.h
  0.00% (0/60)
  0.00% (0/10)
  0.00% (0/16)
src/duckdb/third_party/brotli/common/dictionary.cpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/third_party/brotli/common/platform.cpp
  0.00% (0/8)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/third_party/brotli/common/shared_dictionary.cpp
  0.00% (0/50)
  0.00% (0/3)
  0.00% (0/40)
src/duckdb/third_party/brotli/common/transform.cpp
  0.00% (0/103)
  0.00% (0/4)
  0.00% (0/71)
src/duckdb/third_party/brotli/dec/bit_reader.cpp
  0.00% (0/37)
  0.00% (0/3)
  0.00% (0/27)
src/duckdb/third_party/brotli/dec/bit_reader.h
  0.00% (0/267)
  0.00% (0/28)
  0.00% (0/146)
src/duckdb/third_party/brotli/dec/decode.cpp
  0.00% (0/2150)
  0.00% (0/77)
  0.00% (0/1800)
src/duckdb/third_party/brotli/dec/huffman.cpp
  0.00% (0/222)
  0.00% (0/6)
  0.00% (0/105)
src/duckdb/third_party/brotli/dec/huffman.h
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/brotli/dec/state.cpp
  0.00% (0/121)
  0.00% (0/5)
  0.00% (0/69)
src/duckdb/third_party/brotli/enc/backward_references.cpp
  0.00% (0/2852)
  0.00% (0/21)
  0.00% (0/2621)
src/duckdb/third_party/brotli/enc/backward_references_hq.cpp
  0.00% (0/685)
  0.00% (0/32)
  0.00% (0/488)
src/duckdb/third_party/brotli/enc/bit_cost.cpp
  0.00% (0/297)
  0.00% (0/3)
  0.00% (0/198)
src/duckdb/third_party/brotli/enc/bit_cost.h
  0.00% (0/30)
  0.00% (0/2)
  0.00% (0/13)
src/duckdb/third_party/brotli/enc/block_splitter.cpp
  0.00% (0/1223)
  0.00% (0/31)
  0.00% (0/1708)
src/duckdb/third_party/brotli/enc/brotli_bit_stream.cpp
  0.00% (0/977)
  0.00% (0/39)
  0.00% (0/541)
src/duckdb/third_party/brotli/enc/brotli_hash.h
  0.00% (0/2749)
  0.00% (0/201)
  0.00% (0/2939)
src/duckdb/third_party/brotli/enc/cluster.cpp
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/70)
src/duckdb/third_party/brotli/enc/command.h
  0.00% (0/121)
  0.00% (0/14)
  0.00% (0/72)
src/duckdb/third_party/brotli/enc/compound_dictionary.cpp
  0.00% (0/164)
  0.00% (0/4)
  0.00% (0/118)
src/duckdb/third_party/brotli/enc/compress_fragment.cpp
  0.00% (0/536)
  0.00% (0/20)
  0.00% (0/235)
src/duckdb/third_party/brotli/enc/compress_fragment_two_pass.cpp
  0.00% (0/472)
  0.00% (0/17)
  0.00% (0/241)
src/duckdb/third_party/brotli/enc/encode.cpp
  0.00% (0/1500)
  0.00% (0/47)
  0.00% (0/1149)
src/duckdb/third_party/brotli/enc/encoder_dict.cpp
  0.00% (0/84)
  0.00% (0/8)
  0.00% (0/30)
src/duckdb/third_party/brotli/enc/entropy_encode.cpp
  0.00% (0/376)
  0.00% (0/11)
  0.00% (0/264)
src/duckdb/third_party/brotli/enc/entropy_encode.h
  0.00% (0/38)
  0.00% (0/2)
  0.00% (0/26)
src/duckdb/third_party/brotli/enc/entropy_encode_static.h
  0.00% (0/12)
  0.00% (0/3)
  0.00% (0/5)
src/duckdb/third_party/brotli/enc/fast_log.h
  0.00% (0/19)
  0.00% (0/2)
  0.00% (0/7)
src/duckdb/third_party/brotli/enc/find_match_length.h
  0.00% (0/19)
  0.00% (0/1)
  0.00% (0/15)
src/duckdb/third_party/brotli/enc/histogram.cpp
  0.00% (0/59)
  0.00% (0/3)
  0.00% (0/24)
src/duckdb/third_party/brotli/enc/histogram.h
  0.00% (0/78)
  0.00% (0/18)
  0.00% (0/57)
src/duckdb/third_party/brotli/enc/literal_cost.cpp
  0.00% (0/127)
  0.00% (0/4)
  0.00% (0/73)
src/duckdb/third_party/brotli/enc/memory.cpp
  0.00% (0/39)
  0.00% (0/6)
  0.00% (0/28)
src/duckdb/third_party/brotli/enc/metablock.cpp
  0.00% (0/706)
  0.00% (0/16)
  0.00% (0/528)
src/duckdb/third_party/brotli/enc/metablock.h
  0.00% (0/25)
  0.00% (0/2)
  0.00% (0/12)
src/duckdb/third_party/brotli/enc/prefix.h
  0.00% (0/20)
  0.00% (0/1)
  0.00% (0/7)
src/duckdb/third_party/brotli/enc/quality.h
  0.00% (0/97)
  0.00% (0/9)
  0.00% (0/114)
src/duckdb/third_party/brotli/enc/ringbuffer.h
  0.00% (0/81)
  0.00% (0/6)
  0.00% (0/51)
src/duckdb/third_party/brotli/enc/static_dict.cpp
  0.00% (0/452)
  0.00% (0/6)
  0.00% (0/636)
src/duckdb/third_party/brotli/enc/utf8_util.cpp
  0.00% (0/55)
  0.00% (0/2)
  0.00% (0/50)
src/duckdb/third_party/brotli/enc/write_bits.h
  0.00% (0/20)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/third_party/concurrentqueue/concurrentqueue.h
 54.66% (780/1427)
 73.20% (71/97)
 57.02% (528/926)
src/duckdb/third_party/concurrentqueue/lightweightsemaphore.h
 48.54% (83/171)
 50.00% (9/18)
 70.97% (66/93)
src/duckdb/third_party/fast_float/fast_float/fast_float.h
 78.58% (664/845)
 73.21% (41/56)
 80.43% (452/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.99% (187/317)
 64.55% (71/110)
 58.85% (123/209)
src/duckdb/third_party/fmt/include/fmt/format-inl.h
 71.54% (548/766)
 59.70% (40/67)
 74.84% (345/461)
src/duckdb/third_party/fmt/include/fmt/format.h
 34.88% (495/1419)
 32.68% (84/257)
 33.61% (326/970)
src/duckdb/third_party/fmt/include/fmt/printf.h
 43.07% (143/332)
 45.45% (20/44)
 49.15% (115/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.37% (922/4761)
 20.83% (116/557)
 23.60% (565/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
 87.04% (94/108)
 82.35% (14/17)
 83.10% (59/71)
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
 77.51% (255/329)
 81.25% (13/16)
 74.71% (130/174)
src/duckdb/third_party/jaro_winkler/jaro_winkler.hpp
 16.67% (5/30)
 12.50% (1/8)
 20.83% (5/24)
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
 53.23% (5589/10499)
 92.31% (36/39)
 54.64% (2337/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
 69.75% (1250/1792)
 45.16% (28/62)
 66.08% (1210/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/lz4/lz4.cpp
  0.00% (0/1391)
  0.00% (0/87)
  0.00% (0/1377)
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/4)
  0.00% (0/2)
  0.00% (0/2)
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/297)
  0.00% (0/30)
  0.00% (0/162)
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/108)
  0.00% (0/10)
  0.00% (0/45)
src/duckdb/third_party/parquet/parquet_types.cpp
  0.00% (0/8215)
  0.00% (0/826)
  0.00% (0/2926)
src/duckdb/third_party/parquet/parquet_types.h
  0.00% (0/31)
  0.00% (0/31)
  0.00% (0/137)
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
 59.09% (52/88)
 64.29% (9/14)
 45.61% (26/57)
src/duckdb/third_party/pdqsort/pdqsort.h
 13.55% (37/273)
 35.71% (5/14)
 13.49% (29/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.32% (558/761)
 88.00% (44/50)
 68.12% (376/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
 70.47% (1119/1588)
 86.57% (58/67)
 68.85% (986/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.43% (198/969)
 16.92% (11/65)
 11.03% (131/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/skiplist/HeadNode.h
  0.00% (0/145)
  0.00% (0/10)
  0.00% (0/111)
src/duckdb/third_party/skiplist/Node.h
  0.00% (0/163)
  0.00% (0/13)
  0.00% (0/154)
src/duckdb/third_party/skiplist/NodeRefs.h
  0.00% (0/28)
  0.00% (0/12)
  0.00% (0/19)
src/duckdb/third_party/skiplist/SkipList.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/skiplist/SkipList.h
  0.00% (0/6)
  0.00% (0/6)
  0.00% (0/10)
src/duckdb/third_party/snappy/snappy-internal.h
  0.00% (0/85)
  0.00% (0/4)
  0.00% (0/45)
src/duckdb/third_party/snappy/snappy-sinksource.cc
  0.00% (0/50)
  0.00% (0/12)
  0.00% (0/16)
src/duckdb/third_party/snappy/snappy-sinksource.h
  0.00% (0/5)
  0.00% (0/5)
  0.00% (0/8)
src/duckdb/third_party/snappy/snappy-stubs-internal.h
  0.00% (0/161)
  0.00% (0/21)
  0.00% (0/80)
src/duckdb/third_party/snappy/snappy.cc
  0.00% (0/1376)
  0.00% (0/124)
  0.00% (0/788)
src/duckdb/third_party/snappy/snappy.h
  0.00% (0/5)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/third_party/tdigest/t_digest.hpp
 36.60% (157/429)
 47.46% (28/59)
 52.63% (80/152)
src/duckdb/third_party/thrift/thrift/TApplicationException.h
  0.00% (0/37)
  0.00% (0/6)
  0.00% (0/6)
src/duckdb/third_party/thrift/thrift/TBase.h
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/third_party/thrift/thrift/TToString.h
  0.00% (0/37)
  0.00% (0/6)
  0.00% (0/11)
src/duckdb/third_party/thrift/thrift/Thrift.h
 41.18% (7/17)
 50.00% (4/8)
 55.00% (11/20)
src/duckdb/third_party/thrift/thrift/protocol/TCompactProtocol.h
  0.00% (0/42)
  0.00% (0/15)
  0.00% (0/34)
src/duckdb/third_party/thrift/thrift/protocol/TCompactProtocol.tcc
  0.00% (0/417)
  0.00% (0/43)
  0.00% (0/185)
src/duckdb/third_party/thrift/thrift/protocol/TProtocol.cpp
  0.00% (0/5)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/third_party/thrift/thrift/protocol/TProtocol.h
  0.00% (0/308)
  0.00% (0/61)
  0.00% (0/98)
src/duckdb/third_party/thrift/thrift/protocol/TProtocolException.h
  0.00% (0/27)
  0.00% (0/6)
  0.00% (0/20)
src/duckdb/third_party/thrift/thrift/protocol/TVirtualProtocol.h
  0.00% (0/329)
  0.00% (0/90)
  0.00% (0/92)
src/duckdb/third_party/thrift/thrift/transport/TBufferTransports.h
  0.00% (0/219)
  0.00% (0/34)
  0.00% (0/34)
src/duckdb/third_party/thrift/thrift/transport/TTransport.h
  0.00% (0/69)
  0.00% (0/22)
  0.00% (0/28)
src/duckdb/third_party/thrift/thrift/transport/TTransportException.cpp
  0.00% (0/26)
  0.00% (0/1)
  0.00% (0/13)
src/duckdb/third_party/thrift/thrift/transport/TTransportException.h
  0.00% (0/6)
  0.00% (0/6)
  0.00% (0/8)
src/duckdb/third_party/thrift/thrift/transport/TVirtualTransport.h
  0.00% (0/26)
  0.00% (0/13)
  0.00% (0/13)
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.27% (80/603)
 13.51% (5/37)
 14.60% (101/692)
src/duckdb/third_party/utf8proc/utf8proc_wrapper.cpp
 40.77% (117/287)
 28.00% (7/25)
 40.58% (84/207)
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.60% (185/2434)
 10.03% (33/329)
 27.04% (401/1483)
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.68% (882/5288)
 21.08% (39/185)
 13.54% (1150/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
 24.77% (96543/389807)
 31.02% (10527/33931)
 21.35% (65407/306331)