Description
Coverage measurement for Lua 5.2 can use C extensions for faster or lower-level support.
This package is useful for developers measuring how much Lua code is exercised by tests through LuaCov workflows. It extends coverage tooling; it is not a test runner by itself.
Coverage numbers do not prove correctness. Use them to find untested paths, then keep behavior-focused tests.