lua-users home
lua-l archive

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


Hi,

It's been almost 4 years since the last release, but here's version
0.3 of LuaCov, a small 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.3.tar.gz

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

   luarocks install luacov

This release consolidates a number of fixes and features added over
the last few years, including recent additions by Thijs Schreijer, and
bugfixes and tweaks by Mateusz Czapliński, Geoff Leyland and Norman
Clarke.

What's new:

* Added configuration options and files
* Summary with percentages added to the report
* Improved handling of long strings and comments
* Support for coroutines and os.exit()
* Improved Windows support

Enjoy!

-- Hisham