Skip to content

Commit 2d69ab0

Browse files
committed
coverall scolded me w an x
1 parent ba4c900 commit 2d69ab0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/db_parsing.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function parse_tidy_db(exprs, metadata::DataFrame)
130130
end
131131

132132
end
133+
# COV_EXCL_START
133134
elseif isa(actual_expr, AbstractVector)
134135
for item in actual_expr
135136
col_name = string(item)
@@ -160,9 +161,9 @@ function parse_tidy_db(exprs, metadata::DataFrame)
160161
else
161162
error("Unsupported expression type: $expr")
162163
end
163-
164-
end
165164

165+
end
166+
# COV_EXCL_STOP
166167
# Loop through excluded columns and update current_selxn to 0 in the metadata DataFrame
167168
for col_name in excluded_columns
168169
if occursin(".", col_name)
@@ -192,8 +193,6 @@ function parse_tidy_db(exprs, metadata::DataFrame)
192193
end
193194

194195

195-
196-
197196
function parse_if_else(expr)
198197
transformed_expr = MacroTools.postwalk(expr) do x
199198
# Check if the expression is a call to if_else

0 commit comments

Comments
 (0)