Subject: CVS commit: pkgsrc/devel
From: Nia Alarie
Date: 2020-07-10 12:26:59
Message id: 20200710102659.D3992FB28@cvs.NetBSD.org

Log Message:
devel: Add lua-cov

LuaCov is a simple coverage analyzer for Lua scripts. When a Lua script is
run with the luacov module loaded, it generates a stats file with the number
of executions of each line of the script and its loaded modules. The luacov
command-line script then processes this file generating a report file which
allows one to visualize which code paths were not traversed, which is useful
for verifying the effectiveness of a test suite.

Files:
RevisionActionfile
1.1addpkgsrc/devel/lua-cov/DESCR
1.1addpkgsrc/devel/lua-cov/Makefile
1.1addpkgsrc/devel/lua-cov/PLIST
1.1addpkgsrc/devel/lua-cov/distinfo