Skip to content

Commit 96f7aff

Browse files
more nocov
1 parent 0a9089a commit 96f7aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cedta.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cedta.pkgEvalsUserCode = c("gWidgetsWWW","statET","FastRWeb","slidify","rmarkdow
6767
if (exists("debugger.look", parent.frame(n+1L))) return(TRUE) # nocov
6868

6969
# 'example' for #2972
70-
if (length(sc) >= 8L && sc[[length(sc) - 7L]] %iscall% 'example') return(TRUE)
70+
if (length(sc) >= 8L && sc[[length(sc) - 7L]] %iscall% 'example') return(TRUE) # nocov
7171
}
7272

7373
if (nsname == "base") {

0 commit comments

Comments
 (0)