1--- Loads `luacov.runner` and immediately starts it. 2-- Useful for launching scripts from the command-line. Returns the `luacov.runner` module. 3-- @class module 4-- @name luacov 5-- @usage lua -lluacov sometest.lua 6local runner = require("luacov.runner") 7runner.init() 8return runner 9 10