lunarmodules / luacov

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

Improved code locality + disabled collecting coverage of luacov itself. #1

Closed akavel closed 13 years ago

akavel commented 13 years ago

Hi! I did some work on the luacov module to:

Please feel free to pull if you shall find any of that useful :)

greetings Mateusz Czapliński

norman commented 13 years ago

Thanks! That sounds great. I'll take a look at this as soon as I can.

On Mon, May 30, 2011 at 16:36, akavel < reply@reply.github.com>wrote:

Hi! I did some work on the luacov module to:

  • improve code locality (added some 'local'-s + dropped 'module()' in favour of 'local M={}'),
  • stop collecting coverage data over 'luacov.lua' itself (I believed this to be unnecessary noise).

Please feel free to pull if you shall find any of that useful :)

greetings Mateusz Czapliński

Reply to this email directly or view it on GitHub: https://github.com/keplerproject/luacov/pull/1