# shellcheck shell=dash

# https://github.com/lunarmodules/luacov

___x_cmd_lua_thirdparty_cov(){
    ___x_cmd_lua_thirdparty_cov___exec "$@"
}

___x_cmd_lua_thirdparty_cov___exec(){
    ___x_cmd_lua_thirdparty_load_env || return 1

    # ___x_cmd_hascmd luacov  || {
    #     ___x_cmd_lua_thirdparty___install luacov || return 1
    # }
    # ___x_cmd luacov "$@"
}
