lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

This is a new release of LuaCov, a coverage analysis tool for Lua:

Website: http://keplerproject.github.com/luacov/
Github: https://github.com/keplerproject/luacov
Tarball: http://keplerproject.github.com/luacov/downloads/luacov-0.9.tar.gz

It is available via LuaRocks, of course. Just type:

   luarocks install luacov

What's new:

* with_luacov() function for covering coroutines created via the C API
* fix priorities in modules list
* improve coverage analysis/exclusions list
* improve handling of multiline function declarations
* LDoc documentation

Once again, full credit for this release goes to Peter Melnichenko.

Enjoy!

-- Hisham