Skip to content

Commit 7457973

Browse files
committed
HACK: add a dead function
1 parent 00f5cc3 commit 7457973

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Coverage.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ module Coverage
191191
nothing
192192
end
193193

194+
# This function is never called
195+
function dead_function(x)
196+
x + 1
197+
end
198+
194199
"""
195200
process_file(filename[, folder]) -> FileCoverage
196201

0 commit comments

Comments
 (0)