Lua 代码覆盖率分析 LuaCov
- 授权协议: GPL
- 开发语言: Lua
- 操作系统: 跨平台
- 软件首页: http://luacov.luaforge.net/
软件介绍
LuaCov 是一个用来对 Lua 脚本进行覆盖率分析的工具。当运行 Lua 脚本时加载了 luacov 模块,那么将会生成一个统计文件,包含每一行脚本和响应模块加载的执行情况。
示例报告:
============================================================
../test.lua
============================================================
-- Which branch will run?
1 if 10 > 100 then
0 print("I don't think this line will execute.")
0 else
1 print("Hello, LuaCov!")
1 end
Developer's Guide to Social Programming
Mark D. Hawker / Addison-Wesley Professional / 2010-8-25 / USD 39.99
In The Developer's Guide to Social Programming, Mark Hawker shows developers how to build applications that integrate with the major social networking sites. Unlike competitive books that focus on a s......一起来看看 《Developer's Guide to Social Programming》 这本书的介绍吧!
