lunarmodules / luacov

LuaCov is a simple coverage analyzer for Lua code.
http://lunarmodules.github.io/luacov/
MIT License
300 stars 68 forks source link

Per function data #63

Open daurnimator opened 6 years ago

daurnimator commented 6 years ago

Would be good to have callbacks that tell us where a function starts/ends/how many times it gets called.