0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
pandoc
/
datadir
/
[
Home
]
File: luacov.lua
--- Loads `luacov.runner` and immediately starts it. -- Useful for launching scripts from the command-line. Returns the `luacov.runner` module. -- @class module -- @name luacov -- @usage lua -lluacov sometest.lua local runner = require("luacov.runner") runner.init() return runner