File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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)
192193end
193194
194195
195-
196-
197196function parse_if_else (expr)
198197 transformed_expr = MacroTools. postwalk (expr) do x
199198 # Check if the expression is a call to if_else
You can’t perform that action at this time.
0 commit comments