// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
structlua_State;voidcoverageInit(lua_State*L);boolcoverageActive();voidcoverageTrack(lua_State*L,intfuncindex);voidcoverageDump(constchar*path);