[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Getting coverage
- From: Stephen Kellett <lua@...>
- Date: Sat, 05 Jan 2008 17:50:18 +0000
peterhickman wrote:
As I'm hacking away at my Lua xml parser (plxml.lua mentioned a couple
of weeks ago) I wanted to check that my tests were giving me the
coverage that I wanted. Not finding anything I hacked this up:
If you are on Windows there is a version of Coverage Validator for Lua.
Coverage report merging, interactive graphical updates of coverage as
you proceed (useful if you are doing interactive coverage testing), etc.
http://www.softwareverify.com/lua/coverage/index.html
Stephen