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)
 43.48% (10/23)
src/duckdb/extension/core_functions/aggregate/distributive/arg_min_max.cpp
 26.83% (132/492)
 32.65% (16/49)
 16.10% (33/205)
src/duckdb/extension/core_functions/aggregate/distributive/bitagg.cpp
 36.73% (54/147)
 18.18% (4/22)
 26.15% (17/65)
src/duckdb/extension/core_functions/aggregate/distributive/bitstring_agg.cpp
 18.18% (44/242)
 12.00% (3/25)
 10.53% (14/133)
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.35% (1/23)
src/duckdb/extension/core_functions/aggregate/distributive/string_agg.cpp
 65.77% (73/111)
 93.33% (14/15)
 57.78% (26/45)
src/duckdb/extension/core_functions/aggregate/distributive/sum.cpp
 58.20% (110/189)
 63.16% (12/19)
 42.11% (24/57)
src/duckdb/extension/core_functions/aggregate/holistic/approx_top_k.cpp
  3.49% (9/258)
  5.00% (1/20)
  0.75% (1/133)
src/duckdb/extension/core_functions/aggregate/holistic/approximate_quantile.cpp
 69.29% (255/368)
 80.56% (29/36)
 68.97% (100/145)
src/duckdb/extension/core_functions/aggregate/holistic/mad.cpp
 22.58% (49/217)
 14.81% (4/27)
 13.04% (12/92)
src/duckdb/extension/core_functions/aggregate/holistic/mode.cpp
  2.99% (12/401)
  4.08% (2/49)
  1.09% (2/184)
src/duckdb/extension/core_functions/aggregate/holistic/quantile.cpp
  7.04% (44/625)
  8.62% (5/58)
  3.38% (8/237)
src/duckdb/extension/core_functions/aggregate/holistic/reservoir_quantile.cpp
 33.92% (116/342)
 29.03% (9/31)
 15.97% (23/144)
src/duckdb/extension/core_functions/aggregate/nested/binned_histogram.cpp
  4.35% (14/322)
 14.29% (3/21)
  1.71% (3/175)
src/duckdb/extension/core_functions/aggregate/nested/histogram.cpp
  4.79% (8/167)
  6.67% (1/15)
  1.45% (1/69)
src/duckdb/extension/core_functions/aggregate/nested/list.cpp
 17.16% (23/134)
 41.67% (5/12)
 18.52% (10/54)
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/26)
src/duckdb/extension/core_functions/include/core_functions/aggregate/algebraic/covar.hpp
  0.00% (0/54)
  0.00% (0/6)
  0.00% (0/18)
src/duckdb/extension/core_functions/include/core_functions/aggregate/algebraic/stddev.hpp
 38.04% (35/92)
 63.64% (7/11)
 27.45% (14/51)
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/190)
  0.00% (0/31)
  0.00% (0/98)
src/duckdb/extension/core_functions/include/core_functions/aggregate/quantile_state.hpp
  0.00% (0/180)
  0.00% (0/28)
  0.00% (0/104)
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/18)
src/duckdb/extension/core_functions/include/core_functions/aggregate/sum_helpers.hpp
 53.85% (49/91)
 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)
 19.30% (22/114)
src/duckdb/extension/core_functions/scalar/array/array_functions.cpp
 30.93% (60/194)
 63.64% (7/11)
 20.93% (18/86)
src/duckdb/extension/core_functions/scalar/array/array_value.cpp
 12.07% (7/58)
 25.00% (1/4)
  3.23% (1/31)
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)
  6.67% (1/15)
src/duckdb/extension/core_functions/scalar/date/current.cpp
 35.71% (5/14)
 33.33% (1/3)
 25.00% (1/4)
src/duckdb/extension/core_functions/scalar/date/date_diff.cpp
  3.24% (10/309)
  1.96% (1/51)
  0.85% (1/118)
src/duckdb/extension/core_functions/scalar/date/date_part.cpp
 15.94% (253/1587)
 17.07% (42/246)
  7.20% (46/639)
src/duckdb/extension/core_functions/scalar/date/date_sub.cpp
  3.18% (10/314)
  2.13% (1/47)
  0.85% (1/117)
src/duckdb/extension/core_functions/scalar/date/date_trunc.cpp
  2.51% (13/517)
  1.23% (1/81)
  1.03% (2/194)
src/duckdb/extension/core_functions/scalar/date/epoch.cpp
 26.47% (9/34)
 33.33% (3/9)
 20.00% (3/15)
src/duckdb/extension/core_functions/scalar/date/make_date.cpp
 30.89% (38/123)
 26.67% (4/15)
 14.63% (6/41)
src/duckdb/extension/core_functions/scalar/date/time_bucket.cpp
  6.71% (19/283)
  5.56% (1/18)
  1.49% (2/134)
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)
  7.14% (5/70)
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)
  4.00% (1/25)
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/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.15% (11/349)
  4.35% (1/23)
  0.40% (1/250)
src/duckdb/extension/core_functions/scalar/list/flatten.cpp
  2.90% (4/138)
 25.00% (1/4)
  1.47% (1/68)
src/duckdb/extension/core_functions/scalar/list/list_aggregates.cpp
  5.15% (19/369)
  9.68% (3/31)
  1.90% (3/158)
src/duckdb/extension/core_functions/scalar/list/list_distance.cpp
 47.12% (49/104)
 75.00% (6/8)
 46.15% (18/39)
src/duckdb/extension/core_functions/scalar/list/list_filter.cpp
 32.14% (9/28)
 33.33% (1/3)
 11.11% (1/9)
src/duckdb/extension/core_functions/scalar/list/list_has_any_or_all.cpp
  4.98% (10/201)
 28.57% (2/7)
  2.35% (2/85)
src/duckdb/extension/core_functions/scalar/list/list_reduce.cpp
  5.80% (13/224)
 14.29% (1/7)
  0.78% (1/128)
src/duckdb/extension/core_functions/scalar/list/list_sort.cpp
 13.58% (36/265)
 21.43% (3/14)
  2.86% (3/105)
src/duckdb/extension/core_functions/scalar/list/list_transform.cpp
 91.30% (21/23)
100.00% (3/3)
 85.71% (6/7)
src/duckdb/extension/core_functions/scalar/list/list_value.cpp
 35.77% (93/260)
 66.67% (8/12)
 35.48% (44/124)
src/duckdb/extension/core_functions/scalar/list/range.cpp
 16.07% (36/224)
 11.11% (2/18)
  3.03% (4/132)
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
  4.70% (7/149)
 20.00% (1/5)
  1.43% (1/70)
src/duckdb/extension/core_functions/scalar/map/map_concat.cpp
  4.23% (6/142)
 16.67% (1/6)
  1.20% (1/83)
src/duckdb/extension/core_functions/scalar/map/map_entries.cpp
 12.00% (6/50)
 25.00% (1/4)
  4.76% (1/21)
src/duckdb/extension/core_functions/scalar/map/map_extract.cpp
 10.94% (14/128)
 40.00% (2/5)
  3.57% (2/56)
src/duckdb/extension/core_functions/scalar/map/map_from_entries.cpp
 17.50% (7/40)
 33.33% (1/3)
  5.00% (1/20)
src/duckdb/extension/core_functions/scalar/map/map_keys_values.cpp
 18.67% (14/75)
 25.00% (2/8)
  6.67% (2/30)
src/duckdb/extension/core_functions/scalar/math/numeric.cpp
 49.66% (517/1041)
 46.15% (54/117)
 37.27% (164/440)
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)
 42.42% (14/33)
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.38% (1/42)
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)
 14.71% (15/102)
src/duckdb/extension/core_functions/scalar/string/instr.cpp
 14.71% (5/34)
 25.00% (1/4)
  6.25% (1/16)
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)
  6.25% (2/32)
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)
  6.06% (2/33)
src/duckdb/extension/core_functions/scalar/string/parse_path.cpp
 14.29% (48/336)
 23.53% (4/17)
  2.96% (4/135)
src/duckdb/extension/core_functions/scalar/string/printf.cpp
  9.27% (14/151)
 33.33% (2/6)
  3.08% (2/65)
src/duckdb/extension/core_functions/scalar/string/repeat.cpp
 11.21% (12/107)
 16.67% (1/6)
  9.68% (3/31)
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)
  9.09% (1/11)
src/duckdb/extension/core_functions/scalar/string/to_base.cpp
 11.43% (8/70)
 25.00% (1/4)
  3.85% (1/26)
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)
  7.32% (3/41)
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/union/union_extract.cpp
  5.33% (4/75)
 16.67% (1/6)
  2.04% (1/49)
src/duckdb/extension/core_functions/scalar/union/union_tag.cpp
 11.11% (4/36)
 33.33% (1/3)
  4.00% (1/25)
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
 46.31% (282/609)
 78.79% (26/33)
 44.88% (342/762)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/arena_stats.h
 68.18% (15/22)
100.00% (2/2)
 60.00% (21/35)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/atomic.h
100.00% (10/10)
100.00% (2/2)
100.00% (6/6)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/atomic_gcc_atomic.h
 53.12% (34/64)
 58.33% (7/12)
 33.33% (10/30)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/background_thread_inlines.h
 44.83% (13/29)
 42.86% (3/7)
 37.50% (15/40)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/base.h
100.00% (6/6)
100.00% (2/2)
100.00% (4/4)
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)
 56.00% (28/50)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/bitmap.h
  8.89% (16/180)
 16.67% (1/6)
 28.32% (32/113)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/cache_bin.h
 54.43% (178/327)
 83.33% (30/36)
 46.83% (155/331)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/counter.h
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/12)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/decay.h
 54.17% (13/24)
 57.14% (4/7)
 54.55% (6/11)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/div.h
 35.71% (5/14)
100.00% (1/1)
 63.64% (7/11)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ecache.h
100.00% (15/15)
100.00% (4/4)
100.00% (16/16)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/edata.h
 71.84% (222/309)
 76.19% (48/63)
 25.92% (1164/4490)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ehooks.h
 48.44% (124/256)
 65.22% (15/23)
 46.15% (108/234)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/emap.h
 40.91% (63/154)
 58.33% (7/12)
 52.33% (90/172)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/emitter.h
  0.00% (0/302)
  0.00% (0/33)
  0.00% (0/265)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/exp_grow.h
 50.00% (11/22)
100.00% (2/2)
 31.58% (6/19)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/extent.h
 65.67% (44/67)
100.00% (2/2)
 74.29% (52/70)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/fb.h
 19.26% (47/244)
 17.24% (5/29)
 39.09% (95/243)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/fxp.h
  0.00% (0/53)
  0.00% (0/7)
  0.00% (0/30)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/hash.h
  0.00% (0/251)
  0.00% (0/10)
  0.00% (0/51)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/hpdata.h
  0.00% (0/149)
  0.00% (0/37)
  0.00% (0/160)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h
 26.73% (27/101)
 55.56% (5/9)
 54.55% (30/55)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h
 33.72% (29/86)
 60.00% (3/5)
 58.44% (45/77)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h
 43.78% (197/450)
 56.67% (17/30)
 51.17% (307/600)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/lockedint.h
 21.30% (23/108)
 41.67% (5/12)
 36.23% (25/69)
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.37% (9/19)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/mutex.h
 63.97% (87/136)
 92.31% (12/13)
 63.10% (53/84)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/nstime.h
 37.50% (3/8)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/pa.h
 57.14% (4/7)
 50.00% (1/2)
 83.33% (5/6)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/pac.h
100.00% (6/6)
100.00% (2/2)
100.00% (5/5)
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.72% (259/329)
 90.00% (27/30)
 74.49% (146/196)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/prng.h
 19.61% (20/102)
 33.33% (3/9)
 58.70% (27/46)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/prof_inlines.h
  0.00% (0/243)
  0.00% (0/20)
  0.00% (0/168)
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/770)
  0.00% (0/22)
  0.00% (0/734)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/rtree.h
 61.61% (207/336)
 91.30% (21/23)
 64.90% (220/339)
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
 25.41% (31/122)
 15.38% (2/13)
 20.26% (47/232)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/san_bump.h
 31.82% (7/22)
 50.00% (1/2)
 50.00% (5/10)
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/29)
  0.00% (0/2)
  0.00% (0/23)
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)
 62.09% (208/335)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tcache_inlines.h
 51.26% (102/199)
 54.55% (6/11)
 40.64% (165/406)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/thread_event.h
 62.02% (80/129)
 80.95% (17/21)
 46.32% (44/95)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/ticker.h
 20.83% (15/72)
 16.67% (2/12)
 50.00% (11/22)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tsd.h
 69.60% (87/125)
 83.33% (15/18)
 58.23% (92/158)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tsd_internals.h
 65.00% (13/20)
100.00% (4/4)
 71.43% (10/14)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/tsd_tls.h
 52.94% (18/34)
 71.43% (5/7)
 60.00% (27/45)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/typed_list.h
 51.61% (16/31)
 55.56% (5/9)
 51.55% (50/97)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/util.h
 33.33% (18/54)
 66.67% (4/6)
 75.00% (9/12)
src/duckdb/extension/jemalloc/jemalloc/include/jemalloc/internal/witness.h
 38.17% (71/186)
 69.23% (9/13)
 44.17% (72/163)
src/duckdb/extension/jemalloc/jemalloc/src/arena.c
 52.92% (698/1319)
 57.78% (52/90)
 42.06% (935/2223)
src/duckdb/extension/jemalloc/jemalloc/src/background_thread.c
 18.18% (98/539)
 31.03% (9/29)
 15.84% (122/770)
src/duckdb/extension/jemalloc/jemalloc/src/base.c
 54.30% (240/442)
 62.50% (20/32)
 44.16% (333/754)
src/duckdb/extension/jemalloc/jemalloc/src/batcher.c
  0.00% (0/64)
  0.00% (0/9)
  0.00% (0/100)
src/duckdb/extension/jemalloc/jemalloc/src/bin.c
 27.87% (17/61)
 33.33% (2/6)
 28.87% (28/97)
src/duckdb/extension/jemalloc/jemalloc/src/bin_info.c
 92.00% (23/25)
100.00% (2/2)
 81.63% (40/49)
src/duckdb/extension/jemalloc/jemalloc/src/bitmap.c
 64.00% (16/25)
 75.00% (3/4)
 40.38% (21/52)
src/duckdb/extension/jemalloc/jemalloc/src/buf_writer.c
  0.00% (0/111)
  0.00% (0/8)
  0.00% (0/165)
src/duckdb/extension/jemalloc/jemalloc/src/cache_bin.c
 90.32% (56/62)
100.00% (7/7)
 60.71% (68/112)
src/duckdb/extension/jemalloc/jemalloc/src/ckh.c
  0.00% (0/305)
  0.00% (0/19)
  0.00% (0/341)
src/duckdb/extension/jemalloc/jemalloc/src/counter.c
 38.89% (7/18)
 25.00% (1/4)
 42.86% (3/7)
src/duckdb/extension/jemalloc/jemalloc/src/ctl.c
 24.19% (552/2282)
 23.68% (27/114)
 16.02% (532/3320)
src/duckdb/extension/jemalloc/jemalloc/src/decay.c
 49.22% (95/193)
 75.00% (9/12)
 44.11% (116/263)
src/duckdb/extension/jemalloc/jemalloc/src/div.c
100.00% (10/10)
100.00% (1/1)
 65.22% (15/23)
src/duckdb/extension/jemalloc/jemalloc/src/ecache.c
 47.62% (10/21)
 25.00% (1/4)
 47.37% (9/19)
src/duckdb/extension/jemalloc/jemalloc/src/edata_cache.c
 25.49% (26/102)
 25.00% (3/12)
 23.86% (21/88)
src/duckdb/extension/jemalloc/jemalloc/src/ehooks.c
 37.50% (54/144)
 39.13% (9/23)
 28.01% (79/282)
src/duckdb/extension/jemalloc/jemalloc/src/emap.c
 78.37% (192/245)
 84.21% (16/19)
 59.56% (271/455)
src/duckdb/extension/jemalloc/jemalloc/src/eset.c
 80.00% (136/170)
 92.31% (12/13)
 67.03% (248/370)
src/duckdb/extension/jemalloc/jemalloc/src/exp_grow.c
100.00% (4/4)
100.00% (1/1)
100.00% (11/11)
src/duckdb/extension/jemalloc/jemalloc/src/extent.c
 58.95% (484/821)
 60.78% (31/51)
 49.68% (621/1250)
src/duckdb/extension/jemalloc/jemalloc/src/extent_dss.c
 17.79% (29/163)
 45.45% (5/11)
 11.02% (28/254)
src/duckdb/extension/jemalloc/jemalloc/src/extent_mmap.c
 55.56% (10/18)
 50.00% (1/2)
 52.78% (19/36)
src/duckdb/extension/jemalloc/jemalloc/src/fxp.c
  0.00% (0/75)
  0.00% (0/3)
  0.00% (0/72)
src/duckdb/extension/jemalloc/jemalloc/src/hook.c
 10.42% (10/96)
 44.44% (4/9)
  9.43% (15/159)
src/duckdb/extension/jemalloc/jemalloc/src/hpa.c
  2.40% (15/626)
  7.14% (3/42)
  0.80% (7/872)
src/duckdb/extension/jemalloc/jemalloc/src/hpa_hooks.c
  0.00% (0/27)
  0.00% (0/7)
  0.00% (0/25)
src/duckdb/extension/jemalloc/jemalloc/src/hpdata.c
  0.00% (0/189)
  0.00% (0/9)
  0.00% (0/453)
src/duckdb/extension/jemalloc/jemalloc/src/inspect.c
  0.00% (0/61)
  0.00% (0/2)
  0.00% (0/133)
src/duckdb/extension/jemalloc/jemalloc/src/jemalloc.c
 33.68% (932/2767)
 48.57% (51/105)
 16.39% (1230/7504)
src/duckdb/extension/jemalloc/jemalloc/src/large.c
 54.37% (112/206)
 64.71% (11/17)
 48.54% (133/274)
src/duckdb/extension/jemalloc/jemalloc/src/log.c
  0.00% (0/48)
  0.00% (0/3)
  0.00% (0/73)
src/duckdb/extension/jemalloc/jemalloc/src/malloc_io.c
 43.88% (215/490)
 30.77% (4/13)
 14.15% (130/919)
src/duckdb/extension/jemalloc/jemalloc/src/mutex.c
 53.57% (60/112)
 44.44% (4/9)
 68.67% (57/83)
src/duckdb/extension/jemalloc/jemalloc/src/nstime.c
 60.90% (81/133)
 66.67% (18/27)
 41.01% (57/139)
src/duckdb/extension/jemalloc/jemalloc/src/pa.c
 49.19% (91/185)
 52.63% (10/19)
 49.82% (139/279)
src/duckdb/extension/jemalloc/jemalloc/src/pa_extra.c
 58.33% (91/156)
 50.00% (7/14)
 34.48% (50/145)
src/duckdb/extension/jemalloc/jemalloc/src/pac.c
 59.28% (230/388)
 63.64% (14/22)
 47.15% (182/386)
src/duckdb/extension/jemalloc/jemalloc/src/pages.c
 47.69% (165/346)
 50.00% (14/28)
 35.20% (232/659)
src/duckdb/extension/jemalloc/jemalloc/src/pai.c
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/13)
src/duckdb/extension/jemalloc/jemalloc/src/peak_event.c
 82.22% (37/45)
 80.00% (8/10)
 75.00% (15/20)
src/duckdb/extension/jemalloc/jemalloc/src/prof.c
  0.97% (5/513)
  2.44% (1/41)
  0.30% (3/1000)
src/duckdb/extension/jemalloc/jemalloc/src/prof_data.c
  0.00% (0/844)
  0.00% (0/53)
  0.00% (0/878)
src/duckdb/extension/jemalloc/jemalloc/src/prof_recent.c
  0.00% (0/407)
  0.00% (0/33)
  0.00% (0/917)
src/duckdb/extension/jemalloc/jemalloc/src/psset.c
  6.85% (17/248)
  8.70% (2/23)
  1.81% (6/332)
src/duckdb/extension/jemalloc/jemalloc/src/rtree.c
 59.59% (115/193)
 61.54% (8/13)
 42.53% (111/261)
src/duckdb/extension/jemalloc/jemalloc/src/safety_check.c
  0.00% (0/29)
  0.00% (0/4)
  0.00% (0/20)
src/duckdb/extension/jemalloc/jemalloc/src/san.c
  7.94% (10/126)
 20.00% (2/10)
  6.37% (16/251)
src/duckdb/extension/jemalloc/jemalloc/src/san_bump.c
  0.00% (0/66)
  0.00% (0/2)
  0.00% (0/112)
src/duckdb/extension/jemalloc/jemalloc/src/sc.c
 81.25% (169/208)
 75.00% (6/8)
 51.93% (121/233)
src/duckdb/extension/jemalloc/jemalloc/src/sec.c
  1.09% (3/274)
  5.26% (1/19)
  0.75% (2/265)
src/duckdb/extension/jemalloc/jemalloc/src/stats.c
  0.57% (9/1579)
  4.35% (1/23)
  0.21% (14/6772)
src/duckdb/extension/jemalloc/jemalloc/src/sz.c
 95.59% (65/68)
100.00% (6/6)
 82.47% (160/194)
src/duckdb/extension/jemalloc/jemalloc/src/tcache.c
 59.96% (569/949)
 63.16% (36/57)
 55.82% (882/1580)
src/duckdb/extension/jemalloc/jemalloc/src/thread_event.c
 62.09% (113/182)
 64.71% (11/17)
 43.93% (293/667)
src/duckdb/extension/jemalloc/jemalloc/src/tsd.c
 67.23% (160/238)
 64.00% (16/25)
 62.47% (268/429)
src/duckdb/extension/jemalloc/jemalloc/src/util.c
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/22)
src/duckdb/extension/jemalloc/jemalloc/src/witness.c
  3.66% (3/82)
  9.09% (1/11)
  0.97% (1/103)
src/duckdb/extension/jemalloc/jemalloc_extension.cpp
 88.00% (66/75)
 89.47% (17/19)
 87.50% (21/24)
src/duckdb/extension/parquet/column_reader.cpp
  0.00% (0/644)
  0.00% (0/38)
  0.00% (0/363)
src/duckdb/extension/parquet/column_writer.cpp
  0.00% (0/480)
  0.00% (0/45)
  0.00% (0/225)
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/185)
  0.00% (0/10)
  0.00% (0/122)
src/duckdb/extension/parquet/decoder/rle_decoder.cpp
  0.00% (0/23)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/extension/parquet/geo_parquet.cpp
  0.00% (0/278)
  0.00% (0/11)
  0.00% (0/119)
src/duckdb/extension/parquet/include/column_reader.hpp
  0.00% (0/137)
  0.00% (0/19)
  0.00% (0/93)
src/duckdb/extension/parquet/include/column_writer.hpp
  0.00% (0/38)
  0.00% (0/12)
  0.00% (0/13)
src/duckdb/extension/parquet/include/decode_utils.hpp
  0.00% (0/136)
  0.00% (0/13)
  0.00% (0/65)
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/geo_parquet.hpp
  0.00% (0/19)
  0.00% (0/4)
  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/11)
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/96)
  0.00% (0/7)
  0.00% (0/62)
src/duckdb/extension/parquet/include/parquet_dbp_encoder.hpp
  0.00% (0/106)
  0.00% (0/15)
  0.00% (0/49)
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_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/68)
src/duckdb/extension/parquet/include/parquet_rle_bp_encoder.hpp
  0.00% (0/93)
  0.00% (0/8)
  0.00% (0/50)
src/duckdb/extension/parquet/include/parquet_statistics.hpp
  0.00% (0/34)
  0.00% (0/5)
  0.00% (0/21)
src/duckdb/extension/parquet/include/parquet_writer.hpp
  0.00% (0/42)
  0.00% (0/14)
  0.00% (0/14)
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/32)
  0.00% (0/7)
  0.00% (0/13)
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/38)
  0.00% (0/6)
  0.00% (0/18)
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/72)
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/7)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/extension/parquet/include/writer/parquet_write_operators.hpp
  0.00% (0/157)
  0.00% (0/39)
  0.00% (0/71)
src/duckdb/extension/parquet/include/writer/parquet_write_stats.hpp
  0.00% (0/136)
  0.00% (0/27)
  0.00% (0/103)
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/4)
  0.00% (0/2)
  0.00% (0/4)
src/duckdb/extension/parquet/include/writer/templated_column_writer.hpp
  0.00% (0/314)
  0.00% (0/20)
  0.00% (0/189)
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/249)
  0.00% (0/33)
  0.00% (0/105)
src/duckdb/extension/parquet/parquet_extension.cpp
 11.03% (77/698)
 12.82% (5/39)
  1.79% (7/392)
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_metadata.cpp
  4.41% (25/567)
 17.86% (5/28)
  5.41% (10/185)
src/duckdb/extension/parquet/parquet_multi_file_info.cpp
  4.93% (22/446)
  2.78% (1/36)
  0.48% (1/208)
src/duckdb/extension/parquet/parquet_reader.cpp
  0.00% (0/1078)
  0.00% (0/48)
  0.00% (0/676)
src/duckdb/extension/parquet/parquet_statistics.cpp
  0.00% (0/529)
  0.00% (0/18)
  0.00% (0/316)
src/duckdb/extension/parquet/parquet_timestamp.cpp
  0.00% (0/103)
  0.00% (0/20)
  0.00% (0/35)
src/duckdb/extension/parquet/parquet_writer.cpp
  0.00% (0/706)
  0.00% (0/42)
  0.00% (0/346)
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/63)
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/37)
  0.00% (0/8)
  0.00% (0/18)
src/duckdb/extension/parquet/reader/struct_column_reader.cpp
  0.00% (0/110)
  0.00% (0/9)
  0.00% (0/74)
src/duckdb/extension/parquet/serialize_parquet.cpp
  0.00% (0/68)
  0.00% (0/10)
  0.00% (0/10)
src/duckdb/extension/parquet/writer/array_column_writer.cpp
  0.00% (0/63)
  0.00% (0/3)
  0.00% (0/38)
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/33)
src/duckdb/extension/parquet/writer/list_column_writer.cpp
  0.00% (0/115)
  0.00% (0/9)
  0.00% (0/66)
src/duckdb/extension/parquet/writer/primitive_column_writer.cpp
  0.00% (0/297)
  0.00% (0/19)
  0.00% (0/130)
src/duckdb/extension/parquet/writer/struct_column_writer.cpp
  0.00% (0/72)
  0.00% (0/10)
  0.00% (0/43)
src/duckdb/extension/parquet/zstd_file_system.cpp
  0.00% (0/140)
  0.00% (0/15)
  0.00% (0/57)
src/duckdb/src/catalog/catalog.cpp
 60.75% (548/902)
 60.53% (69/114)
 62.73% (303/483)
src/duckdb/src/catalog/catalog_entry.cpp
 46.99% (39/83)
 48.15% (13/27)
 60.87% (28/46)
src/duckdb/src/catalog/catalog_entry/column_dependency_manager.cpp
 12.04% (26/216)
 26.67% (4/15)
 10.81% (12/111)
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)
 82.35% (14/17)
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/23)
src/duckdb/src/catalog/catalog_entry/duck_schema_entry.cpp
 53.08% (155/292)
 64.00% (16/25)
 57.05% (89/156)
src/duckdb/src/catalog/catalog_entry/duck_table_entry.cpp
  2.55% (27/1060)
  9.76% (4/41)
  3.63% (19/524)
src/duckdb/src/catalog/catalog_entry/index_catalog_entry.cpp
  0.00% (0/46)
  0.00% (0/5)
  0.00% (0/19)
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.84% (85/267)
 25.00% (6/24)
 37.12% (49/132)
src/duckdb/src/catalog/catalog_entry/table_function_catalog_entry.cpp
 29.17% (7/24)
 50.00% (1/2)
 33.33% (5/15)
src/duckdb/src/catalog/catalog_entry/type_catalog_entry.cpp
 21.05% (8/38)
 25.00% (1/4)
 50.00% (4/8)
src/duckdb/src/catalog/catalog_entry/view_catalog_entry.cpp
 50.00% (41/82)
 71.43% (5/7)
 31.25% (10/32)
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
 53.08% (138/260)
 77.27% (17/22)
 54.36% (106/195)
src/duckdb/src/catalog/catalog_set.cpp
 67.10% (363/541)
 78.85% (41/52)
 70.57% (211/299)
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.14% (64/71)
 85.71% (6/7)
 93.75% (45/48)
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.32% (56/62)
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)
 23.20% (58/250)
src/duckdb/src/catalog/duck_catalog.cpp
 73.39% (91/124)
 76.19% (16/21)
 82.54% (52/63)
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)
 80.00% (8/10)
src/duckdb/src/common/allocator.cpp
 87.07% (128/147)
100.00% (26/26)
 88.61% (70/79)
src/duckdb/src/common/arrow/appender/bool_data.cpp
  0.00% (0/34)
  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/49)
  0.00% (0/3)
  0.00% (0/22)
src/duckdb/src/common/arrow/arrow_appender.cpp
  0.00% (0/281)
  0.00% (0/11)
  0.00% (0/146)
src/duckdb/src/common/arrow/arrow_converter.cpp
  0.00% (0/375)
  0.00% (0/9)
  0.00% (0/156)
src/duckdb/src/common/arrow/arrow_merge_event.cpp
  0.00% (0/91)
  0.00% (0/8)
  0.00% (0/45)
src/duckdb/src/common/arrow/arrow_query_result.cpp
  0.00% (0/36)
  0.00% (0/9)
  0.00% (0/19)
src/duckdb/src/common/arrow/arrow_type_extension.cpp
 23.65% (70/296)
 30.95% (13/42)
 22.73% (35/154)
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/87)
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/37)
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/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/896)
  0.00% (0/31)
  0.00% (0/500)
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/62)
  0.00% (0/3)
  0.00% (0/27)
src/duckdb/src/common/complex_json.cpp
 54.17% (13/24)
 60.00% (3/5)
 40.00% (6/15)
src/duckdb/src/common/compressed_file_system.cpp
  0.00% (0/123)
  0.00% (0/14)
  0.00% (0/49)
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/encryption_functions.cpp
  0.00% (0/78)
  0.00% (0/8)
  0.00% (0/20)
src/duckdb/src/common/encryption_key_manager.cpp
  0.00% (0/85)
  0.00% (0/17)
  0.00% (0/24)
src/duckdb/src/common/encryption_state.cpp
  0.00% (0/19)
  0.00% (0/7)
  0.00% (0/7)
src/duckdb/src/common/enum_util.cpp
  4.55% (163/3583)
  1.03% (6/582)
  1.03% (6/582)
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
 24.77% (81/327)
 83.33% (5/6)
 28.82% (49/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
 33.33% (13/39)
 66.67% (4/6)
 57.14% (16/28)
src/duckdb/src/common/enums/logical_operator_type.cpp
 31.50% (40/127)
100.00% (1/1)
 30.16% (19/63)
src/duckdb/src/common/enums/metric_type.cpp
 31.58% (72/228)
 57.14% (4/7)
 31.25% (35/112)
src/duckdb/src/common/enums/optimizer_type.cpp
  0.00% (0/28)
  0.00% (0/3)
  0.00% (0/21)
src/duckdb/src/common/enums/physical_operator_type.cpp
 21.56% (36/167)
100.00% (1/1)
 20.48% (17/83)
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.64% (11/87)
 50.00% (2/4)
 13.33% (6/45)
src/duckdb/src/common/error_data.cpp
 68.18% (75/110)
 75.00% (12/16)
 72.22% (52/72)
src/duckdb/src/common/exception.cpp
 45.28% (96/212)
 42.86% (24/56)
 43.41% (56/129)
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
 78.26% (54/69)
 70.59% (12/17)
 72.97% (27/37)
src/duckdb/src/common/extra_type_info.cpp
 25.24% (80/317)
 36.67% (22/60)
 36.36% (84/231)
src/duckdb/src/common/file_buffer.cpp
 62.07% (54/87)
 50.00% (7/14)
 61.36% (27/44)
src/duckdb/src/common/file_system.cpp
 23.92% (111/464)
 23.91% (22/92)
 30.30% (70/231)
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/3)
src/duckdb/src/common/gzip_file_system.cpp
  0.00% (0/281)
  0.00% (0/17)
  0.00% (0/155)
src/duckdb/src/common/hive_partitioning.cpp
  0.00% (0/313)
  0.00% (0/22)
  0.00% (0/168)
src/duckdb/src/common/local_file_system.cpp
 14.04% (104/741)
 28.26% (13/46)
 14.02% (67/478)
src/duckdb/src/common/multi_file/base_file_reader.cpp
  0.00% (0/13)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/common/multi_file/multi_file_column_mapper.cpp
  0.00% (0/851)
  0.00% (0/36)
  0.00% (0/423)
src/duckdb/src/common/multi_file/multi_file_function.cpp
  0.00% (0/21)
  0.00% (0/9)
  0.00% (0/9)
src/duckdb/src/common/multi_file/multi_file_list.cpp
  0.00% (0/248)
  0.00% (0/42)
  0.00% (0/158)
src/duckdb/src/common/multi_file/multi_file_reader.cpp
  2.47% (15/607)
  4.26% (2/47)
  1.50% (5/334)
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
 23.20% (387/1668)
 22.89% (92/402)
 25.31% (183/723)
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
 12.21% (26/213)
 31.82% (7/22)
 15.15% (10/66)
src/duckdb/src/common/pipe_file_system.cpp
  0.00% (0/30)
  0.00% (0/10)
  0.00% (0/12)
src/duckdb/src/common/printer.cpp
  0.00% (0/32)
  0.00% (0/7)
  0.00% (0/12)
src/duckdb/src/common/progress_bar/progress_bar.cpp
  6.45% (8/124)
 11.11% (2/18)
  2.86% (2/70)
src/duckdb/src/common/progress_bar/terminal_progress_bar_display.cpp
  0.00% (0/55)
  0.00% (0/4)
  0.00% (0/27)
src/duckdb/src/common/radix_partitioning.cpp
 53.26% (98/184)
 55.00% (11/20)
 50.52% (49/97)
src/duckdb/src/common/random_engine.cpp
 59.62% (31/52)
 58.33% (7/12)
 60.00% (12/20)
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)
 70.59% (48/68)
src/duckdb/src/common/row_operations/row_aggregate.cpp
 33.33% (26/78)
 50.00% (3/6)
 28.57% (10/35)
src/duckdb/src/common/row_operations/row_external.cpp
  0.00% (0/110)
  0.00% (0/6)
  0.00% (0/62)
src/duckdb/src/common/row_operations/row_gather.cpp
 41.35% (55/133)
 75.00% (3/4)
 32.76% (19/58)
src/duckdb/src/common/row_operations/row_heap_gather.cpp
  0.00% (0/205)
  0.00% (0/6)
  0.00% (0/88)
src/duckdb/src/common/row_operations/row_heap_scatter.cpp
  0.00% (0/424)
  0.00% (0/18)
  0.00% (0/186)
src/duckdb/src/common/row_operations/row_matcher.cpp
 32.47% (100/308)
 38.10% (8/21)
 33.08% (44/133)
src/duckdb/src/common/row_operations/row_radix_scatter.cpp
  0.00% (0/280)
  0.00% (0/6)
  0.00% (0/154)
src/duckdb/src/common/row_operations/row_scatter.cpp
 50.56% (90/178)
 80.00% (4/5)
 54.76% (46/84)
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/48)
  0.00% (0/7)
  0.00% (0/32)
src/duckdb/src/common/serializer/buffered_file_writer.cpp
  0.00% (0/64)
  0.00% (0/8)
  0.00% (0/35)
src/duckdb/src/common/serializer/memory_stream.cpp
 37.97% (30/79)
 35.71% (5/14)
 55.81% (24/43)
src/duckdb/src/common/serializer/serializer.cpp
 28.57% (6/21)
 33.33% (1/3)
 55.56% (5/9)
src/duckdb/src/common/sort/comparators.cpp
  0.00% (0/441)
  0.00% (0/14)
  0.00% (0/226)
src/duckdb/src/common/sort/merge_sorter.cpp
  0.00% (0/505)
  0.00% (0/12)
  0.00% (0/260)
src/duckdb/src/common/sort/partition_state.cpp
 13.08% (62/474)
 14.71% (5/34)
 14.98% (40/267)
src/duckdb/src/common/sort/radix_sort.cpp
  0.00% (0/281)
  0.00% (0/11)
  0.00% (0/176)
src/duckdb/src/common/sort/sort_state.cpp
  0.00% (0/390)
  0.00% (0/19)
  0.00% (0/190)
src/duckdb/src/common/sort/sorted_block.cpp
  0.00% (0/319)
  0.00% (0/32)
  0.00% (0/217)
src/duckdb/src/common/sorting/sort.cpp
 75.09% (205/273)
 87.50% (21/24)
 74.29% (104/140)
src/duckdb/src/common/sorting/sorted_run.cpp
 46.61% (117/251)
 60.00% (12/20)
 48.36% (59/122)
src/duckdb/src/common/sorting/sorted_run_merger.cpp
 66.48% (353/531)
 90.62% (29/32)
 69.40% (195/281)
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.98% (392/713)
 57.32% (47/82)
 47.96% (212/442)
src/duckdb/src/common/tree_renderer.cpp
 46.67% (7/15)
100.00% (1/1)
 42.86% (3/7)
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/20)
src/duckdb/src/common/tree_renderer/text_tree_renderer.cpp
 89.85% (354/394)
 68.18% (15/22)
 96.03% (266/277)
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/types.cpp
 60.86% (972/1597)
 72.88% (86/118)
 63.29% (574/907)
src/duckdb/src/common/types/batched_data_collection.cpp
 29.58% (42/142)
 23.53% (4/17)
 35.14% (26/74)
src/duckdb/src/common/types/bit.cpp
  0.00% (0/347)
  0.00% (0/35)
  0.00% (0/184)
src/duckdb/src/common/types/blob.cpp
 50.00% (110/220)
 58.82% (10/17)
 57.48% (73/127)
src/duckdb/src/common/types/cast_helpers.cpp
 97.21% (209/215)
 91.67% (11/12)
 98.86% (87/88)
src/duckdb/src/common/types/column/column_data_allocator.cpp
 74.26% (176/237)
 90.00% (18/20)
 72.39% (97/134)
src/duckdb/src/common/types/column/column_data_collection.cpp
 69.33% (730/1053)
 78.41% (69/88)
 70.81% (376/531)
src/duckdb/src/common/types/column/column_data_collection_segment.cpp
 83.68% (200/239)
 78.26% (18/23)
 84.13% (106/126)
src/duckdb/src/common/types/column/column_data_consumer.cpp
  0.00% (0/77)
  0.00% (0/8)
  0.00% (0/40)
src/duckdb/src/common/types/column/partitioned_column_data.cpp
  0.00% (0/160)
  0.00% (0/17)
  0.00% (0/84)
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/200)
  0.00% (0/25)
  0.00% (0/115)
src/duckdb/src/common/types/data_chunk.cpp
 51.16% (154/301)
 55.00% (22/40)
 56.73% (97/171)
src/duckdb/src/common/types/date.cpp
 19.17% (79/412)
 15.38% (6/39)
 26.14% (80/306)
src/duckdb/src/common/types/decimal.cpp
100.00% (21/21)
100.00% (5/5)
100.00% (5/5)
src/duckdb/src/common/types/hash.cpp
 78.16% (68/87)
 69.23% (9/13)
 85.71% (30/35)
src/duckdb/src/common/types/hugeint.cpp
 71.16% (449/631)
 66.67% (62/93)
 73.04% (233/319)
src/duckdb/src/common/types/hyperloglog.cpp
 34.34% (68/198)
 38.89% (7/18)
 37.96% (41/108)
src/duckdb/src/common/types/interval.cpp
  0.00% (0/460)
  0.00% (0/17)
  0.00% (0/289)
src/duckdb/src/common/types/list_segment.cpp
  5.38% (25/465)
  4.55% (2/44)
  3.82% (6/157)
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
 87.10% (243/279)
 82.76% (24/29)
 83.92% (120/143)
src/duckdb/src/common/types/row/row_data_collection.cpp
 80.73% (88/109)
100.00% (5/5)
 78.18% (43/55)
src/duckdb/src/common/types/row/row_data_collection_scanner.cpp
 50.42% (119/236)
 54.55% (6/11)
 50.96% (80/157)
src/duckdb/src/common/types/row/row_layout.cpp
 92.86% (26/28)
100.00% (2/2)
 95.00% (19/20)
src/duckdb/src/common/types/row/tuple_data_allocator.cpp
 51.58% (293/568)
 75.76% (25/33)
 57.58% (171/297)
src/duckdb/src/common/types/row/tuple_data_collection.cpp
 61.84% (350/566)
 72.41% (42/58)
 61.63% (159/258)
src/duckdb/src/common/types/row/tuple_data_iterator.cpp
 87.50% (56/64)
 81.82% (9/11)
 89.19% (33/37)
src/duckdb/src/common/types/row/tuple_data_layout.cpp
 95.91% (164/171)
 85.71% (6/7)
 96.52% (111/115)
src/duckdb/src/common/types/row/tuple_data_scatter_gather.cpp
 35.98% (463/1287)
 50.91% (28/55)
 37.69% (219/581)
src/duckdb/src/common/types/row/tuple_data_segment.cpp
 75.52% (108/143)
 78.95% (15/19)
 78.57% (55/70)
src/duckdb/src/common/types/selection_vector.cpp
 40.62% (13/32)
 33.33% (2/6)
 35.71% (5/14)
src/duckdb/src/common/types/string_heap.cpp
 54.35% (25/46)
 50.00% (6/12)
 61.11% (11/18)
src/duckdb/src/common/types/string_type.cpp
 50.00% (11/22)
 33.33% (1/3)
 71.43% (10/14)
src/duckdb/src/common/types/time.cpp
  0.00% (0/251)
  0.00% (0/17)
  0.00% (0/191)
src/duckdb/src/common/types/timestamp.cpp
  8.24% (38/461)
 14.89% (7/47)
  4.51% (13/288)
src/duckdb/src/common/types/uhugeint.cpp
 54.98% (243/442)
 48.84% (42/86)
 63.68% (128/201)
src/duckdb/src/common/types/uuid.cpp
 36.50% (73/200)
 41.67% (5/12)
 10.47% (9/86)
src/duckdb/src/common/types/validity_mask.cpp
 25.52% (49/192)
 38.46% (5/13)
 27.78% (35/126)
src/duckdb/src/common/types/value.cpp
 47.16% (872/1849)
 48.40% (121/250)
 47.87% (370/773)
src/duckdb/src/common/types/varint.cpp
  0.00% (0/230)
  0.00% (0/12)
  0.00% (0/130)
src/duckdb/src/common/types/vector.cpp
 30.72% (642/2090)
 40.48% (51/126)
 34.92% (352/1008)
src/duckdb/src/common/types/vector_buffer.cpp
 44.12% (45/102)
 53.57% (15/28)
 43.55% (27/62)
src/duckdb/src/common/types/vector_cache.cpp
 79.38% (77/97)
100.00% (7/7)
 92.86% (26/28)
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)
 42.31% (11/26)
 54.31% (63/116)
src/duckdb/src/common/vector_operations/boolean_operators.cpp
 51.76% (44/85)
 77.78% (7/9)
 58.73% (37/63)
src/duckdb/src/common/vector_operations/comparison_operators.cpp
 39.50% (79/200)
 60.00% (15/25)
 41.35% (43/104)
src/duckdb/src/common/vector_operations/generators.cpp
  0.00% (0/70)
  0.00% (0/4)
  0.00% (0/40)
src/duckdb/src/common/vector_operations/is_distinct_from.cpp
  0.00% (0/813)
  0.00% (0/57)
  0.00% (0/389)
src/duckdb/src/common/vector_operations/null_operations.cpp
 27.27% (24/88)
 66.67% (4/6)
 25.42% (15/59)
src/duckdb/src/common/vector_operations/numeric_inplace_operators.cpp
 59.09% (13/22)
100.00% (1/1)
 75.00% (9/12)
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)
 44.00% (44/100)
src/duckdb/src/common/vector_operations/vector_hash.cpp
 51.44% (196/381)
 75.00% (12/16)
 47.30% (105/222)
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
 24.19% (45/186)
 33.33% (11/33)
 23.81% (25/105)
src/duckdb/src/execution/adaptive_filter.cpp
 45.95% (34/74)
 80.00% (4/5)
 50.00% (27/54)
src/duckdb/src/execution/aggregate_hashtable.cpp
 58.47% (383/655)
 69.09% (38/55)
 61.28% (220/359)
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
 27.01% (47/174)
 80.00% (4/5)
 30.23% (26/86)
src/duckdb/src/execution/expression_executor.cpp
 80.69% (209/259)
 78.57% (22/28)
 82.43% (122/148)
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.16% (41/95)
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
 27.46% (67/244)
 30.00% (6/20)
 18.37% (18/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% (3/3)
src/duckdb/src/execution/expression_executor/execute_function.cpp
100.00% (33/33)
100.00% (5/5)
100.00% (17/17)
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% (5/5)
src/duckdb/src/execution/expression_executor/execute_reference.cpp
 92.86% (13/14)
100.00% (2/2)
 85.71% (6/7)
src/duckdb/src/execution/expression_executor_state.cpp
 95.12% (39/41)
100.00% (9/9)
 95.83% (23/24)
src/duckdb/src/execution/index/art/art.cpp
  0.00% (0/1000)
  0.00% (0/50)
  0.00% (0/549)
src/duckdb/src/execution/index/art/art_key.cpp
  0.00% (0/144)
  0.00% (0/18)
  0.00% (0/99)
src/duckdb/src/execution/index/art/art_merger.cpp
  0.00% (0/198)
  0.00% (0/11)
  0.00% (0/111)
src/duckdb/src/execution/index/art/base_leaf.cpp
  0.00% (0/103)
  0.00% (0/9)
  0.00% (0/49)
src/duckdb/src/execution/index/art/base_node.cpp
  0.00% (0/135)
  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/150)
src/duckdb/src/execution/index/art/leaf.cpp
  0.00% (0/157)
  0.00% (0/9)
  0.00% (0/75)
src/duckdb/src/execution/index/art/node.cpp
  0.00% (0/419)
  0.00% (0/23)
  0.00% (0/191)
src/duckdb/src/execution/index/art/node256.cpp
  0.00% (0/56)
  0.00% (0/7)
  0.00% (0/26)
src/duckdb/src/execution/index/art/node256_leaf.cpp
  0.00% (0/73)
  0.00% (0/7)
  0.00% (0/24)
src/duckdb/src/execution/index/art/node48.cpp
  0.00% (0/98)
  0.00% (0/8)
  0.00% (0/49)
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/304)
  0.00% (0/22)
  0.00% (0/163)
src/duckdb/src/execution/index/bound_index.cpp
  0.00% (0/112)
  0.00% (0/23)
  0.00% (0/40)
src/duckdb/src/execution/index/fixed_size_allocator.cpp
  0.00% (0/301)
  0.00% (0/19)
  0.00% (0/136)
src/duckdb/src/execution/index/fixed_size_buffer.cpp
  0.00% (0/136)
  0.00% (0/11)
  0.00% (0/92)
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/21)
  0.00% (0/2)
  0.00% (0/17)
src/duckdb/src/execution/join_hashtable.cpp
 37.19% (460/1237)
 54.93% (39/71)
 38.03% (262/689)
src/duckdb/src/execution/nested_loop_join/nested_loop_join_inner.cpp
  0.00% (0/148)
  0.00% (0/5)
  0.00% (0/63)
src/duckdb/src/execution/nested_loop_join/nested_loop_join_mark.cpp
  0.00% (0/144)
  0.00% (0/5)
  0.00% (0/78)
src/duckdb/src/execution/operator/aggregate/aggregate_object.cpp
 58.33% (35/60)
 66.67% (6/9)
 61.36% (27/44)
src/duckdb/src/execution/operator/aggregate/distinct_aggregate_data.cpp
 10.87% (15/138)
 16.67% (2/12)
 10.13% (8/79)
src/duckdb/src/execution/operator/aggregate/grouped_aggregate_data.cpp
 49.32% (36/73)
 71.43% (5/7)
 44.12% (15/34)
src/duckdb/src/execution/operator/aggregate/physical_hash_aggregate.cpp
 43.95% (269/612)
 55.81% (24/43)
 44.05% (137/311)
src/duckdb/src/execution/operator/aggregate/physical_partitioned_aggregate.cpp
  0.00% (0/124)
  0.00% (0/17)
  0.00% (0/56)
src/duckdb/src/execution/operator/aggregate/physical_perfecthash_aggregate.cpp
  0.00% (0/152)
  0.00% (0/12)
  0.00% (0/71)
src/duckdb/src/execution/operator/aggregate/physical_streaming_window.cpp
  2.05% (9/439)
  4.00% (1/25)
  6.17% (14/227)
src/duckdb/src/execution/operator/aggregate/physical_ungrouped_aggregate.cpp
 48.89% (199/407)
 65.71% (23/35)
 49.25% (98/199)
src/duckdb/src/execution/operator/aggregate/physical_window.cpp
 71.36% (446/625)
 85.71% (42/49)
 76.26% (273/358)
src/duckdb/src/execution/operator/csv_scanner/buffer_manager/csv_buffer.cpp
  0.00% (0/65)
  0.00% (0/9)
  0.00% (0/38)
src/duckdb/src/execution/operator/csv_scanner/buffer_manager/csv_buffer_manager.cpp
  0.00% (0/130)
  0.00% (0/13)
  0.00% (0/89)
src/duckdb/src/execution/operator/csv_scanner/buffer_manager/csv_file_handle.cpp
  0.00% (0/99)
  0.00% (0/14)
  0.00% (0/50)
src/duckdb/src/execution/operator/csv_scanner/encode/csv_encoder.cpp
  0.00% (0/114)
  0.00% (0/9)
  0.00% (0/58)
src/duckdb/src/execution/operator/csv_scanner/scanner/base_scanner.cpp
  0.00% (0/66)
  0.00% (0/12)
  0.00% (0/44)
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/133)
src/duckdb/src/execution/operator/csv_scanner/scanner/scanner_boundary.cpp
  0.00% (0/103)
  0.00% (0/19)
  0.00% (0/60)
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/1762)
  0.00% (0/44)
  0.00% (0/1122)
src/duckdb/src/execution/operator/csv_scanner/sniffer/csv_sniffer.cpp
  0.00% (0/202)
  0.00% (0/7)
  0.00% (0/124)
src/duckdb/src/execution/operator/csv_scanner/sniffer/dialect_detection.cpp
  0.00% (0/488)
  0.00% (0/13)
  0.00% (0/437)
src/duckdb/src/execution/operator/csv_scanner/sniffer/header_detection.cpp
  0.00% (0/284)
  0.00% (0/9)
  0.00% (0/205)
src/duckdb/src/execution/operator/csv_scanner/sniffer/set_columns.cpp
  0.00% (0/48)
  0.00% (0/6)
  0.00% (0/41)
src/duckdb/src/execution/operator/csv_scanner/sniffer/type_detection.cpp
  0.00% (0/407)
  0.00% (0/12)
  0.00% (0/238)
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/221)
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/313)
  0.00% (0/23)
  0.00% (0/152)
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/504)
  0.00% (0/37)
  0.00% (0/248)
src/duckdb/src/execution/operator/csv_scanner/util/csv_reader_options.cpp
  0.00% (0/705)
  0.00% (0/41)
  0.00% (0/561)
src/duckdb/src/execution/operator/csv_scanner/util/csv_validator.cpp
  0.00% (0/45)
  0.00% (0/6)
  0.00% (0/20)
src/duckdb/src/execution/operator/filter/physical_filter.cpp
 97.22% (35/36)
100.00% (6/6)
 94.44% (17/18)
src/duckdb/src/execution/operator/helper/physical_batch_collector.cpp
100.00% (34/34)
100.00% (7/7)
100.00% (10/10)
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)
 25.56% (23/90)
src/duckdb/src/execution/operator/helper/physical_limit_percent.cpp
 55.75% (63/113)
100.00% (7/7)
 57.53% (42/73)
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
 93.62% (44/47)
 87.50% (7/8)
 94.44% (17/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
 25.42% (15/59)
 50.00% (1/2)
 25.00% (8/32)
src/duckdb/src/execution/operator/helper/physical_result_collector.cpp
 83.33% (30/36)
100.00% (4/4)
 88.00% (22/25)
src/duckdb/src/execution/operator/helper/physical_set.cpp
 47.46% (28/59)
 50.00% (1/2)
 48.28% (14/29)
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
 57.69% (30/52)
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.96% (6/67)
 22.22% (2/9)
 14.63% (6/41)
src/duckdb/src/execution/operator/helper/physical_verify_vector.cpp
  0.00% (0/186)
  0.00% (0/8)
  0.00% (0/110)
src/duckdb/src/execution/operator/join/outer_join_marker.cpp
  0.00% (0/90)
  0.00% (0/10)
  0.00% (0/63)
src/duckdb/src/execution/operator/join/perfect_hash_join_executor.cpp
 13.29% (40/301)
 25.00% (3/12)
 22.56% (37/164)
src/duckdb/src/execution/operator/join/physical_asof_join.cpp
  0.00% (0/563)
  0.00% (0/40)
  0.00% (0/305)
src/duckdb/src/execution/operator/join/physical_blockwise_nl_join.cpp
  0.00% (0/156)
  0.00% (0/18)
  0.00% (0/100)
src/duckdb/src/execution/operator/join/physical_comparison_join.cpp
 17.44% (15/86)
 50.00% (2/4)
 20.00% (12/60)
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/12)
src/duckdb/src/execution/operator/join/physical_hash_join.cpp
 42.32% (405/957)
 61.54% (40/65)
 44.79% (228/509)
src/duckdb/src/execution/operator/join/physical_iejoin.cpp
  0.00% (0/632)
  0.00% (0/33)
  0.00% (0/316)
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/23)
src/duckdb/src/execution/operator/join/physical_nested_loop_join.cpp
  0.00% (0/319)
  0.00% (0/28)
  0.00% (0/183)
src/duckdb/src/execution/operator/join/physical_piecewise_merge_join.cpp
  0.00% (0/515)
  0.00% (0/28)
  0.00% (0/252)
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/271)
  0.00% (0/19)
  0.00% (0/144)
src/duckdb/src/execution/operator/join/physical_right_delim_join.cpp
  0.00% (0/62)
  0.00% (0/8)
  0.00% (0/14)
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/372)
  0.00% (0/37)
  0.00% (0/221)
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/228)
src/duckdb/src/execution/operator/persistent/physical_batch_insert.cpp
 47.20% (211/447)
 64.52% (20/31)
 47.84% (111/232)
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/557)
  0.00% (0/38)
  0.00% (0/292)
src/duckdb/src/execution/operator/persistent/physical_delete.cpp
  0.00% (0/142)
  0.00% (0/11)
  0.00% (0/69)
src/duckdb/src/execution/operator/persistent/physical_export.cpp
  0.00% (0/246)
  0.00% (0/20)
  0.00% (0/110)
src/duckdb/src/execution/operator/persistent/physical_insert.cpp
 15.99% (91/569)
 46.67% (14/30)
 17.36% (46/265)
src/duckdb/src/execution/operator/persistent/physical_update.cpp
  0.00% (0/155)
  0.00% (0/12)
  0.00% (0/84)
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/98)
  0.00% (0/8)
  0.00% (0/57)
src/duckdb/src/execution/operator/projection/physical_unnest.cpp
 90.53% (153/169)
100.00% (8/8)
 91.67% (99/108)
src/duckdb/src/execution/operator/scan/physical_column_data_scan.cpp
 63.10% (53/84)
100.00% (9/9)
 62.22% (28/45)
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.59% (79/222)
 76.47% (13/17)
 39.86% (59/148)
src/duckdb/src/execution/operator/schema/physical_alter.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/execution/operator/schema/physical_attach.cpp
  0.00% (0/49)
  0.00% (0/1)
  0.00% (0/38)
src/duckdb/src/execution/operator/schema/physical_create_art_index.cpp
  0.00% (0/134)
  0.00% (0/11)
  0.00% (0/70)
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/25)
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
 65.79% (25/38)
100.00% (1/1)
 66.67% (10/15)
src/duckdb/src/execution/operator/set/physical_cte.cpp
 83.33% (50/60)
 84.62% (11/13)
 90.00% (18/20)
src/duckdb/src/execution/operator/set/physical_recursive_cte.cpp
  0.00% (0/212)
  0.00% (0/13)
  0.00% (0/100)
src/duckdb/src/execution/operator/set/physical_union.cpp
 61.54% (40/65)
 75.00% (3/4)
 69.44% (25/36)
src/duckdb/src/execution/perfect_aggregate_hashtable.cpp
  0.00% (0/245)
  0.00% (0/10)
  0.00% (0/114)
src/duckdb/src/execution/physical_operator.cpp
 76.39% (178/233)
 71.43% (25/35)
 80.65% (100/124)
src/duckdb/src/execution/physical_plan/plan_aggregate.cpp
 60.85% (157/258)
100.00% (6/6)
 67.16% (90/134)
src/duckdb/src/execution/physical_plan/plan_any_join.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/execution/physical_plan/plan_asof_join.cpp
  0.00% (0/251)
  0.00% (0/2)
  0.00% (0/105)
src/duckdb/src/execution/physical_plan/plan_column_data_get.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/execution/physical_plan/plan_comparison_join.cpp
 41.86% (36/86)
 50.00% (2/4)
 29.09% (16/55)
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)
 30.00% (3/10)
src/duckdb/src/execution/physical_plan/plan_create_index.cpp
  0.00% (0/30)
  0.00% (0/1)
  0.00% (0/22)
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)
 94.44% (17/18)
src/duckdb/src/execution/physical_plan/plan_cross_product.cpp
100.00% (6/6)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/execution/physical_plan/plan_cte.cpp
100.00% (13/13)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/execution/physical_plan/plan_delete.cpp
  0.00% (0/16)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/execution/physical_plan/plan_delim_get.cpp
  0.00% (0/4)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/execution/physical_plan/plan_delim_join.cpp
  0.00% (0/37)
  0.00% (0/2)
  0.00% (0/17)
src/duckdb/src/execution/physical_plan/plan_distinct.cpp
 54.29% (38/70)
100.00% (1/1)
 50.00% (18/36)
src/duckdb/src/execution/physical_plan/plan_dummy_scan.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/execution/physical_plan/plan_empty_result.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/execution/physical_plan/plan_execute.cpp
100.00% (12/12)
100.00% (1/1)
100.00% (6/6)
src/duckdb/src/execution/physical_plan/plan_explain.cpp
 76.74% (33/43)
100.00% (1/1)
 80.00% (12/15)
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)
 87.50% (7/8)
src/duckdb/src/execution/physical_plan/plan_filter.cpp
100.00% (20/20)
100.00% (1/1)
100.00% (10/10)
src/duckdb/src/execution/physical_plan/plan_get.cpp
 28.12% (45/160)
 50.00% (1/2)
 35.80% (29/81)
src/duckdb/src/execution/physical_plan/plan_insert.cpp
 41.82% (46/110)
 62.50% (5/8)
 51.61% (32/62)
src/duckdb/src/execution/physical_plan/plan_limit.cpp
 39.34% (24/61)
 50.00% (1/2)
 35.71% (10/28)
src/duckdb/src/execution/physical_plan/plan_order.cpp
 89.47% (17/19)
100.00% (1/1)
 90.91% (10/11)
src/duckdb/src/execution/physical_plan/plan_pivot.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/execution/physical_plan/plan_positional_join.cpp
  0.00% (0/20)
  0.00% (0/1)
  0.00% (0/10)
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% (6/6)
src/duckdb/src/execution/physical_plan/plan_projection.cpp
100.00% (23/23)
100.00% (1/1)
100.00% (15/15)
src/duckdb/src/execution/physical_plan/plan_recursive_cte.cpp
 13.68% (13/95)
 50.00% (1/2)
 17.65% (6/34)
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/11)
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
 53.57% (45/84)
 66.67% (2/3)
 64.71% (22/34)
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/2)
src/duckdb/src/execution/physical_plan/plan_unnest.cpp
100.00% (7/7)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/execution/physical_plan/plan_update.cpp
  0.00% (0/18)
  0.00% (0/3)
  0.00% (0/4)
src/duckdb/src/execution/physical_plan/plan_vacuum.cpp
 66.67% (6/9)
100.00% (1/1)
 66.67% (2/3)
src/duckdb/src/execution/physical_plan/plan_window.cpp
 67.33% (68/101)
100.00% (1/1)
 61.82% (34/55)
src/duckdb/src/execution/physical_plan_generator.cpp
 68.18% (105/154)
100.00% (6/6)
 64.00% (48/75)
src/duckdb/src/execution/radix_partitioned_hashtable.cpp
 65.48% (387/591)
 82.93% (34/41)
 67.39% (217/322)
src/duckdb/src/execution/sample/base_reservoir_sample.cpp
  7.53% (7/93)
 10.00% (1/10)
  5.13% (2/39)
src/duckdb/src/execution/sample/reservoir_sample.cpp
  2.81% (19/676)
  6.38% (3/47)
  3.92% (16/408)
src/duckdb/src/function/aggregate/distributive/count.cpp
 49.48% (95/192)
 73.68% (14/19)
 33.67% (33/98)
src/duckdb/src/function/aggregate/distributive/first_last_any.cpp
 49.64% (139/280)
 75.00% (21/28)
 48.72% (76/156)
src/duckdb/src/function/aggregate/distributive/minmax.cpp
 29.16% (107/367)
 40.00% (16/40)
 30.29% (53/175)
src/duckdb/src/function/aggregate/sorted_aggregate_function.cpp
 13.20% (78/591)
 17.14% (6/35)
 16.08% (50/311)
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/62)
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/12)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/function/cast/cast_function_set.cpp
 27.45% (42/153)
 45.00% (9/20)
 29.63% (32/108)
src/duckdb/src/function/cast/decimal_cast.cpp
 85.00% (204/240)
100.00% (16/16)
 83.50% (86/103)
src/duckdb/src/function/cast/default_casts.cpp
 56.25% (72/128)
 75.00% (9/12)
 64.10% (50/78)
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/list_casts.cpp
 17.80% (42/236)
 57.14% (4/7)
 11.11% (12/108)
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.95% (77/429)
 36.36% (4/11)
 17.24% (35/203)
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/149)
  0.00% (0/9)
  0.00% (0/58)
src/duckdb/src/function/cast/union/from_struct.cpp
  0.00% (0/101)
  0.00% (0/4)
  0.00% (0/57)
src/duckdb/src/function/cast/union_casts.cpp
  0.00% (0/235)
  0.00% (0/11)
  0.00% (0/113)
src/duckdb/src/function/cast/uuid_casts.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/function/cast/varint_casts.cpp
  0.00% (0/220)
  0.00% (0/9)
  0.00% (0/117)
src/duckdb/src/function/cast/vector_cast_helpers.cpp
 29.09% (144/495)
 57.14% (12/21)
 31.19% (121/388)
src/duckdb/src/function/cast_rules.cpp
 45.51% (228/501)
 65.22% (15/23)
 46.57% (156/335)
src/duckdb/src/function/compression_config.cpp
 51.67% (31/60)
 60.00% (3/5)
 64.29% (18/28)
src/duckdb/src/function/copy_function.cpp
  0.00% (0/29)
  0.00% (0/2)
  0.00% (0/10)
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
 70.73% (87/123)
 73.08% (19/26)
 76.47% (52/68)
src/duckdb/src/function/function_binder.cpp
 85.71% (312/364)
 93.10% (27/29)
 87.55% (211/241)
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
 64.08% (66/103)
100.00% (5/5)
 59.26% (32/54)
src/duckdb/src/function/pragma/pragma_functions.cpp
 29.85% (40/134)
 10.71% (3/28)
  7.14% (3/42)
src/duckdb/src/function/pragma/pragma_queries.cpp
 41.81% (74/177)
 12.50% (3/24)
 10.34% (3/29)
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.28% (207/215)
100.00% (36/36)
 94.87% (74/78)
src/duckdb/src/function/scalar/compressed_materialization/compress_string.cpp
 39.13% (81/207)
 45.45% (15/33)
 32.91% (26/79)
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.39% (437/942)
 58.62% (34/58)
 48.68% (239/491)
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)
 53.85% (21/39)
src/duckdb/src/function/scalar/generic/error.cpp
 70.00% (7/10)
 50.00% (1/2)
 50.00% (1/2)
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/list/contains_or_position.cpp
 45.76% (27/59)
 75.00% (3/4)
 57.14% (16/28)
src/duckdb/src/function/scalar/list/list_extract.cpp
 16.92% (22/130)
 22.22% (2/9)
  3.64% (2/55)
src/duckdb/src/function/scalar/list/list_resize.cpp
 11.86% (14/118)
 33.33% (1/3)
  1.82% (1/55)
src/duckdb/src/function/scalar/list/list_select.cpp
  8.96% (12/134)
 25.00% (2/8)
  2.90% (2/69)
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
 13.51% (5/37)
 33.33% (1/3)
  6.25% (1/16)
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
 33.33% (64/192)
 28.57% (10/35)
 37.61% (41/109)
src/duckdb/src/function/scalar/operator/arithmetic.cpp
 80.11% (741/925)
 66.13% (41/62)
 79.16% (338/427)
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/760)
src/duckdb/src/function/scalar/string/caseconvert.cpp
  8.16% (8/98)
 15.38% (2/13)
  4.65% (2/43)
src/duckdb/src/function/scalar/string/concat.cpp
 33.09% (91/275)
 57.89% (11/19)
 26.09% (36/138)
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.76% (2/42)
src/duckdb/src/function/scalar/string/length.cpp
 29.76% (61/205)
 29.17% (7/24)
 22.22% (18/81)
src/duckdb/src/function/scalar/string/like.cpp
 34.81% (149/428)
 34.88% (15/43)
 31.78% (82/258)
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)
 12.50% (1/8)
src/duckdb/src/function/scalar/string/prefix.cpp
 13.04% (6/46)
 33.33% (1/3)
  3.23% (1/31)
src/duckdb/src/function/scalar/string/regexp.cpp
 25.25% (101/400)
 24.32% (9/37)
 13.10% (22/168)
src/duckdb/src/function/scalar/string/regexp/regexp_extract_all.cpp
  0.00% (0/171)
  0.00% (0/8)
  0.00% (0/94)
src/duckdb/src/function/scalar/string/regexp/regexp_util.cpp
 12.70% (8/63)
 33.33% (1/3)
 16.67% (7/42)
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)
  3.33% (2/60)
src/duckdb/src/function/scalar/string/strip_accents.cpp
  9.09% (3/33)
 25.00% (1/4)
  5.00% (1/20)
src/duckdb/src/function/scalar/string/substring.cpp
  9.89% (26/263)
 16.67% (3/18)
  2.94% (4/136)
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.36% (1/277)
src/duckdb/src/function/scalar/struct/struct_concat.cpp
  8.54% (7/82)
 25.00% (1/4)
  2.17% (1/46)
src/duckdb/src/function/scalar/struct/struct_contains.cpp
  5.08% (10/197)
 28.57% (2/7)
  1.90% (2/105)
src/duckdb/src/function/scalar/struct/struct_extract.cpp
 15.56% (21/135)
 41.67% (5/12)
  7.04% (5/71)
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.52% (2/132)
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.13% (6/117)
 11.11% (1/9)
  1.19% (1/84)
src/duckdb/src/function/scalar_function.cpp
 90.48% (38/42)
100.00% (8/8)
 96.00% (48/50)
src/duckdb/src/function/scalar_macro_function.cpp
 92.86% (26/28)
100.00% (6/6)
 87.50% (14/16)
src/duckdb/src/function/table/arrow.cpp
  9.28% (22/237)
 12.50% (2/16)
  1.72% (2/116)
src/duckdb/src/function/table/arrow/arrow_array_scan_state.cpp
  0.00% (0/41)
  0.00% (0/6)
  0.00% (0/23)
src/duckdb/src/function/table/arrow/arrow_duck_schema.cpp
  0.81% (3/370)
  5.56% (1/18)
  0.36% (1/274)
src/duckdb/src/function/table/arrow/arrow_type_info.cpp
  0.00% (0/74)
  0.00% (0/26)
  0.00% (0/55)
src/duckdb/src/function/table/arrow_conversion.cpp
  0.00% (0/1176)
  0.00% (0/34)
  0.00% (0/557)
src/duckdb/src/function/table/checkpoint.cpp
 79.55% (35/44)
 66.67% (4/6)
 81.25% (13/16)
src/duckdb/src/function/table/copy_csv.cpp
  4.48% (18/402)
  3.33% (1/30)
  0.51% (1/198)
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
 20.90% (14/67)
 20.00% (1/5)
  2.94% (1/34)
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
 69.72% (76/109)
 46.15% (6/13)
 50.00% (18/36)
src/duckdb/src/function/table/read_file.cpp
  7.26% (13/179)
 21.43% (3/14)
  4.69% (3/64)
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.44% (6/246)
 12.50% (1/8)
  0.93% (1/107)
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_columns.cpp
 75.21% (176/234)
 80.00% (20/25)
 69.62% (55/79)
src/duckdb/src/function/table/system/duckdb_constraints.cpp
 15.55% (37/238)
 16.67% (2/12)
  2.17% (2/92)
src/duckdb/src/function/table/system/duckdb_databases.cpp
 37.10% (23/62)
 40.00% (2/5)
 10.00% (2/20)
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
  8.88% (47/529)
  2.63% (2/76)
  0.86% (2/232)
src/duckdb/src/function/table/system/duckdb_indexes.cpp
 38.64% (34/88)
 28.57% (2/7)
  9.52% (2/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
 48.57% (17/35)
 33.33% (2/6)
 15.38% (2/13)
src/duckdb/src/function/table/system/duckdb_log_contexts.cpp
 51.35% (19/37)
 33.33% (2/6)
 15.38% (2/13)
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
 48.15% (39/81)
 33.33% (2/6)
 10.53% (2/19)
src/duckdb/src/function/table/system/duckdb_settings.cpp
 23.94% (17/71)
 40.00% (2/5)
  8.33% (2/24)
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
 22.54% (32/142)
 33.33% (2/6)
  2.94% (2/68)
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/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.20% (1/83)
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
  1.90% (5/263)
 16.67% (1/6)
  3.23% (1/31)
src/duckdb/src/function/table/system/test_vector_types.cpp
  2.87% (7/244)
  5.88% (1/17)
  0.85% (1/118)
src/duckdb/src/function/table/system_functions.cpp
100.00% (38/38)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/function/table/table_scan.cpp
  6.02% (33/548)
  6.98% (3/43)
  1.28% (3/235)
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
 26.25% (21/80)
 33.33% (5/15)
 15.15% (5/33)
src/duckdb/src/function/table_function.cpp
 44.44% (16/36)
 50.00% (4/8)
 67.24% (39/58)
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.17% (89/153)
100.00% (10/10)
 49.07% (53/108)
src/duckdb/src/function/window/window_aggregate_states.cpp
 93.75% (30/32)
100.00% (5/5)
 94.12% (16/17)
src/duckdb/src/function/window/window_aggregator.cpp
 78.95% (45/57)
100.00% (10/10)
 77.42% (24/31)
src/duckdb/src/function/window/window_boundaries_state.cpp
 17.02% (136/799)
 38.46% (10/26)
 17.98% (87/484)
src/duckdb/src/function/window/window_collection.cpp
 66.67% (70/105)
 85.71% (6/7)
 66.20% (47/71)
src/duckdb/src/function/window/window_constant_aggregator.cpp
 71.00% (142/200)
100.00% (13/13)
 66.96% (75/112)
src/duckdb/src/function/window/window_custom_aggregator.cpp
 78.21% (61/78)
100.00% (10/10)
 80.56% (29/36)
src/duckdb/src/function/window/window_distinct_aggregator.cpp
  0.85% (4/472)
  3.85% (1/26)
  2.86% (5/175)
src/duckdb/src/function/window/window_executor.cpp
 77.59% (45/58)
 76.92% (10/13)
 82.35% (28/34)
src/duckdb/src/function/window/window_index_tree.cpp
  0.00% (0/53)
  0.00% (0/6)
  0.00% (0/29)
src/duckdb/src/function/window/window_merge_sort_tree.cpp
  0.00% (0/225)
  0.00% (0/11)
  0.00% (0/97)
src/duckdb/src/function/window/window_naive_aggregator.cpp
 58.36% (178/305)
 73.33% (11/15)
 47.93% (58/121)
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/68)
src/duckdb/src/function/window/window_segment_tree.cpp
  0.00% (0/372)
  0.00% (0/25)
  0.00% (0/248)
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/105)
  0.00% (0/12)
  0.00% (0/42)
src/duckdb/src/function/window/window_value_function.cpp
  0.00% (0/894)
  0.00% (0/48)
  0.00% (0/450)
src/duckdb/src/include/duckdb/catalog/catalog.hpp
 63.83% (30/47)
 66.67% (6/9)
 66.67% (14/21)
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
 51.61% (16/31)
 50.00% (5/10)
 50.00% (5/10)
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/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/59)
  0.00% (0/11)
  0.00% (0/24)
src/duckdb/src/include/duckdb/common/arrow/appender/enum_data.hpp
  0.00% (0/42)
  0.00% (0/5)
  0.00% (0/11)
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/7)
src/duckdb/src/include/duckdb/common/arrow/appender/scalar_data.hpp
  0.00% (0/67)
  0.00% (0/15)
  0.00% (0/25)
src/duckdb/src/include/duckdb/common/arrow/appender/varchar_data.hpp
  0.00% (0/124)
  0.00% (0/11)
  0.00% (0/38)
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/13)
  0.00% (0/4)
  0.00% (0/4)
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/assert.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
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/bit_utils.hpp
 40.00% (36/90)
 25.00% (2/8)
 32.14% (9/28)
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/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_functions.hpp
  0.00% (0/41)
  0.00% (0/4)
  0.00% (0/13)
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
 50.00% (1/2)
 50.00% (1/2)
 50.00% (1/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/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
 36.36% (20/55)
 30.43% (7/23)
 29.55% (13/44)
src/duckdb/src/include/duckdb/common/exception/binder_exception.hpp
 83.33% (10/12)
 83.33% (5/6)
 83.33% (10/12)
src/duckdb/src/include/duckdb/common/exception/catalog_exception.hpp
100.00% (4/4)
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
 50.00% (2/4)
 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/15)
src/duckdb/src/include/duckdb/common/fast_mem.hpp
  4.81% (57/1185)
 33.33% (2/6)
  4.59% (27/588)
src/duckdb/src/include/duckdb/common/file_buffer.hpp
 25.00% (3/12)
 25.00% (1/4)
 25.00% (1/4)
src/duckdb/src/include/duckdb/common/file_open_flags.hpp
 34.78% (24/69)
 33.33% (8/24)
 22.22% (8/36)
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
 90.77% (118/130)
 89.29% (25/28)
 92.65% (63/68)
src/duckdb/src/include/duckdb/common/fsst.hpp
  0.00% (0/25)
  0.00% (0/2)
  0.00% (0/6)
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
 77.65% (66/85)
 76.92% (20/26)
 84.21% (32/38)
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
 74.39% (61/82)
 88.89% (16/18)
 75.68% (28/37)
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/76)
src/duckdb/src/include/duckdb/common/multi_file/multi_file_function.hpp
  2.46% (13/528)
  4.00% (1/25)
  0.75% (2/265)
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
 74.07% (40/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
 27.12% (32/118)
 25.00% (8/32)
 25.00% (8/32)
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
 27.37% (26/95)
 50.00% (3/6)
 20.73% (17/82)
src/duckdb/src/include/duckdb/common/operator/comparison_operators.hpp
 49.28% (34/69)
 55.00% (11/20)
 45.95% (17/37)
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)
 53.28% (65/122)
src/duckdb/src/include/duckdb/common/operator/double_cast_operator.hpp
 66.67% (22/33)
100.00% (1/1)
 71.88% (23/32)
src/duckdb/src/include/duckdb/common/operator/integer_cast_operator.hpp
 42.32% (146/345)
 57.14% (8/14)
 45.30% (130/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% (4/4)
src/duckdb/src/include/duckdb/common/operator/numeric_cast.hpp
 44.41% (163/367)
 47.31% (44/93)
 46.67% (70/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
 64.29% (18/28)
 75.00% (6/8)
 73.33% (11/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
 87.10% (27/31)
 81.82% (9/11)
 82.35% (14/17)
src/duckdb/src/include/duckdb/common/owning_string_map.hpp
  0.00% (0/61)
  0.00% (0/13)
  0.00% (0/33)
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/79)
src/duckdb/src/include/duckdb/common/profiler.hpp
100.00% (15/15)
100.00% (4/4)
100.00% (7/7)
src/duckdb/src/include/duckdb/common/progress_bar/display/terminal_progress_bar_display.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
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/radix.hpp
 58.11% (129/222)
 72.97% (27/37)
 53.54% (53/99)
src/duckdb/src/include/duckdb/common/radix_partitioning.hpp
 34.78% (16/46)
 45.45% (5/11)
 25.00% (6/24)
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)
 83.87% (26/31)
src/duckdb/src/include/duckdb/common/serializer/binary_serializer.hpp
 81.25% (26/32)
 75.00% (6/8)
 80.00% (8/10)
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
 75.24% (234/311)
 74.07% (40/54)
 75.70% (81/107)
src/duckdb/src/include/duckdb/common/serializer/encoding_util.hpp
 98.73% (78/79)
100.00% (8/8)
100.00% (31/31)
src/duckdb/src/include/duckdb/common/serializer/read_stream.hpp
 25.00% (2/8)
 50.00% (1/2)
 50.00% (1/2)
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
 68.00% (51/75)
 68.00% (17/25)
 68.00% (17/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/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
 87.50% (91/104)
 89.66% (26/29)
 92.86% (52/56)
src/duckdb/src/include/duckdb/common/sort/duckdb_pdqsort.hpp
  0.00% (0/476)
  0.00% (0/37)
  0.00% (0/264)
src/duckdb/src/include/duckdb/common/sort/partition_state.hpp
  4.00% (1/25)
 11.11% (1/9)
  6.25% (1/16)
src/duckdb/src/include/duckdb/common/sort/sort.hpp
  0.00% (0/53)
  0.00% (0/7)
  0.00% (0/19)
src/duckdb/src/include/duckdb/common/sort/sorted_block.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/sorting/sort_key.hpp
 50.70% (108/213)
 65.38% (17/26)
 51.69% (61/118)
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/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/include/duckdb/common/string_util.hpp
 42.59% (46/108)
 38.89% (7/18)
 46.96% (54/115)
src/duckdb/src/include/duckdb/common/table_column.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
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/type_util.hpp
 52.83% (28/53)
100.00% (2/2)
 58.97% (46/78)
src/duckdb/src/include/duckdb/common/type_visitor.hpp
 46.27% (31/67)
100.00% (4/4)
 54.84% (17/31)
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/17)
src/duckdb/src/include/duckdb/common/types/bit.hpp
  0.00% (0/29)
  0.00% (0/3)
  0.00% (0/11)
src/duckdb/src/include/duckdb/common/types/cast_helpers.hpp
 33.46% (88/263)
 34.78% (8/23)
 33.03% (36/109)
src/duckdb/src/include/duckdb/common/types/column/column_data_allocator.hpp
 10.00% (3/30)
 12.50% (1/8)
  7.69% (1/13)
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% (13/13)
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/21)
src/duckdb/src/include/duckdb/common/types/constraint_conflict_info.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/types/data_chunk.hpp
 86.36% (19/22)
 85.71% (6/7)
 87.50% (7/8)
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/19)
src/duckdb/src/include/duckdb/common/types/datetime.hpp
  0.00% (0/117)
  0.00% (0/38)
  0.00% (0/41)
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
 34.29% (12/35)
 33.33% (3/9)
 25.00% (3/12)
src/duckdb/src/include/duckdb/common/types/row/block_iterator.hpp
 39.20% (78/199)
 51.22% (21/41)
 37.23% (35/94)
src/duckdb/src/include/duckdb/common/types/row/partitioned_tuple_data.hpp
 56.10% (23/41)
 45.45% (5/11)
 63.16% (12/19)
src/duckdb/src/include/duckdb/common/types/row/row_data_collection.hpp
 67.50% (27/40)
 66.67% (6/9)
 77.78% (14/18)
src/duckdb/src/include/duckdb/common/types/row/row_data_collection_scanner.hpp
 47.06% (8/17)
 50.00% (3/6)
 66.67% (6/9)
src/duckdb/src/include/duckdb/common/types/row/row_layout.hpp
 66.67% (18/27)
 66.67% (6/9)
 66.67% (6/9)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_allocator.hpp
100.00% (7/7)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_layout.hpp
 76.19% (48/63)
 75.00% (15/20)
 78.26% (18/23)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_segment.hpp
 86.49% (32/37)
 87.50% (7/8)
 86.96% (20/23)
src/duckdb/src/include/duckdb/common/types/row/tuple_data_states.hpp
 77.78% (28/36)
 77.78% (7/9)
 66.67% (12/18)
src/duckdb/src/include/duckdb/common/types/selection_vector.hpp
 33.33% (48/144)
 40.00% (14/35)
 26.87% (18/67)
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
 47.37% (63/133)
 57.69% (15/26)
 56.06% (37/66)
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
 78.05% (32/41)
 75.00% (6/8)
 92.31% (24/26)
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
 63.48% (186/293)
 79.25% (42/53)
 59.39% (98/165)
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/varint.hpp
  0.00% (0/9)
  0.00% (0/3)
  0.00% (0/3)
src/duckdb/src/include/duckdb/common/types/vector.hpp
 53.98% (95/176)
 58.70% (27/46)
 63.64% (49/77)
src/duckdb/src/include/duckdb/common/types/vector_buffer.hpp
 44.53% (57/128)
 45.24% (19/42)
 47.17% (25/53)
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
 25.60% (86/336)
 47.62% (10/21)
 25.49% (52/204)
src/duckdb/src/include/duckdb/common/vector_operations/binary_executor.hpp
 30.49% (118/387)
 51.85% (14/27)
 29.59% (87/294)
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/38)
src/duckdb/src/include/duckdb/common/vector_operations/ternary_executor.hpp
  0.00% (0/127)
  0.00% (0/10)
  0.00% (0/80)
src/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp
 38.42% (78/203)
 58.82% (10/17)
 34.31% (35/102)
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
 85.71% (30/35)
 81.82% (9/11)
 88.89% (16/18)
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_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/154)
  0.00% (0/5)
  0.00% (0/93)
src/duckdb/src/include/duckdb/execution/index/art/art_scanner.hpp
  0.00% (0/65)
  0.00% (0/7)
  0.00% (0/33)
src/duckdb/src/include/duckdb/execution/index/art/base_leaf.hpp
  0.00% (0/27)
  0.00% (0/4)
  0.00% (0/16)
src/duckdb/src/include/duckdb/execution/index/art/base_node.hpp
  0.00% (0/63)
  0.00% (0/7)
  0.00% (0/39)
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/27)
src/duckdb/src/include/duckdb/execution/index/art/node256.hpp
  0.00% (0/38)
  0.00% (0/4)
  0.00% (0/23)
src/duckdb/src/include/duckdb/execution/index/art/node48.hpp
  0.00% (0/38)
  0.00% (0/4)
  0.00% (0/23)
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/21)
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
  0.00% (0/38)
  0.00% (0/12)
  0.00% (0/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/24)
  0.00% (0/8)
  0.00% (0/8)
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/176)
src/duckdb/src/include/duckdb/execution/operator/aggregate/aggregate_object.hpp
100.00% (8/8)
100.00% (3/3)
 85.71% (6/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/157)
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/37)
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/43)
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/88)
  0.00% (0/18)
  0.00% (0/78)
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/15)
  0.00% (0/5)
  0.00% (0/5)
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
 37.50% (9/24)
 37.50% (3/8)
 37.50% (3/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/16)
  0.00% (0/4)
  0.00% (0/8)
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_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
 93.48% (43/46)
 93.75% (15/16)
 94.12% (16/17)
src/duckdb/src/include/duckdb/execution/physical_plan_generator.hpp
100.00% (26/26)
100.00% (7/7)
100.00% (10/10)
src/duckdb/src/include/duckdb/execution/progress_data.hpp
  0.00% (0/30)
  0.00% (0/5)
  0.00% (0/20)
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
100.00% (27/27)
100.00% (6/6)
100.00% (9/9)
src/duckdb/src/include/duckdb/function/aggregate/minmax_n_helpers.hpp
  0.00% (0/244)
  0.00% (0/40)
  0.00% (0/103)
src/duckdb/src/include/duckdb/function/aggregate/sort_key_helpers.hpp
  0.00% (0/29)
  0.00% (0/1)
  0.00% (0/12)
src/duckdb/src/include/duckdb/function/aggregate_function.hpp
 81.48% (88/108)
 80.77% (21/26)
 90.59% (77/85)
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)
 25.64% (10/39)
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/vector_cast_helpers.hpp
 49.13% (85/173)
 65.00% (13/20)
 40.43% (38/94)
src/duckdb/src/include/duckdb/function/compression_function.hpp
 33.33% (17/51)
 27.78% (5/18)
 65.22% (30/46)
src/duckdb/src/include/duckdb/function/copy_function.hpp
 29.17% (7/24)
 12.50% (1/8)
 72.41% (21/29)
src/duckdb/src/include/duckdb/function/create_sort_key.hpp
 60.00% (15/25)
 66.67% (2/3)
 57.14% (12/21)
src/duckdb/src/include/duckdb/function/encoding_function.hpp
 48.15% (13/27)
 55.56% (5/9)
 77.78% (14/18)
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
 82.40% (103/125)
100.00% (8/8)
 78.87% (56/71)
src/duckdb/src/include/duckdb/function/function_set.hpp
 78.38% (29/37)
 83.33% (5/6)
 81.82% (18/22)
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/53)
  0.00% (0/9)
  0.00% (0/23)
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_function.hpp
 87.50% (98/112)
 60.00% (6/10)
 76.00% (38/50)
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/6)
src/duckdb/src/include/duckdb/function/table/read_csv.hpp
  0.00% (0/14)
  0.00% (0/4)
  0.00% (0/7)
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)
 36.07% (22/61)
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/7)
  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
 63.46% (33/52)
100.00% (6/6)
 64.29% (18/28)
src/duckdb/src/include/duckdb/function/window/window_boundaries_state.hpp
 27.50% (11/40)
 42.86% (3/7)
 34.38% (11/32)
src/duckdb/src/include/duckdb/function/window/window_collection.hpp
 35.42% (17/48)
 36.36% (4/11)
 50.00% (10/20)
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% (15/15)
100.00% (6/6)
100.00% (6/6)
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
 27.27% (3/11)
 40.00% (2/5)
 40.00% (2/5)
src/duckdb/src/include/duckdb/logging/log_type.hpp
 53.85% (7/13)
 66.67% (4/6)
 87.50% (14/16)
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
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
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/1)
  0.00% (0/1)
  0.00% (0/2)
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/14)
src/duckdb/src/include/duckdb/main/capi/extension_api.hpp
  0.00% (0/440)
  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
 20.00% (6/30)
 28.57% (2/7)
 50.00% (8/16)
src/duckdb/src/include/duckdb/main/client_context.hpp
100.00% (7/7)
100.00% (3/3)
100.00% (4/4)
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
100.00% (5/5)
100.00% (1/1)
100.00% (8/8)
src/duckdb/src/include/duckdb/main/config.hpp
100.00% (8/8)
100.00% (3/3)
100.00% (7/7)
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
 47.83% (11/23)
 50.00% (4/8)
 63.64% (7/11)
src/duckdb/src/include/duckdb/main/database_manager.hpp
 83.33% (15/18)
 83.33% (5/6)
 83.33% (5/6)
src/duckdb/src/include/duckdb/main/db_instance_cache.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/main/error_manager.hpp
 63.64% (7/11)
 66.67% (2/3)
 66.67% (2/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)
 25.00% (6/24)
src/duckdb/src/include/duckdb/main/profiling_info.hpp
 90.48% (38/42)
 90.91% (10/11)
 92.86% (13/14)
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
 60.53% (23/38)
 66.67% (8/12)
 68.75% (11/16)
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/33)
  0.00% (0/13)
  0.00% (0/24)
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)
  4.44% (2/45)
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/settings.hpp
 66.67% (8/12)
 75.00% (3/4)
 75.00% (6/8)
src/duckdb/src/include/duckdb/main/table_description.hpp
  8.33% (1/12)
 50.00% (1/2)
 40.00% (4/10)
src/duckdb/src/include/duckdb/main/valid_checker.hpp
 66.67% (6/9)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/include/duckdb/optimizer/build_probe_side_optimizer.hpp
 66.67% (2/3)
 50.00% (1/2)
 75.00% (3/4)
src/duckdb/src/include/duckdb/optimizer/column_lifetime_analyzer.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/optimizer/cse_optimizer.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/cte_inlining.hpp
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/optimizer/deliminator.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/empty_result_pullup.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/optimizer/expression_heuristics.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/expression_rewriter.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/optimizer/filter_pullup.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/filter_pushdown.hpp
 50.00% (2/4)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/include/duckdb/optimizer/in_clause_rewriter.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/optimizer/join_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
 80.95% (51/63)
100.00% (3/3)
 78.57% (44/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/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
 52.94% (18/34)
 57.14% (4/7)
 35.00% (7/20)
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.00% (38/40)
src/duckdb/src/include/duckdb/parser/expression/operator_expression.hpp
 84.04% (79/94)
100.00% (4/4)
 82.98% (39/47)
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/6)
  0.00% (0/2)
  0.00% (0/2)
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/copy_info.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (7/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% (1/1)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/parser/parser_extension.hpp
  0.00% (0/10)
  0.00% (0/5)
  0.00% (0/5)
src/duckdb/src/include/duckdb/parser/qualified_name_set.hpp
 73.33% (11/15)
100.00% (2/2)
 73.91% (17/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
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/parser/query_node/recursive_cte_node.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/include/duckdb/parser/query_node/select_node.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/include/duckdb/parser/query_node/set_operation_node.hpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
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/column_data_ref.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/7)
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% (9/9)
100.00% (3/3)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/binder.hpp
  0.00% (0/13)
  0.00% (0/5)
  0.00% (0/10)
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
 80.00% (8/10)
100.00% (3/3)
 85.71% (6/7)
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/bound_tableref.hpp
 80.00% (8/10)
100.00% (3/3)
 85.71% (6/7)
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/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/constraints/bound_foreign_key_constraint.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/5)
src/duckdb/src/include/duckdb/planner/constraints/bound_not_null_constraint.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/constraints/bound_unique_constraint.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/5)
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% (2/2)
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
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/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
  0.00% (0/1)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/planner/extension_callback.hpp
  0.00% (0/8)
  0.00% (0/4)
  0.00% (0/4)
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% (10/10)
src/duckdb/src/include/duckdb/planner/operator/logical_delim_get.hpp
  0.00% (0/10)
  0.00% (0/3)
  0.00% (0/6)
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% (7/7)
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% (12/12)
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% (16/16)
100.00% (4/4)
 94.74% (18/19)
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% (6/6)
src/duckdb/src/include/duckdb/planner/query_node/bound_cte_node.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/query_node/bound_recursive_cte_node.hpp
  0.00% (0/5)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/include/duckdb/planner/query_node/bound_select_node.hpp
100.00% (5/5)
100.00% (2/2)
 83.33% (5/6)
src/duckdb/src/include/duckdb/planner/query_node/bound_set_operation_node.hpp
100.00% (5/5)
100.00% (2/2)
100.00% (3/3)
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_basetableref.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/include/duckdb/planner/tableref/bound_column_data_ref.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/include/duckdb/planner/tableref/bound_cteref.hpp
 60.00% (3/5)
 50.00% (1/2)
 85.71% (6/7)
src/duckdb/src/include/duckdb/planner/tableref/bound_delimgetref.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/include/duckdb/planner/tableref/bound_dummytableref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/planner/tableref/bound_expressionlistref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (2/2)
src/duckdb/src/include/duckdb/planner/tableref/bound_joinref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (5/5)
src/duckdb/src/include/duckdb/planner/tableref/bound_pivotref.hpp
  0.00% (0/2)
  0.00% (0/1)
  0.00% (0/2)
src/duckdb/src/include/duckdb/planner/tableref/bound_subqueryref.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/include/duckdb/planner/tableref/bound_table_function.hpp
100.00% (2/2)
100.00% (1/1)
100.00% (3/3)
src/duckdb/src/include/duckdb/storage/arena_allocator.hpp
 66.67% (14/21)
 50.00% (2/4)
 66.67% (10/15)
src/duckdb/src/include/duckdb/storage/block.hpp
  0.00% (0/14)
  0.00% (0/6)
  0.00% (0/15)
src/duckdb/src/include/duckdb/storage/block_manager.hpp
 35.90% (14/39)
 45.45% (5/11)
 41.18% (7/17)
src/duckdb/src/include/duckdb/storage/buffer/block_handle.hpp
 73.91% (51/69)
 73.91% (17/23)
 76.92% (20/26)
src/duckdb/src/include/duckdb/storage/buffer/buffer_handle.hpp
100.00% (11/11)
100.00% (3/3)
100.00% (5/5)
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/7)
  0.00% (0/3)
  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/230)
  0.00% (0/19)
  0.00% (0/132)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_analyze.hpp
  0.00% (0/96)
  0.00% (0/9)
  0.00% (0/33)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_compress.hpp
  0.00% (0/159)
  0.00% (0/14)
  0.00% (0/52)
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/52)
src/duckdb/src/include/duckdb/storage/compression/alp/alp_utils.hpp
  0.00% (0/49)
  0.00% (0/7)
  0.00% (0/30)
src/duckdb/src/include/duckdb/storage/compression/alprd/algorithm/alprd.hpp
  0.00% (0/124)
  0.00% (0/9)
  0.00% (0/58)
src/duckdb/src/include/duckdb/storage/compression/alprd/alprd_analyze.hpp
  0.00% (0/72)
  0.00% (0/4)
  0.00% (0/23)
src/duckdb/src/include/duckdb/storage/compression/alprd/alprd_compress.hpp
  0.00% (0/169)
  0.00% (0/14)
  0.00% (0/50)
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/47)
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/19)
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/2)
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/56)
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
  0.00% (0/69)
  0.00% (0/15)
  0.00% (0/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/52)
src/duckdb/src/include/duckdb/storage/compression/roaring/appender.hpp
  0.00% (0/90)
  0.00% (0/2)
  0.00% (0/50)
src/duckdb/src/include/duckdb/storage/compression/roaring/roaring.hpp
  0.00% (0/122)
  0.00% (0/21)
  0.00% (0/59)
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/54)
  0.00% (0/18)
  0.00% (0/18)
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_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/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/3)
  0.00% (0/1)
  0.00% (0/1)
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)
 71.43% (5/7)
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/30)
  0.00% (0/9)
  0.00% (0/9)
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
  0.00% (0/31)
  0.00% (0/10)
  0.00% (0/14)
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.00% (49/98)
 57.14% (4/7)
 54.55% (24/44)
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
 12.00% (3/25)
  7.69% (1/13)
  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/11)
src/duckdb/src/include/duckdb/storage/table/column_segment.hpp
 78.95% (15/19)
 80.00% (4/5)
 81.82% (9/11)
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/row_group.hpp
 75.00% (6/8)
 66.67% (2/3)
 33.33% (2/6)
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_version_manager.hpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/include/duckdb/storage/table/scan_state.hpp
 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
 18.18% (2/11)
 25.00% (1/4)
 40.00% (2/5)
src/duckdb/src/include/duckdb/storage/table/segment_tree.hpp
 62.39% (146/234)
 82.50% (33/40)
 61.54% (80/130)
src/duckdb/src/include/duckdb/storage/table/table_index_list.hpp
 48.00% (12/25)
 75.00% (3/4)
 21.43% (3/14)
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/meta_transaction.hpp
 33.33% (3/9)
 33.33% (1/3)
 33.33% (1/3)
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
 26.35% (44/167)
 27.59% (8/29)
 28.17% (20/71)
src/duckdb/src/logging/log_storage.cpp
 13.11% (24/183)
  6.45% (2/31)
  7.69% (5/65)
src/duckdb/src/logging/log_types.cpp
 43.30% (42/97)
 50.00% (6/12)
 47.37% (9/19)
src/duckdb/src/logging/logger.cpp
 14.56% (15/103)
 16.67% (4/24)
 14.52% (9/62)
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/462)
  0.00% (0/55)
  0.00% (0/227)
src/duckdb/src/main/attached_database.cpp
 45.00% (90/200)
 69.57% (16/23)
 49.03% (76/155)
src/duckdb/src/main/buffered_data/batched_buffered_data.cpp
  0.00% (0/178)
  0.00% (0/12)
  0.00% (0/92)
src/duckdb/src/main/buffered_data/buffered_data.cpp
  0.00% (0/24)
  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/252)
  0.00% (0/32)
  0.00% (0/152)
src/duckdb/src/main/capi/appender-c.cpp
  0.00% (0/253)
  0.00% (0/46)
  0.00% (0/130)
src/duckdb/src/main/capi/arrow-c.cpp
  0.00% (0/236)
  0.00% (0/24)
  0.00% (0/119)
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/62)
  0.00% (0/5)
  0.00% (0/40)
src/duckdb/src/main/capi/data_chunk-c.cpp
  0.00% (0/228)
  0.00% (0/32)
  0.00% (0/120)
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/161)
  0.00% (0/17)
  0.00% (0/76)
src/duckdb/src/main/capi/duckdb_value-c.cpp
  0.00% (0/536)
  0.00% (0/80)
  0.00% (0/301)
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/helper-c.cpp
  0.00% (0/493)
  0.00% (0/12)
  0.00% (0/238)
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/335)
  0.00% (0/33)
  0.00% (0/223)
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/312)
  0.00% (0/44)
  0.00% (0/196)
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/486)
  0.00% (0/34)
  0.00% (0/287)
src/duckdb/src/main/capi/scalar_function-c.cpp
  0.00% (0/283)
  0.00% (0/39)
  0.00% (0/189)
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/92)
  0.00% (0/7)
  0.00% (0/55)
src/duckdb/src/main/capi/table_function-c.cpp
  0.00% (0/392)
  0.00% (0/53)
  0.00% (0/267)
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/20)
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/22)
src/duckdb/src/main/client_config.cpp
  0.00% (0/9)
  0.00% (0/1)
  0.00% (0/4)
src/duckdb/src/main/client_context.cpp
 46.47% (493/1061)
 47.56% (39/82)
 52.56% (267/508)
src/duckdb/src/main/client_context_file_opener.cpp
 22.22% (14/63)
 36.36% (4/11)
 21.05% (8/38)
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
 42.86% (63/147)
 40.43% (19/47)
 44.00% (22/50)
src/duckdb/src/main/client_verify.cpp
 84.03% (100/119)
100.00% (5/5)
 84.13% (53/63)
src/duckdb/src/main/config.cpp
 36.15% (188/520)
 59.52% (25/42)
 29.70% (120/404)
src/duckdb/src/main/connection.cpp
  8.96% (24/268)
  9.84% (6/61)
 12.17% (14/115)
src/duckdb/src/main/connection_manager.cpp
 51.28% (20/39)
 83.33% (5/6)
 50.00% (7/14)
src/duckdb/src/main/database.cpp
 63.66% (247/388)
 68.33% (41/60)
 53.89% (90/167)
src/duckdb/src/main/database_manager.cpp
 43.75% (98/224)
 69.57% (16/23)
 39.23% (51/130)
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/99)
  0.00% (0/9)
  0.00% (0/59)
src/duckdb/src/main/error_manager.cpp
 53.45% (31/58)
 57.14% (4/7)
 55.56% (15/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)
 92.31% (12/13)
src/duckdb/src/main/extension/extension_helper.cpp
 18.52% (55/297)
 36.84% (7/19)
 16.98% (27/159)
src/duckdb/src/main/extension/extension_install.cpp
 48.90% (177/362)
 69.23% (18/26)
 51.63% (95/184)
src/duckdb/src/main/extension/extension_load.cpp
 16.84% (64/380)
 33.33% (7/21)
 19.69% (38/193)
src/duckdb/src/main/extension/extension_loader.cpp
 29.89% (52/174)
 31.25% (10/32)
 33.33% (20/60)
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
 50.75% (34/67)
 60.00% (6/10)
 60.53% (23/38)
src/duckdb/src/main/http/http_util.cpp
 46.15% (180/390)
 60.00% (27/45)
 45.92% (90/196)
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/55)
src/duckdb/src/main/prepared_statement_data.cpp
 44.79% (43/96)
 62.50% (5/8)
 53.12% (34/64)
src/duckdb/src/main/profiling_info.cpp
 57.71% (116/201)
 88.89% (8/9)
 56.25% (54/96)
src/duckdb/src/main/query_profiler.cpp
 51.40% (405/788)
 64.15% (34/53)
 59.62% (254/426)
src/duckdb/src/main/query_result.cpp
 33.80% (48/142)
 60.00% (12/20)
 30.19% (32/106)
src/duckdb/src/main/relation.cpp
  0.00% (0/319)
  0.00% (0/63)
  0.00% (0/122)
src/duckdb/src/main/relation/aggregate_relation.cpp
  0.00% (0/64)
  0.00% (0/7)
  0.00% (0/37)
src/duckdb/src/main/relation/create_table_relation.cpp
  0.00% (0/25)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/main/relation/create_view_relation.cpp
  0.00% (0/29)
  0.00% (0/5)
  0.00% (0/19)
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/26)
  0.00% (0/4)
  0.00% (0/14)
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/9)
src/duckdb/src/main/relation/explain_relation.cpp
  0.00% (0/17)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/main/relation/filter_relation.cpp
  0.00% (0/40)
  0.00% (0/5)
  0.00% (0/18)
src/duckdb/src/main/relation/insert_relation.cpp
  0.00% (0/20)
  0.00% (0/4)
  0.00% (0/8)
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/16)
src/duckdb/src/main/relation/materialized_relation.cpp
  0.00% (0/35)
  0.00% (0/6)
  0.00% (0/14)
src/duckdb/src/main/relation/order_relation.cpp
  0.00% (0/32)
  0.00% (0/5)
  0.00% (0/20)
src/duckdb/src/main/relation/projection_relation.cpp
  0.00% (0/51)
  0.00% (0/5)
  0.00% (0/29)
src/duckdb/src/main/relation/query_relation.cpp
  0.00% (0/87)
  0.00% (0/10)
  0.00% (0/30)
src/duckdb/src/main/relation/read_csv_relation.cpp
  0.00% (0/93)
  0.00% (0/5)
  0.00% (0/43)
src/duckdb/src/main/relation/read_json_relation.cpp
  0.00% (0/22)
  0.00% (0/5)
  0.00% (0/19)
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/7)
src/duckdb/src/main/relation/table_function_relation.cpp
  0.00% (0/79)
  0.00% (0/12)
  0.00% (0/44)
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/36)
  0.00% (0/4)
  0.00% (0/21)
src/duckdb/src/main/relation/value_relation.cpp
  0.00% (0/95)
  0.00% (0/10)
  0.00% (0/64)
src/duckdb/src/main/relation/view_relation.cpp
  0.00% (0/37)
  0.00% (0/8)
  0.00% (0/21)
src/duckdb/src/main/relation/write_csv_relation.cpp
  0.00% (0/22)
  0.00% (0/4)
  0.00% (0/8)
src/duckdb/src/main/relation/write_parquet_relation.cpp
  0.00% (0/22)
  0.00% (0/4)
  0.00% (0/8)
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/98)
src/duckdb/src/main/settings/autogenerated_settings.cpp
  2.62% (20/763)
  2.48% (5/202)
  1.93% (5/259)
src/duckdb/src/main/settings/custom_settings.cpp
  1.17% (13/1114)
  1.78% (3/169)
  0.91% (5/549)
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
 64.71% (11/17)
 75.00% (3/4)
 77.78% (7/9)
src/duckdb/src/optimizer/build_probe_side_optimizer.cpp
 62.15% (133/214)
 90.00% (9/10)
 57.43% (58/101)
src/duckdb/src/optimizer/column_binding_replacer.cpp
 92.86% (26/28)
 80.00% (4/5)
 83.33% (20/24)
src/duckdb/src/optimizer/column_lifetime_analyzer.cpp
 60.62% (97/160)
 60.00% (6/10)
 64.10% (50/78)
src/duckdb/src/optimizer/common_aggregate_optimizer.cpp
100.00% (55/55)
100.00% (4/4)
100.00% (25/25)
src/duckdb/src/optimizer/compressed_materialization.cpp
 80.87% (296/366)
 90.48% (19/21)
 82.56% (161/195)
src/duckdb/src/optimizer/compressed_materialization/compress_aggregate.cpp
 83.02% (88/106)
100.00% (2/2)
 81.16% (56/69)
src/duckdb/src/optimizer/compressed_materialization/compress_comparison_join.cpp
 15.09% (16/106)
 33.33% (1/3)
 14.67% (11/75)
src/duckdb/src/optimizer/compressed_materialization/compress_distinct.cpp
 68.00% (17/25)
100.00% (1/1)
 61.54% (8/13)
src/duckdb/src/optimizer/compressed_materialization/compress_order.cpp
 89.74% (35/39)
100.00% (2/2)
 92.00% (23/25)
src/duckdb/src/optimizer/cse_optimizer.cpp
100.00% (117/117)
100.00% (10/10)
100.00% (57/57)
src/duckdb/src/optimizer/cte_filter_pusher.cpp
 20.73% (17/82)
 60.00% (3/5)
 29.79% (14/47)
src/duckdb/src/optimizer/cte_inlining.cpp
 48.15% (78/162)
 55.56% (5/9)
 39.22% (40/102)
src/duckdb/src/optimizer/deliminator.cpp
  4.82% (15/311)
 13.33% (2/15)
  3.00% (7/233)
src/duckdb/src/optimizer/empty_result_pullup.cpp
 74.39% (61/82)
100.00% (2/2)
 82.35% (42/51)
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.09% (117/894)
 27.27% (9/33)
 11.66% (69/592)
src/duckdb/src/optimizer/filter_pullup.cpp
 79.28% (88/111)
100.00% (6/6)
 72.31% (47/65)
src/duckdb/src/optimizer/filter_pushdown.cpp
 82.00% (205/250)
100.00% (16/16)
 77.88% (81/104)
src/duckdb/src/optimizer/in_clause_rewriter.cpp
 83.67% (82/98)
100.00% (2/2)
 79.03% (49/62)
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
 49.31% (179/363)
 79.17% (19/24)
 41.03% (96/234)
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
 69.35% (43/62)
 42.86% (3/7)
 60.00% (15/25)
src/duckdb/src/optimizer/join_order/join_relation_set.cpp
 78.79% (78/99)
 70.00% (7/10)
 84.21% (48/57)
src/duckdb/src/optimizer/join_order/plan_enumerator.cpp
 92.54% (310/335)
100.00% (15/15)
 94.86% (203/214)
src/duckdb/src/optimizer/join_order/query_graph.cpp
 76.11% (86/113)
 75.00% (9/12)
 77.97% (46/59)
src/duckdb/src/optimizer/join_order/query_graph_manager.cpp
 56.44% (171/303)
 75.00% (12/16)
 44.10% (86/195)
src/duckdb/src/optimizer/join_order/relation_manager.cpp
 61.45% (306/498)
 88.89% (16/18)
 63.07% (152/241)
src/duckdb/src/optimizer/join_order/relation_statistics_helper.cpp
 73.64% (271/368)
 86.67% (13/15)
 69.33% (113/163)
src/duckdb/src/optimizer/late_materialization.cpp
 11.52% (44/382)
 23.08% (3/13)
 15.87% (30/189)
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
 84.97% (277/326)
 87.18% (34/39)
 75.00% (51/68)
src/duckdb/src/optimizer/pullup/pullup_both_side.cpp
100.00% (15/15)
100.00% (1/1)
100.00% (9/9)
src/duckdb/src/optimizer/pullup/pullup_filter.cpp
100.00% (14/14)
100.00% (1/1)
100.00% (10/10)
src/duckdb/src/optimizer/pullup/pullup_from_left.cpp
 84.62% (11/13)
100.00% (1/1)
 80.00% (12/15)
src/duckdb/src/optimizer/pullup/pullup_projection.cpp
 69.01% (49/71)
 80.00% (4/5)
 76.19% (32/42)
src/duckdb/src/optimizer/pullup/pullup_set_operation.cpp
 39.29% (11/28)
 33.33% (1/3)
 38.89% (7/18)
src/duckdb/src/optimizer/pushdown/pushdown_aggregate.cpp
 13.43% (9/67)
 20.00% (1/5)
  9.52% (4/42)
src/duckdb/src/optimizer/pushdown/pushdown_cross_product.cpp
 84.62% (44/52)
100.00% (1/1)
 76.92% (20/26)
src/duckdb/src/optimizer/pushdown/pushdown_distinct.cpp
 88.89% (8/9)
100.00% (1/1)
 80.00% (4/5)
src/duckdb/src/optimizer/pushdown/pushdown_filter.cpp
 71.43% (10/14)
100.00% (1/1)
 77.78% (7/9)
src/duckdb/src/optimizer/pushdown/pushdown_get.cpp
 16.07% (9/56)
100.00% (1/1)
 28.95% (11/38)
src/duckdb/src/optimizer/pushdown/pushdown_inner_join.cpp
 64.29% (18/28)
100.00% (1/1)
 64.71% (11/17)
src/duckdb/src/optimizer/pushdown/pushdown_left_join.cpp
  0.00% (0/132)
  0.00% (0/6)
  0.00% (0/63)
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)
 16.22% (6/37)
src/duckdb/src/optimizer/pushdown/pushdown_projection.cpp
 88.14% (52/59)
100.00% (5/5)
 88.89% (32/36)
src/duckdb/src/optimizer/pushdown/pushdown_semi_anti_join.cpp
  0.00% (0/33)
  0.00% (0/1)
  0.00% (0/21)
src/duckdb/src/optimizer/pushdown/pushdown_set_operation.cpp
 25.68% (19/74)
 33.33% (1/3)
 36.73% (18/49)
src/duckdb/src/optimizer/pushdown/pushdown_single_join.cpp
  0.00% (0/15)
  0.00% (0/1)
  0.00% (0/7)
src/duckdb/src/optimizer/pushdown/pushdown_unnest.cpp
 37.93% (11/29)
100.00% (1/1)
 33.33% (5/15)
src/duckdb/src/optimizer/pushdown/pushdown_window.cpp
 19.35% (12/62)
 50.00% (1/2)
 21.88% (7/32)
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)
 40.00% (18/45)
src/duckdb/src/optimizer/remove_unused_columns.cpp
 45.79% (163/356)
 72.73% (8/11)
 49.51% (102/206)
src/duckdb/src/optimizer/rule/arithmetic_simplification.cpp
 75.51% (37/49)
100.00% (2/2)
 70.73% (29/41)
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.30% (52/54)
100.00% (2/2)
 97.37% (37/38)
src/duckdb/src/optimizer/rule/conjunction_simplification.cpp
100.00% (45/45)
100.00% (3/3)
 96.55% (28/29)
src/duckdb/src/optimizer/rule/constant_folding.cpp
100.00% (20/20)
100.00% (3/3)
100.00% (14/14)
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/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)
 62.96% (34/54)
src/duckdb/src/optimizer/rule/empty_needle_removal.cpp
 29.03% (9/31)
 50.00% (1/2)
 11.11% (2/18)
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)
 27.59% (8/29)
src/duckdb/src/optimizer/rule/join_dependent_filter.cpp
 10.28% (11/107)
 33.33% (2/6)
 13.11% (8/61)
src/duckdb/src/optimizer/rule/like_optimizations.cpp
 58.77% (67/114)
 85.71% (6/7)
 53.12% (51/96)
src/duckdb/src/optimizer/rule/move_constants.cpp
 77.88% (88/113)
100.00% (2/2)
 78.48% (62/79)
src/duckdb/src/optimizer/rule/ordered_aggregate_optimizer.cpp
 36.51% (23/63)
100.00% (3/3)
 50.00% (19/38)
src/duckdb/src/optimizer/rule/regex_optimizations.cpp
  5.23% (8/153)
 16.67% (1/6)
  1.92% (2/104)
src/duckdb/src/optimizer/rule/timestamp_comparison.cpp
 28.57% (18/63)
 25.00% (1/4)
 16.67% (3/18)
src/duckdb/src/optimizer/sampling_pushdown.cpp
 73.33% (11/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
 36.36% (36/99)
100.00% (2/2)
 30.21% (29/96)
src/duckdb/src/optimizer/statistics/expression/propagate_conjunction.cpp
 77.27% (34/44)
100.00% (1/1)
 82.76% (24/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)
 13.64% (6/44)
src/duckdb/src/optimizer/statistics/operator/propagate_aggregate.cpp
 38.10% (32/84)
100.00% (2/2)
 45.45% (25/55)
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
 35.47% (72/203)
 80.00% (8/10)
 42.14% (59/140)
src/duckdb/src/optimizer/statistics/operator/propagate_get.cpp
  5.81% (5/86)
 33.33% (1/3)
 10.26% (4/39)
src/duckdb/src/optimizer/statistics/operator/propagate_join.cpp
 18.80% (50/266)
 28.57% (2/7)
 20.90% (37/177)
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
 50.85% (30/59)
 50.00% (1/2)
 43.90% (18/41)
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.83% (37/120)
 75.00% (3/4)
 36.49% (27/74)
src/duckdb/src/optimizer/unnest_rewriter.cpp
  7.56% (17/225)
 22.22% (2/9)
  6.25% (8/128)
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.52% (54/61)
 77.78% (7/9)
 91.18% (31/34)
src/duckdb/src/parallel/executor.cpp
 60.92% (304/499)
 69.23% (27/39)
 56.90% (136/239)
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
 60.00% (108/180)
 73.08% (19/26)
 52.63% (50/95)
src/duckdb/src/parallel/pipeline.cpp
 63.32% (183/289)
 71.43% (25/35)
 72.73% (120/165)
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)
 75.00% (6/8)
src/duckdb/src/parallel/pipeline_executor.cpp
 83.91% (313/373)
 94.74% (18/19)
 86.99% (234/269)
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
  0.00% (0/60)
  0.00% (0/12)
  0.00% (0/32)
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
 62.95% (158/251)
 75.86% (22/29)
 66.67% (82/123)
src/duckdb/src/parallel/thread_context.cpp
 92.00% (23/25)
100.00% (2/2)
 84.62% (11/13)
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
 66.01% (101/153)
 67.65% (23/34)
 64.47% (49/76)
src/duckdb/src/parser/column_list.cpp
 51.43% (72/140)
 60.00% (12/20)
 50.00% (35/70)
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)
 38.89% (21/54)
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
 88.24% (30/34)
100.00% (4/4)
 90.48% (19/21)
src/duckdb/src/parser/expression/cast_expression.cpp
 92.59% (25/27)
100.00% (5/5)
 94.74% (18/19)
src/duckdb/src/parser/expression/collate_expression.cpp
100.00% (23/23)
100.00% (5/5)
100.00% (15/15)
src/duckdb/src/parser/expression/columnref_expression.cpp
 89.33% (67/75)
100.00% (13/13)
 92.86% (52/56)
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)
 91.04% (61/67)
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)
 73.68% (14/19)
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
 57.62% (87/151)
 90.91% (10/11)
 65.52% (57/87)
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_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
 20.04% (97/484)
 20.83% (20/96)
 17.36% (46/265)
src/duckdb/src/parser/parsed_data/attach_info.cpp
  0.00% (0/71)
  0.00% (0/3)
  0.00% (0/46)
src/duckdb/src/parser/parsed_data/comment_on_column_info.cpp
  0.00% (0/37)
  0.00% (0/6)
  0.00% (0/23)
src/duckdb/src/parser/parsed_data/copy_info.cpp
 92.86% (78/84)
100.00% (4/4)
 94.44% (34/36)
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% (14/14)
src/duckdb/src/parser/parsed_data/create_index_info.cpp
 70.53% (67/95)
 87.50% (7/8)
 80.00% (44/55)
src/duckdb/src/parser/parsed_data/create_info.cpp
 80.00% (12/15)
 50.00% (1/2)
 50.00% (1/2)
src/duckdb/src/parser/parsed_data/create_macro_info.cpp
 53.33% (24/45)
 60.00% (3/5)
 47.62% (10/21)
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
 85.00% (34/40)
 80.00% (4/5)
 84.00% (21/25)
src/duckdb/src/parser/parsed_data/create_type_info.cpp
  3.45% (2/58)
 25.00% (1/4)
  7.89% (3/38)
src/duckdb/src/parser/parsed_data/create_view_info.cpp
 63.10% (53/84)
 77.78% (7/9)
 67.39% (31/46)
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
 90.48% (95/105)
 80.00% (12/15)
 91.30% (42/46)
src/duckdb/src/parser/parsed_expression_iterator.cpp
 71.43% (205/287)
100.00% (8/8)
 77.78% (91/117)
src/duckdb/src/parser/parser.cpp
 42.68% (207/485)
 57.89% (11/19)
 54.72% (174/318)
src/duckdb/src/parser/qualified_name.cpp
 24.73% (23/93)
 60.00% (6/10)
 33.78% (25/74)
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
 74.43% (131/176)
 85.71% (6/7)
 73.28% (85/116)
src/duckdb/src/parser/query_node/cte_node.cpp
 80.65% (25/31)
100.00% (3/3)
 80.00% (12/15)
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.42% (89/118)
src/duckdb/src/parser/query_node/set_operation_node.cpp
 52.69% (49/93)
100.00% (6/6)
 53.73% (36/67)
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/22)
  0.00% (0/4)
  0.00% (0/12)
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)
 52.94% (72/136)
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/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/12)
  0.00% (0/3)
  0.00% (0/7)
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)
 78.26% (18/23)
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.12% (64/68)
100.00% (7/7)
 94.74% (36/38)
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)
 75.61% (31/41)
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)
 88.00% (22/25)
src/duckdb/src/parser/tableref/column_data_ref.cpp
  0.00% (0/41)
  0.00% (0/3)
  0.00% (0/25)
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)
 88.24% (30/34)
src/duckdb/src/parser/tableref/joinref.cpp
 73.68% (56/76)
100.00% (3/3)
 83.33% (35/42)
src/duckdb/src/parser/tableref/pivotref.cpp
  0.00% (0/224)
  0.00% (0/8)
  0.00% (0/153)
src/duckdb/src/parser/tableref/showref.cpp
 89.47% (34/38)
100.00% (4/4)
 92.59% (25/27)
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
100.00% (19/19)
100.00% (4/4)
100.00% (8/8)
src/duckdb/src/parser/transform/constraint/transform_constraint.cpp
 24.37% (29/119)
 40.00% (2/5)
 17.07% (14/82)
src/duckdb/src/parser/transform/expression/transform_array_access.cpp
 92.73% (51/55)
100.00% (1/1)
 92.59% (25/27)
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% (5/5)
src/duckdb/src/parser/transform/expression/transform_columnref.cpp
 40.80% (51/125)
100.00% (3/3)
 42.25% (30/71)
src/duckdb/src/parser/transform/expression/transform_constant.cpp
 61.07% (91/149)
100.00% (3/3)
 64.37% (56/87)
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
 52.22% (200/383)
 66.67% (6/9)
 62.03% (214/345)
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% (10/10)
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)
 90.79% (69/76)
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
 30.08% (37/123)
 33.33% (1/3)
 33.33% (20/60)
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
 33.61% (40/119)
 25.00% (1/4)
 52.00% (39/75)
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
 78.43% (40/51)
100.00% (2/2)
 82.86% (29/35)
src/duckdb/src/parser/transform/helpers/transform_typename.cpp
 62.30% (157/252)
100.00% (4/4)
 65.52% (133/203)
src/duckdb/src/parser/transform/statement/transform_alter_sequence.cpp
  0.00% (0/55)
  0.00% (0/1)
  0.00% (0/37)
src/duckdb/src/parser/transform/statement/transform_alter_table.cpp
 36.88% (52/141)
100.00% (3/3)
 38.46% (30/78)
src/duckdb/src/parser/transform/statement/transform_attach.cpp
  0.00% (0/22)
  0.00% (0/1)
  0.00% (0/14)
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
 85.00% (85/100)
100.00% (4/4)
 88.89% (56/63)
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
 80.28% (57/71)
100.00% (2/2)
 80.49% (33/41)
src/duckdb/src/parser/transform/statement/transform_create_index.cpp
 62.50% (40/64)
100.00% (2/2)
 60.98% (25/41)
src/duckdb/src/parser/transform/statement/transform_create_schema.cpp
 90.48% (19/21)
100.00% (1/1)
 80.00% (12/15)
src/duckdb/src/parser/transform/statement/transform_create_sequence.cpp
 80.87% (93/115)
100.00% (1/1)
 87.64% (78/89)
src/duckdb/src/parser/transform/statement/transform_create_table.cpp
 83.90% (99/118)
100.00% (5/5)
 88.00% (66/75)
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/57)
  0.00% (0/2)
  0.00% (0/27)
src/duckdb/src/parser/transform/statement/transform_create_view.cpp
 73.17% (30/41)
100.00% (1/1)
 73.33% (22/30)
src/duckdb/src/parser/transform/statement/transform_delete.cpp
 72.73% (16/22)
100.00% (1/1)
 76.92% (10/13)
src/duckdb/src/parser/transform/statement/transform_detach.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/parser/transform/statement/transform_drop.cpp
 63.95% (55/86)
 50.00% (1/2)
 67.44% (29/43)
src/duckdb/src/parser/transform/statement/transform_explain.cpp
 39.58% (19/48)
 50.00% (1/2)
 46.15% (12/26)
src/duckdb/src/parser/transform/statement/transform_export.cpp
  0.00% (0/12)
  0.00% (0/1)
  0.00% (0/3)
src/duckdb/src/parser/transform/statement/transform_import.cpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/parser/transform/statement/transform_insert.cpp
 62.50% (40/64)
100.00% (2/2)
 67.57% (25/37)
src/duckdb/src/parser/transform/statement/transform_load.cpp
 86.36% (19/22)
100.00% (1/1)
 73.33% (11/15)
src/duckdb/src/parser/transform/statement/transform_pivot_stmt.cpp
  7.10% (11/155)
 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
 76.19% (32/42)
100.00% (1/1)
 83.33% (20/24)
src/duckdb/src/parser/transform/statement/transform_secret.cpp
  0.00% (0/75)
  0.00% (0/3)
  0.00% (0/50)
src/duckdb/src/parser/transform/statement/transform_select.cpp
 86.84% (33/38)
100.00% (4/4)
 83.33% (15/18)
src/duckdb/src/parser/transform/statement/transform_select_node.cpp
 89.63% (121/135)
100.00% (2/2)
 91.03% (71/78)
src/duckdb/src/parser/transform/statement/transform_set.cpp
 76.00% (57/75)
100.00% (5/5)
 78.05% (32/41)
src/duckdb/src/parser/transform/statement/transform_show.cpp
100.00% (28/28)
100.00% (2/2)
100.00% (18/18)
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/44)
src/duckdb/src/parser/transform/statement/transform_use.cpp
 66.67% (10/15)
100.00% (1/1)
 71.43% (5/7)
src/duckdb/src/parser/transform/statement/transform_vacuum.cpp
 72.09% (31/43)
100.00% (2/2)
 75.00% (24/32)
src/duckdb/src/parser/transform/tableref/transform_base_tableref.cpp
 85.71% (36/42)
100.00% (2/2)
 91.30% (21/23)
src/duckdb/src/parser/transform/tableref/transform_from.cpp
100.00% (30/30)
100.00% (1/1)
100.00% (16/16)
src/duckdb/src/parser/transform/tableref/transform_join.cpp
 46.58% (34/73)
100.00% (1/1)
 71.88% (23/32)
src/duckdb/src/parser/transform/tableref/transform_pivot.cpp
  0.00% (0/128)
  0.00% (0/4)
  0.00% (0/79)
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)
 70.00% (14/20)
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
 87.45% (202/231)
100.00% (20/20)
 87.39% (97/111)
src/duckdb/src/planner/bind_context.cpp
 52.26% (335/641)
 71.70% (38/53)
 56.27% (193/343)
src/duckdb/src/planner/binder.cpp
 58.85% (286/486)
 77.27% (34/44)
 60.19% (130/216)
src/duckdb/src/planner/binder/expression/bind_aggregate_expression.cpp
 33.20% (80/241)
 20.00% (1/5)
 37.09% (56/151)
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
 88.89% (16/18)
100.00% (1/1)
 90.00% (9/10)
src/duckdb/src/planner/binder/expression/bind_columnref_expression.cpp
 71.68% (286/399)
 93.75% (15/16)
 72.06% (178/247)
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
 64.83% (153/236)
 60.00% (6/10)
 67.12% (98/146)
src/duckdb/src/planner/binder/expression/bind_lambda.cpp
 65.31% (96/147)
 75.00% (6/8)
 67.50% (54/80)
src/duckdb/src/planner/binder/expression/bind_macro_expression.cpp
 58.62% (68/116)
 66.67% (4/6)
 61.22% (30/49)
src/duckdb/src/planner/binder/expression/bind_operator_expression.cpp
 61.54% (112/182)
 80.00% (4/5)
 65.32% (81/124)
src/duckdb/src/planner/binder/expression/bind_parameter_expression.cpp
100.00% (24/24)
100.00% (1/1)
100.00% (13/13)
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
 41.30% (140/339)
 60.00% (6/10)
 38.73% (79/204)
src/duckdb/src/planner/binder/expression/bind_subquery_expression.cpp
 66.96% (75/112)
 50.00% (4/8)
 61.76% (42/68)
src/duckdb/src/planner/binder/expression/bind_unnest_expression.cpp
 35.75% (74/207)
 25.00% (1/4)
 38.98% (46/118)
src/duckdb/src/planner/binder/expression/bind_unpacked_star_expression.cpp
  0.00% (0/98)
  0.00% (0/5)
  0.00% (0/47)
src/duckdb/src/planner/binder/expression/bind_window_expression.cpp
 45.78% (152/332)
 42.86% (3/7)
 40.78% (84/206)
src/duckdb/src/planner/binder/query_node/bind_cte_node.cpp
 87.50% (42/48)
100.00% (2/2)
 81.25% (13/16)
src/duckdb/src/planner/binder/query_node/bind_recursive_cte_node.cpp
  0.00% (0/43)
  0.00% (0/1)
  0.00% (0/22)
src/duckdb/src/planner/binder/query_node/bind_select_node.cpp
 72.71% (373/513)
100.00% (12/12)
 70.07% (199/284)
src/duckdb/src/planner/binder/query_node/bind_setop_node.cpp
 45.23% (90/199)
 75.00% (3/4)
 43.12% (47/109)
src/duckdb/src/planner/binder/query_node/bind_table_macro_node.cpp
  0.00% (0/32)
  0.00% (0/2)
  0.00% (0/11)
src/duckdb/src/planner/binder/query_node/plan_cte_node.cpp
 26.47% (9/34)
 50.00% (1/2)
 19.23% (5/26)
src/duckdb/src/planner/binder/query_node/plan_query_node.cpp
 70.45% (31/44)
100.00% (1/1)
 62.50% (10/16)
src/duckdb/src/planner/binder/query_node/plan_recursive_cte_node.cpp
  0.00% (0/27)
  0.00% (0/1)
  0.00% (0/19)
src/duckdb/src/planner/binder/query_node/plan_select_node.cpp
 83.33% (80/96)
100.00% (2/2)
 88.37% (38/43)
src/duckdb/src/planner/binder/query_node/plan_setop.cpp
 59.46% (66/111)
100.00% (2/2)
 65.00% (39/60)
src/duckdb/src/planner/binder/query_node/plan_subquery.cpp
 36.43% (102/280)
 36.36% (4/11)
 29.21% (26/89)
src/duckdb/src/planner/binder/statement/bind_attach.cpp
  0.00% (0/10)
  0.00% (0/1)
  0.00% (0/1)
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
 46.53% (161/346)
 80.00% (4/5)
 32.16% (73/227)
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
 54.29% (266/490)
 76.47% (13/17)
 52.68% (118/224)
src/duckdb/src/planner/binder/statement/bind_create_table.cpp
 32.71% (176/538)
 50.00% (12/24)
 26.35% (78/296)
src/duckdb/src/planner/binder/statement/bind_delete.cpp
 43.55% (27/62)
100.00% (1/1)
 45.00% (9/20)
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
 81.48% (44/54)
100.00% (1/1)
 82.61% (19/23)
src/duckdb/src/planner/binder/statement/bind_execute.cpp
 86.49% (64/74)
100.00% (1/1)
 85.19% (23/27)
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/200)
  0.00% (0/9)
  0.00% (0/90)
src/duckdb/src/planner/binder/statement/bind_extension.cpp
  0.00% (0/20)
  0.00% (0/1)
  0.00% (0/6)
src/duckdb/src/planner/binder/statement/bind_insert.cpp
  8.30% (39/470)
  6.25% (1/16)
  7.48% (19/254)
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_pragma.cpp
 85.37% (35/41)
100.00% (2/2)
 75.00% (9/12)
src/duckdb/src/planner/binder/statement/bind_prepare.cpp
100.00% (17/17)
100.00% (1/1)
100.00% (1/1)
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
 38.37% (33/86)
 50.00% (2/4)
 48.00% (12/25)
src/duckdb/src/planner/binder/statement/bind_summarize.cpp
 92.70% (127/137)
100.00% (7/7)
 96.30% (26/27)
src/duckdb/src/planner/binder/statement/bind_update.cpp
 31.30% (41/131)
 33.33% (1/3)
 23.64% (13/55)
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
 56.76% (42/74)
100.00% (2/2)
 45.45% (15/33)
src/duckdb/src/planner/binder/tableref/bind_basetableref.cpp
 44.63% (137/307)
100.00% (6/6)
 50.60% (85/168)
src/duckdb/src/planner/binder/tableref/bind_column_data_ref.cpp
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/bind_delimgetref.cpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/bind_emptytableref.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/tableref/bind_expressionlistref.cpp
 94.23% (49/52)
100.00% (1/1)
 93.75% (30/32)
src/duckdb/src/planner/binder/tableref/bind_joinref.cpp
 58.93% (165/280)
100.00% (10/10)
 55.91% (71/127)
src/duckdb/src/planner/binder/tableref/bind_named_parameters.cpp
 10.00% (3/30)
 50.00% (1/2)
  8.33% (1/12)
src/duckdb/src/planner/binder/tableref/bind_pivot.cpp
  0.00% (0/621)
  0.00% (0/19)
  0.00% (0/300)
src/duckdb/src/planner/binder/tableref/bind_showref.cpp
 59.23% (77/130)
100.00% (5/5)
 47.89% (34/71)
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
 38.87% (124/319)
 71.43% (5/7)
 42.65% (90/211)
src/duckdb/src/planner/binder/tableref/plan_basetableref.cpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/plan_column_data_ref.cpp
  0.00% (0/6)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/plan_cteref.cpp
100.00% (4/4)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/tableref/plan_delimgetref.cpp
  0.00% (0/3)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/plan_dummytableref.cpp
100.00% (3/3)
100.00% (1/1)
100.00% (1/1)
src/duckdb/src/planner/binder/tableref/plan_expressionlistref.cpp
100.00% (15/15)
100.00% (1/1)
100.00% (4/4)
src/duckdb/src/planner/binder/tableref/plan_joinref.cpp
 47.19% (143/303)
100.00% (10/10)
 45.50% (86/189)
src/duckdb/src/planner/binder/tableref/plan_pivotref.cpp
  0.00% (0/5)
  0.00% (0/1)
  0.00% (0/1)
src/duckdb/src/planner/binder/tableref/plan_subqueryref.cpp
 75.00% (6/8)
100.00% (1/1)
 66.67% (2/3)
src/duckdb/src/planner/binder/tableref/plan_table_function.cpp
 57.14% (4/7)
100.00% (1/1)
 66.67% (2/3)
src/duckdb/src/planner/binding_alias.cpp
 55.32% (26/47)
 80.00% (8/10)
 67.50% (27/40)
src/duckdb/src/planner/bound_parameter_map.cpp
100.00% (48/48)
100.00% (8/8)
100.00% (22/22)
src/duckdb/src/planner/bound_result_modifier.cpp
 58.97% (92/156)
 79.31% (23/29)
 56.14% (64/114)
src/duckdb/src/planner/collation_binding.cpp
 68.69% (68/99)
100.00% (6/6)
 57.38% (35/61)
src/duckdb/src/planner/expression.cpp
 59.54% (78/131)
 69.23% (18/26)
 42.86% (27/63)
src/duckdb/src/planner/expression/bound_aggregate_expression.cpp
 67.42% (60/89)
 75.00% (6/8)
 65.52% (38/58)
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)
 76.03% (111/146)
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
 39.29% (11/28)
 42.86% (3/7)
 46.67% (7/15)
src/duckdb/src/planner/expression/bound_function_expression.cpp
 73.08% (76/104)
 84.62% (11/13)
 70.15% (47/67)
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
 30.15% (60/199)
 40.00% (4/10)
 11.27% (16/142)
src/duckdb/src/planner/expression_binder.cpp
 79.03% (260/329)
 86.36% (19/22)
 79.55% (140/176)
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/29)
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/38)
src/duckdb/src/planner/expression_binder/column_alias_binder.cpp
 53.57% (15/28)
100.00% (3/3)
 66.67% (12/18)
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
 38.46% (25/65)
 60.00% (3/5)
 41.86% (18/43)
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
  2.00% (2/100)
  6.25% (1/16)
  3.77% (2/53)
src/duckdb/src/planner/expression_binder/order_binder.cpp
 80.15% (105/131)
100.00% (8/8)
 83.33% (60/72)
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
 14.52% (9/62)
 40.00% (2/5)
 13.51% (5/37)
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
 72.97% (27/37)
 80.00% (4/5)
 77.27% (17/22)
src/duckdb/src/planner/expression_iterator.cpp
 35.14% (97/276)
 50.00% (7/14)
 37.96% (41/108)
src/duckdb/src/planner/filter/conjunction_filter.cpp
  0.00% (0/107)
  0.00% (0/12)
  0.00% (0/68)
src/duckdb/src/planner/filter/constant_filter.cpp
  0.00% (0/76)
  0.00% (0/7)
  0.00% (0/48)
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/45)
  0.00% (0/10)
  0.00% (0/18)
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/24)
src/duckdb/src/planner/joinside.cpp
 61.90% (52/84)
 85.71% (6/7)
 67.44% (29/43)
src/duckdb/src/planner/logical_operator.cpp
 72.66% (101/139)
 76.19% (16/21)
 79.03% (49/62)
src/duckdb/src/planner/logical_operator_deep_copy.cpp
  0.00% (0/184)
  0.00% (0/14)
  0.00% (0/72)
src/duckdb/src/planner/logical_operator_visitor.cpp
 61.67% (185/300)
 84.62% (22/26)
 61.21% (71/116)
src/duckdb/src/planner/operator/logical_aggregate.cpp
 83.58% (56/67)
 85.71% (6/7)
 84.78% (39/46)
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% (12/18)
src/duckdb/src/planner/operator/logical_comparison_join.cpp
 59.57% (28/47)
100.00% (3/3)
 50.00% (13/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/133)
  0.00% (0/8)
  0.00% (0/47)
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% (10/10)
src/duckdb/src/planner/operator/logical_cross_product.cpp
 81.82% (9/11)
100.00% (2/2)
 88.89% (8/9)
src/duckdb/src/planner/operator/logical_cteref.cpp
 75.00% (9/12)
 66.67% (2/3)
 66.67% (2/3)
src/duckdb/src/planner/operator/logical_delete.cpp
  0.00% (0/31)
  0.00% (0/7)
  0.00% (0/22)
src/duckdb/src/planner/operator/logical_delim_get.cpp
  0.00% (0/6)
  0.00% (0/2)
  0.00% (0/2)
src/duckdb/src/planner/operator/logical_dependent_join.cpp
  0.00% (0/11)
  0.00% (0/3)
  0.00% (0/7)
src/duckdb/src/planner/operator/logical_distinct.cpp
 89.47% (17/19)
 80.00% (4/5)
 75.00% (9/12)
src/duckdb/src/planner/operator/logical_dummy_scan.cpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/planner/operator/logical_empty_result.cpp
 70.00% (7/10)
 66.67% (2/3)
 50.00% (4/8)
src/duckdb/src/planner/operator/logical_export.cpp
  0.00% (0/13)
  0.00% (0/3)
  0.00% (0/13)
src/duckdb/src/planner/operator/logical_expression_get.cpp
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
src/duckdb/src/planner/operator/logical_extension_operator.cpp
  0.00% (0/27)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/planner/operator/logical_filter.cpp
100.00% (27/27)
100.00% (5/5)
100.00% (15/15)
src/duckdb/src/planner/operator/logical_get.cpp
 53.79% (142/264)
 73.68% (14/19)
 49.65% (71/143)
src/duckdb/src/planner/operator/logical_insert.cpp
  0.00% (0/31)
  0.00% (0/7)
  0.00% (0/24)
src/duckdb/src/planner/operator/logical_join.cpp
 81.63% (40/49)
100.00% (6/6)
 89.47% (34/38)
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_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/14)
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
100.00% (6/6)
100.00% (2/2)
100.00% (2/2)
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% (6/6)
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
 51.22% (21/41)
 62.50% (5/8)
 55.56% (10/18)
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
 88.31% (136/154)
100.00% (7/7)
 90.12% (73/81)
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.38% (19/799)
 33.33% (3/9)
  3.71% (13/350)
src/duckdb/src/planner/subquery/has_correlated_expressions.cpp
  0.00% (0/40)
  0.00% (0/4)
  0.00% (0/31)
src/duckdb/src/planner/subquery/rewrite_correlated_expressions.cpp
  0.00% (0/108)
  0.00% (0/10)
  0.00% (0/66)
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
 53.88% (125/232)
 59.26% (16/27)
 59.84% (73/122)
src/duckdb/src/planner/table_filter.cpp
  0.00% (0/59)
  0.00% (0/6)
  0.00% (0/24)
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.35% (38/74)
src/duckdb/src/storage/block.cpp
  0.00% (0/11)
  0.00% (0/4)
  0.00% (0/15)
src/duckdb/src/storage/buffer/block_handle.cpp
 42.68% (70/164)
 47.06% (8/17)
 59.26% (64/108)
src/duckdb/src/storage/buffer/block_manager.cpp
 18.75% (12/64)
 25.00% (2/8)
 31.25% (10/32)
src/duckdb/src/storage/buffer/buffer_handle.cpp
 87.10% (27/31)
 87.50% (7/8)
 89.47% (17/19)
src/duckdb/src/storage/buffer/buffer_pool.cpp
 45.92% (152/331)
 58.33% (21/36)
 45.40% (79/174)
src/duckdb/src/storage/buffer/buffer_pool_reservation.cpp
 83.33% (20/24)
 83.33% (5/6)
 90.91% (10/11)
src/duckdb/src/storage/buffer_manager.cpp
 16.88% (13/77)
 16.00% (4/25)
 16.00% (4/25)
src/duckdb/src/storage/caching_file_system.cpp
  0.00% (0/287)
  0.00% (0/22)
  0.00% (0/166)
src/duckdb/src/storage/checkpoint/row_group_writer.cpp
  0.00% (0/11)
  0.00% (0/4)
  0.00% (0/7)
src/duckdb/src/storage/checkpoint/table_data_reader.cpp
  0.00% (0/13)
  0.00% (0/2)
  0.00% (0/5)
src/duckdb/src/storage/checkpoint/table_data_writer.cpp
  0.00% (0/63)
  0.00% (0/11)
  0.00% (0/25)
src/duckdb/src/storage/checkpoint/write_overflow_strings_to_disk.cpp
  4.85% (5/103)
  8.33% (1/12)
  4.69% (3/64)
src/duckdb/src/storage/checkpoint_manager.cpp
  0.00% (0/424)
  0.00% (0/40)
  0.00% (0/134)
src/duckdb/src/storage/compression/alp/alp.cpp
  0.00% (0/31)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/storage/compression/alprd.cpp
  0.00% (0/31)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/storage/compression/bitpacking.cpp
  0.00% (0/666)
  0.00% (0/52)
  0.00% (0/302)
src/duckdb/src/storage/compression/bitpacking_hugeint.cpp
  0.00% (0/239)
  0.00% (0/15)
  0.00% (0/142)
src/duckdb/src/storage/compression/chimp/chimp.cpp
  0.00% (0/25)
  0.00% (0/3)
  0.00% (0/9)
src/duckdb/src/storage/compression/dict_fsst.cpp
  0.00% (0/123)
  0.00% (0/14)
  0.00% (0/43)
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/601)
  0.00% (0/17)
  0.00% (0/264)
src/duckdb/src/storage/compression/dict_fsst/decompression.cpp
  0.00% (0/183)
  0.00% (0/8)
  0.00% (0/97)
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/37)
src/duckdb/src/storage/compression/dictionary/decompression.cpp
  0.00% (0/82)
  0.00% (0/5)
  0.00% (0/41)
src/duckdb/src/storage/compression/dictionary_compression.cpp
  0.00% (0/68)
  0.00% (0/12)
  0.00% (0/21)
src/duckdb/src/storage/compression/empty_validity.cpp
  0.00% (0/7)
  0.00% (0/2)
  0.00% (0/3)
src/duckdb/src/storage/compression/fixed_size_uncompressed.cpp
 38.66% (75/194)
 31.82% (7/22)
 38.24% (26/68)
src/duckdb/src/storage/compression/fsst.cpp
  0.00% (0/528)
  0.00% (0/39)
  0.00% (0/212)
src/duckdb/src/storage/compression/numeric_constant.cpp
  0.00% (0/198)
  0.00% (0/17)
  0.00% (0/91)
src/duckdb/src/storage/compression/patas.cpp
  0.00% (0/31)
  0.00% (0/4)
  0.00% (0/10)
src/duckdb/src/storage/compression/rle.cpp
  0.00% (0/409)
  0.00% (0/37)
  0.00% (0/182)
src/duckdb/src/storage/compression/roaring/analyze.cpp
  0.00% (0/127)
  0.00% (0/14)
  0.00% (0/68)
src/duckdb/src/storage/compression/roaring/common.cpp
  0.00% (0/117)
  0.00% (0/16)
  0.00% (0/37)
src/duckdb/src/storage/compression/roaring/compress.cpp
  0.00% (0/326)
  0.00% (0/29)
  0.00% (0/164)
src/duckdb/src/storage/compression/roaring/metadata.cpp
  0.00% (0/191)
  0.00% (0/18)
  0.00% (0/89)
src/duckdb/src/storage/compression/roaring/scan.cpp
  0.00% (0/242)
  0.00% (0/24)
  0.00% (0/137)
src/duckdb/src/storage/compression/string_uncompressed.cpp
 16.93% (54/319)
 21.88% (7/32)
 13.89% (15/108)
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)
 35.96% (32/89)
src/duckdb/src/storage/compression/zstd.cpp
  0.00% (0/629)
  0.00% (0/55)
  0.00% (0/238)
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
 10.21% (138/1351)
 22.95% (28/122)
 10.53% (58/551)
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
 28.75% (161/560)
 38.24% (26/68)
 25.11% (58/231)
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.50% (4/267)
  6.45% (2/31)
  3.48% (4/115)
src/duckdb/src/storage/metadata/metadata_reader.cpp
  0.00% (0/67)
  0.00% (0/9)
  0.00% (0/42)
src/duckdb/src/storage/metadata/metadata_writer.cpp
  0.00% (0/61)
  0.00% (0/10)
  0.00% (0/34)
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
 20.59% (14/68)
 50.00% (5/10)
 23.81% (10/42)
src/duckdb/src/storage/partial_block_manager.cpp
  0.00% (0/129)
  0.00% (0/15)
  0.00% (0/76)
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
 54.32% (377/694)
 58.97% (46/78)
 56.39% (75/133)
src/duckdb/src/storage/serialization/serialize_macro_function.cpp
  0.00% (0/42)
  0.00% (0/6)
  0.00% (0/10)
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
 16.27% (88/541)
 14.71% (10/68)
 13.76% (15/109)
src/duckdb/src/storage/serialization/serialize_parsed_expression.cpp
 94.48% (308/326)
 94.74% (36/38)
 91.67% (55/60)
src/duckdb/src/storage/serialization/serialize_query_node.cpp
 77.78% (84/108)
 80.00% (8/10)
 75.00% (12/16)
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/88)
  0.00% (0/12)
  0.00% (0/12)
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
 72.97% (135/185)
 72.73% (16/22)
 72.73% (24/33)
src/duckdb/src/storage/serialization/serialize_types.cpp
 50.88% (87/171)
 50.00% (12/24)
 47.37% (18/38)
src/duckdb/src/storage/single_file_block_manager.cpp
  0.00% (0/760)
  0.00% (0/60)
  0.00% (0/338)
src/duckdb/src/storage/standard_buffer_manager.cpp
 36.62% (182/497)
 50.94% (27/53)
 40.93% (88/215)
src/duckdb/src/storage/statistics/array_stats.cpp
  0.00% (0/96)
  0.00% (0/12)
  0.00% (0/42)
src/duckdb/src/storage/statistics/base_statistics.cpp
 53.74% (273/508)
 76.32% (29/38)
 59.24% (125/211)
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/list_stats.cpp
 57.58% (57/99)
 50.00% (6/12)
 66.67% (30/45)
src/duckdb/src/storage/statistics/numeric_stats.cpp
 36.13% (194/537)
 39.58% (19/48)
 38.61% (100/259)
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
 44.19% (118/267)
 41.67% (10/24)
 50.62% (82/162)
src/duckdb/src/storage/statistics/struct_stats.cpp
 31.93% (38/119)
 37.50% (6/16)
 37.10% (23/62)
src/duckdb/src/storage/storage_info.cpp
  6.80% (7/103)
 14.29% (1/7)
  8.00% (6/75)
src/duckdb/src/storage/storage_lock.cpp
 38.57% (27/70)
 53.33% (8/15)
 36.59% (15/41)
src/duckdb/src/storage/storage_manager.cpp
 17.29% (51/295)
 37.14% (13/35)
 22.41% (39/174)
src/duckdb/src/storage/table/array_column_data.cpp
  0.00% (0/224)
  0.00% (0/30)
  0.00% (0/78)
src/duckdb/src/storage/table/chunk_info.cpp
 15.48% (39/252)
 20.59% (7/34)
 16.49% (32/194)
src/duckdb/src/storage/table/column_checkpoint_state.cpp
  0.00% (0/129)
  0.00% (0/13)
  0.00% (0/56)
src/duckdb/src/storage/table/column_data.cpp
 22.81% (172/754)
 27.06% (23/85)
 27.47% (103/375)
src/duckdb/src/storage/table/column_data_checkpointer.cpp
  0.00% (0/353)
  0.00% (0/21)
  0.00% (0/193)
src/duckdb/src/storage/table/column_segment.cpp
 10.47% (51/487)
 37.93% (11/29)
 17.87% (42/235)
src/duckdb/src/storage/table/list_column_data.cpp
  0.00% (0/279)
  0.00% (0/29)
  0.00% (0/116)
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
 25.73% (237/921)
 48.57% (34/70)
 27.38% (138/504)
src/duckdb/src/storage/table/row_group_collection.cpp
 22.36% (205/917)
 34.78% (24/69)
 23.91% (99/414)
src/duckdb/src/storage/table/row_version_manager.cpp
 35.24% (80/227)
 47.06% (8/17)
 40.59% (69/170)
src/duckdb/src/storage/table/scan_state.cpp
 29.84% (57/191)
 51.72% (15/29)
 31.75% (40/126)
src/duckdb/src/storage/table/standard_column_data.cpp
 20.00% (40/200)
 25.81% (8/31)
 16.84% (16/95)
src/duckdb/src/storage/table/struct_column_data.cpp
  0.00% (0/274)
  0.00% (0/29)
  0.00% (0/145)
src/duckdb/src/storage/table/table_statistics.cpp
 19.00% (38/200)
 23.81% (5/21)
 22.86% (24/105)
src/duckdb/src/storage/table/update_segment.cpp
  0.00% (0/1076)
  0.00% (0/76)
  0.00% (0/532)
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
  8.07% (13/161)
 14.29% (2/14)
  4.21% (4/95)
src/duckdb/src/storage/temporary_file_manager.cpp
  0.00% (0/537)
  0.00% (0/70)
  0.00% (0/272)
src/duckdb/src/storage/temporary_memory_manager.cpp
 49.79% (119/239)
 81.48% (22/27)
 46.94% (46/98)
src/duckdb/src/storage/wal_replay.cpp
  0.00% (0/602)
  0.00% (0/44)
  0.00% (0/277)
src/duckdb/src/storage/write_ahead_log.cpp
  0.00% (0/316)
  0.00% (0/45)
  0.00% (0/105)
src/duckdb/src/transaction/cleanup_state.cpp
 33.80% (24/71)
 66.67% (4/6)
 36.11% (13/36)
src/duckdb/src/transaction/commit_state.cpp
 39.77% (70/176)
 75.00% (3/4)
 57.14% (52/91)
src/duckdb/src/transaction/duck_transaction.cpp
 39.74% (91/229)
 70.83% (17/24)
 49.19% (61/124)
src/duckdb/src/transaction/duck_transaction_manager.cpp
 60.74% (212/349)
 90.00% (18/20)
 57.64% (117/203)
src/duckdb/src/transaction/meta_transaction.cpp
 60.32% (76/126)
 75.00% (12/16)
 63.77% (44/69)
src/duckdb/src/transaction/rollback_state.cpp
 34.38% (11/32)
100.00% (2/2)
 45.45% (5/11)
src/duckdb/src/transaction/transaction.cpp
100.00% (11/11)
100.00% (4/4)
100.00% (9/9)
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.05% (135/190)
 72.22% (13/18)
 58.62% (34/58)
src/duckdb/src/transaction/undo_buffer_allocator.cpp
 58.33% (35/60)
 60.00% (3/5)
 62.86% (22/35)
src/duckdb/src/transaction/wal_write_state.cpp
  0.00% (0/224)
  0.00% (0/6)
  0.00% (0/114)
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% (11/11)
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)
 87.50% (7/8)
src/duckdb/src/verification/prepared_statement_verifier.cpp
100.00% (79/79)
100.00% (8/8)
100.00% (25/25)
src/duckdb/src/verification/statement_verifier.cpp
 85.19% (69/81)
100.00% (8/8)
 86.05% (37/43)
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/152)
src/duckdb/third_party/brotli/dec/decode.cpp
  0.00% (0/2150)
  0.00% (0/77)
  0.00% (0/1700)
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/124)
  0.00% (0/5)
  0.00% (0/27)
src/duckdb/third_party/brotli/enc/backward_references.cpp
  0.00% (0/2852)
  0.00% (0/21)
  0.00% (0/2146)
src/duckdb/third_party/brotli/enc/backward_references_hq.cpp
  0.00% (0/689)
  0.00% (0/32)
  0.00% (0/453)
src/duckdb/third_party/brotli/enc/bit_cost.cpp
  0.00% (0/297)
  0.00% (0/3)
  0.00% (0/189)
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/1227)
  0.00% (0/31)
  0.00% (0/1469)
src/duckdb/third_party/brotli/enc/brotli_bit_stream.cpp
  0.00% (0/979)
  0.00% (0/39)
  0.00% (0/517)
src/duckdb/third_party/brotli/enc/brotli_hash.h
  0.00% (0/2749)
  0.00% (0/201)
  0.00% (0/2592)
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/165)
  0.00% (0/4)
  0.00% (0/97)
src/duckdb/third_party/brotli/enc/compress_fragment.cpp
  0.00% (0/536)
  0.00% (0/20)
  0.00% (0/224)
src/duckdb/third_party/brotli/enc/compress_fragment_two_pass.cpp
  0.00% (0/472)
  0.00% (0/17)
  0.00% (0/229)
src/duckdb/third_party/brotli/enc/encode.cpp
  0.00% (0/1538)
  0.00% (0/49)
  0.00% (0/1124)
src/duckdb/third_party/brotli/enc/encoder_dict.cpp
  0.00% (0/84)
  0.00% (0/8)
  0.00% (0/27)
src/duckdb/third_party/brotli/enc/entropy_encode.cpp
  0.00% (0/376)
  0.00% (0/11)
  0.00% (0/263)
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/51)
src/duckdb/third_party/brotli/enc/literal_cost.cpp
  0.00% (0/127)
  0.00% (0/4)
  0.00% (0/69)
src/duckdb/third_party/brotli/enc/memory.cpp
  0.00% (0/39)
  0.00% (0/6)
  0.00% (0/26)
src/duckdb/third_party/brotli/enc/metablock.cpp
  0.00% (0/824)
  0.00% (0/20)
  0.00% (0/720)
src/duckdb/third_party/brotli/enc/metablock.h
  0.00% (0/25)
  0.00% (0/2)
  0.00% (0/7)
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/109)
src/duckdb/third_party/brotli/enc/ringbuffer.h
  0.00% (0/82)
  0.00% (0/6)
  0.00% (0/46)
src/duckdb/third_party/brotli/enc/static_dict.cpp
  0.00% (0/452)
  0.00% (0/6)
  0.00% (0/632)
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
 59.67% (679/1138)
 75.86% (66/87)
 64.57% (432/669)
src/duckdb/third_party/concurrentqueue/lightweightsemaphore.h
 55.49% (96/173)
 61.11% (11/18)
 81.01% (64/79)
src/duckdb/third_party/fast_float/fast_float/fast_float.h
 77.87% (658/845)
 73.21% (41/56)
 79.35% (442/557)
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.28% (183/314)
 63.89% (69/108)
 57.77% (119/206)
src/duckdb/third_party/fmt/include/fmt/format-inl.h
 71.41% (547/766)
 59.70% (40/67)
 75.56% (337/446)
src/duckdb/third_party/fmt/include/fmt/format.h
 34.95% (484/1385)
 33.47% (83/248)
 32.47% (312/961)
src/duckdb/third_party/fmt/include/fmt/printf.h
 42.12% (131/311)
 43.59% (17/39)
 47.22% (102/216)
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/498)
  0.00% (0/24)
  0.00% (0/294)
src/duckdb/third_party/fsst/libfsst.hpp
  0.00% (0/180)
  0.00% (0/28)
  0.00% (0/231)
src/duckdb/third_party/httplib/httplib.hpp
 19.25% (917/4764)
 20.83% (116/557)
 22.84% (521/2281)
src/duckdb/third_party/hyperloglog/hyperloglog.cpp
  0.00% (0/543)
  0.00% (0/26)
  0.00% (0/492)
src/duckdb/third_party/hyperloglog/sds.cpp
  0.00% (0/695)
  0.00% (0/44)
  0.00% (0/510)
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)
 82.09% (55/67)
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
 75.08% (247/329)
 81.25% (13/16)
 70.51% (110/156)
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)
 90.00% (9/10)
src/duckdb/third_party/libpg_query/pg_functions.cpp
 84.54% (164/194)
 74.19% (23/31)
 85.53% (65/76)
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.81% (83/104)
src/duckdb/third_party/libpg_query/src_backend_nodes_makefuncs.cpp
100.00% (93/93)
100.00% (11/11)
100.00% (27/27)
src/duckdb/third_party/libpg_query/src_backend_nodes_value.cpp
100.00% (18/18)
100.00% (3/3)
100.00% (6/6)
src/duckdb/third_party/libpg_query/src_backend_parser_gram.cpp
 54.94% (5649/10282)
 92.31% (36/39)
 56.14% (1824/3249)
src/duckdb/third_party/libpg_query/src_backend_parser_parser.cpp
 50.00% (83/166)
 60.00% (3/5)
 43.24% (48/111)
src/duckdb/third_party/libpg_query/src_backend_parser_scan.cpp
 69.12% (1240/1794)
 45.16% (28/62)
 66.84% (1179/1764)
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% (17/17)
src/duckdb/third_party/lz4/lz4.cpp
  0.00% (0/1402)
  0.00% (0/87)
  0.00% (0/1324)
src/duckdb/third_party/mbedtls/include/mbedtls/cipher.h
  0.00% (0/108)
  0.00% (0/15)
  0.00% (0/35)
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/11)
  0.00% (0/2)
  0.00% (0/5)
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/294)
  0.00% (0/10)
  0.00% (0/380)
src/duckdb/third_party/mbedtls/library/alignment.h
  0.00% (0/44)
  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/218)
src/duckdb/third_party/mbedtls/library/asn1write.cpp
  0.00% (0/243)
  0.00% (0/21)
  0.00% (0/223)
src/duckdb/third_party/mbedtls/library/base64.cpp
  0.00% (0/144)
  0.00% (0/4)
  0.00% (0/102)
src/duckdb/third_party/mbedtls/library/bignum.cpp
  0.00% (0/994)
  0.00% (0/52)
  0.00% (0/1334)
src/duckdb/third_party/mbedtls/library/bignum_core.cpp
  0.00% (0/472)
  0.00% (0/37)
  0.00% (0/382)
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/330)
  0.00% (0/21)
  0.00% (0/264)
src/duckdb/third_party/mbedtls/library/cipher_wrap.cpp
  0.00% (0/36)
  0.00% (0/8)
  0.00% (0/17)
src/duckdb/third_party/mbedtls/library/common.h
  0.00% (0/31)
  0.00% (0/4)
  0.00% (0/16)
src/duckdb/third_party/mbedtls/library/constant_time.cpp
  0.00% (0/65)
  0.00% (0/5)
  0.00% (0/31)
src/duckdb/third_party/mbedtls/library/constant_time_impl.h
  0.00% (0/95)
  0.00% (0/24)
  0.00% (0/27)
src/duckdb/third_party/mbedtls/library/gcm.cpp
  0.00% (0/353)
  0.00% (0/16)
  0.00% (0/282)
src/duckdb/third_party/mbedtls/library/md.cpp
  0.00% (0/321)
  0.00% (0/20)
  0.00% (0/239)
src/duckdb/third_party/mbedtls/library/oid.cpp
  0.00% (0/245)
  0.00% (0/11)
  0.00% (0/197)
src/duckdb/third_party/mbedtls/library/pem.cpp
  0.00% (0/87)
  0.00% (0/3)
  0.00% (0/70)
src/duckdb/third_party/mbedtls/library/pk.cpp
  0.00% (0/201)
  0.00% (0/19)
  0.00% (0/192)
src/duckdb/third_party/mbedtls/library/pk_wrap.cpp
  0.00% (0/90)
  0.00% (0/10)
  0.00% (0/52)
src/duckdb/third_party/mbedtls/library/pkparse.cpp
  0.00% (0/280)
  0.00% (0/5)
  0.00% (0/228)
src/duckdb/third_party/mbedtls/library/platform_util.cpp
  0.00% (0/22)
  0.00% (0/2)
  0.00% (0/8)
src/duckdb/third_party/mbedtls/library/rsa.cpp
  0.00% (0/968)
  0.00% (0/37)
  0.00% (0/1203)
src/duckdb/third_party/mbedtls/library/rsa_alt_helpers.cpp
  0.00% (0/226)
  0.00% (0/5)
  0.00% (0/419)
src/duckdb/third_party/mbedtls/library/sha1.cpp
  0.00% (0/251)
  0.00% (0/8)
  0.00% (0/746)
src/duckdb/third_party/mbedtls/library/sha256.cpp
  0.00% (0/196)
  0.00% (0/9)
  0.00% (0/460)
src/duckdb/third_party/mbedtls/mbedtls_wrapper.cpp
  0.00% (0/261)
  0.00% (0/29)
  0.00% (0/127)
src/duckdb/third_party/miniz/miniz.cpp
  0.00% (0/4317)
  0.00% (0/146)
  0.00% (0/4660)
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/6767)
  0.00% (0/644)
  0.00% (0/2523)
src/duckdb/third_party/parquet/parquet_types.h
  0.00% (0/26)
  0.00% (0/26)
  0.00% (0/118)
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)
 86.36% (19/22)
src/duckdb/third_party/re2/re2/bitmap256.h
100.00% (21/21)
100.00% (5/5)
100.00% (10/10)
src/duckdb/third_party/re2/re2/bitstate.cc
 68.54% (146/213)
 85.71% (6/7)
 57.54% (103/179)
src/duckdb/third_party/re2/re2/compile.cc
 75.46% (575/762)
 88.00% (44/50)
 72.30% (368/509)
src/duckdb/third_party/re2/re2/dfa.cc
 43.05% (446/1036)
 52.46% (32/61)
 42.79% (341/797)
src/duckdb/third_party/re2/re2/nfa.cc
  0.00% (0/393)
  0.00% (0/12)
  0.00% (0/297)
src/duckdb/third_party/re2/re2/onepass.cc
 49.81% (130/261)
 42.86% (3/7)
 41.26% (92/223)
src/duckdb/third_party/re2/re2/parse.cc
 71.18% (1131/1589)
 86.57% (58/67)
 70.78% (911/1287)
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
 72.38% (566/782)
 75.00% (27/36)
 64.67% (335/518)
src/duckdb/third_party/re2/re2/prog.h
 76.25% (61/80)
 88.64% (39/44)
 78.82% (67/85)
src/duckdb/third_party/re2/re2/re2.cc
 20.66% (201/973)
 16.92% (11/65)
 12.63% (123/974)
src/duckdb/third_party/re2/re2/re2.h
 44.44% (36/81)
 42.86% (21/49)
 50.75% (34/67)
src/duckdb/third_party/re2/re2/regexp.cc
 55.43% (383/691)
 59.38% (38/64)
 57.02% (260/456)
src/duckdb/third_party/re2/re2/regexp.h
 93.85% (61/65)
 90.24% (37/41)
 90.16% (55/61)
src/duckdb/third_party/re2/re2/simplify.cc
 78.16% (340/435)
 72.22% (13/18)
 73.14% (256/350)
src/duckdb/third_party/re2/re2/sparse_array.h
 71.56% (78/109)
 81.82% (18/22)
 72.00% (36/50)
src/duckdb/third_party/re2/re2/sparse_set.h
 90.00% (63/70)
100.00% (13/13)
 91.18% (31/34)
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.54% (32/52)
src/duckdb/third_party/re2/re2/tostring.cc
  0.00% (0/238)
  0.00% (0/8)
  0.00% (0/163)
src/duckdb/third_party/re2/re2/walker-inl.h
 79.21% (80/101)
 90.91% (10/11)
 73.13% (49/67)
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.49% (10/87)
 20.00% (1/5)
 10.00% (5/50)
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/147)
  0.00% (0/10)
  0.00% (0/76)
src/duckdb/third_party/skiplist/Node.h
  0.00% (0/166)
  0.00% (0/13)
  0.00% (0/94)
src/duckdb/third_party/skiplist/NodeRefs.h
  0.00% (0/31)
  0.00% (0/12)
  0.00% (0/13)
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/39)
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/162)
  0.00% (0/21)
  0.00% (0/69)
src/duckdb/third_party/snappy/snappy.cc
  0.00% (0/1377)
  0.00% (0/124)
  0.00% (0/660)
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)
 53.33% (80/150)
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
 44.44% (8/18)
 50.00% (4/8)
 50.00% (9/18)
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/180)
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.72% (83/605)
 13.51% (5/37)
 15.54% (103/663)
src/duckdb/third_party/utf8proc/utf8proc_wrapper.cpp
 40.62% (117/288)
 28.00% (7/25)
 42.64% (84/197)
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
  8.30% (202/2434)
 10.33% (34/329)
 29.64% (404/1363)
src/duckdb/third_party/yyjson/yyjson.cpp
 16.84% (891/5292)
 21.08% (39/185)
 13.59% (1078/7934)
src/duckdb/third_party/zstd/common/entropy_common.cpp
  0.00% (0/197)
  0.00% (0/15)
  0.00% (0/183)
src/duckdb/third_party/zstd/common/error_private.cpp
  0.00% (0/43)
  0.00% (0/1)
  0.00% (0/72)
src/duckdb/third_party/zstd/common/fse_decompress.cpp
  0.00% (0/169)
  0.00% (0/7)
  0.00% (0/210)
src/duckdb/third_party/zstd/common/xxhash.cpp
  0.00% (0/429)
  0.00% (0/41)
  0.00% (0/230)
src/duckdb/third_party/zstd/common/zstd_common.cpp
  0.00% (0/6)
  0.00% (0/6)
  0.00% (0/13)
src/duckdb/third_party/zstd/compress/fse_compress.cpp
  0.00% (0/392)
  0.00% (0/13)
  0.00% (0/353)
src/duckdb/third_party/zstd/compress/hist.cpp
  0.00% (0/98)
  0.00% (0/7)
  0.00% (0/81)
src/duckdb/third_party/zstd/compress/huf_compress.cpp
  0.00% (0/773)
  0.00% (0/51)
  0.00% (0/752)
src/duckdb/third_party/zstd/compress/zstd_compress.cpp
  0.00% (0/4709)
  0.00% (0/241)
  0.00% (0/8918)
src/duckdb/third_party/zstd/compress/zstd_compress_literals.cpp
  0.00% (0/143)
  0.00% (0/5)
  0.00% (0/173)
src/duckdb/third_party/zstd/compress/zstd_compress_sequences.cpp
  0.00% (0/277)
  0.00% (0/12)
  0.00% (0/435)
src/duckdb/third_party/zstd/compress/zstd_compress_superblock.cpp
  0.00% (0/441)
  0.00% (0/13)
  0.00% (0/500)
src/duckdb/third_party/zstd/compress/zstd_double_fast.cpp
  0.00% (0/539)
  0.00% (0/10)
  0.00% (0/394)
src/duckdb/third_party/zstd/compress/zstd_fast.cpp
  0.00% (0/587)
  0.00% (0/10)
  0.00% (0/356)
src/duckdb/third_party/zstd/compress/zstd_lazy.cpp
  0.00% (0/1283)
  0.00% (0/56)
  0.00% (0/1684)
src/duckdb/third_party/zstd/compress/zstd_ldm.cpp
  0.00% (0/451)
  0.00% (0/20)
  0.00% (0/338)
src/duckdb/third_party/zstd/compress/zstd_opt.cpp
  0.00% (0/964)
  0.00% (0/36)
  0.00% (0/873)
src/duckdb/third_party/zstd/decompress/huf_decompress.cpp
  0.00% (0/1026)
  0.00% (0/45)
  0.00% (0/1429)
src/duckdb/third_party/zstd/decompress/zstd_ddict.cpp
  0.00% (0/136)
  0.00% (0/13)
  0.00% (0/150)
src/duckdb/third_party/zstd/decompress/zstd_decompress.cpp
  0.00% (0/1599)
  0.00% (0/97)
  0.00% (0/3745)
src/duckdb/third_party/zstd/decompress/zstd_decompress_block.cpp
  0.00% (0/1217)
  0.00% (0/43)
  0.00% (0/2500)
src/duckdb/third_party/zstd/include/zstd/common/allocations.h
  0.00% (0/23)
  0.00% (0/3)
  0.00% (0/17)
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/101)
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/10)
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/402)
src/duckdb/third_party/zstd/include/zstd/compress/zstd_cwksp.h
  0.00% (0/296)
  0.00% (0/34)
  0.00% (0/226)
src/duckdb/third_party/zstd/include/zstd/decompress/zstd_decompress_internal.h
  0.00% (0/8)
  0.00% (0/1)
  0.00% (0/1)
Totals
 25.05% (93324/372544)
 31.72% (10180/32092)
 22.13% (57111/258126)