Skip to content

Commit 96524b2

Browse files
committed
nocov handling
1 parent 68ac736 commit 96524b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/fda-table_32.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ make_table_32 <- function(df,
6363
ard <- gtsummary::gather_ard(tbl_gts)
6464
return(list(table = tbl, ard = ard))
6565
} else {
66-
return(tbl)
66+
return(tbl) # nocov
6767
}
6868
}
6969

R/fda-table_33.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ make_table_33 <- function(df,
6464
ard <- gtsummary::gather_ard(tbl_gts)
6565
return(list(table = tbl, ard = ard))
6666
} else {
67-
return(tbl)
67+
return(tbl) # nocov
6868
}
6969
}
7070

0 commit comments

Comments
 (0)