Coverage analysis tool for Lua scripts
Modules
| luacov | Loads luacov.runner and immediately starts it. | 
| luacov.defaults | Default values for configuration options. | 
| luacov.hook | Hook module, creates debug hook used by LuaCov. | 
| luacov.reporter | Report module, will transform statistics file into a report. | 
| luacov.runner | Statistics collecting module. | 
| luacov.stats | Manages the file with statistics (being) collected. | 
| luacov.tick | Load luacov using this if you want it to periodically save the stats file. | 
| luacov.util | Utility module. |