What is LuaCov?

LuaCov is a user-friendly tool designed for coverage analysis of Lua scripts. When a Lua script is executed with the luacov module enabled, it generates a statistics file that records the number of times each line in the script and its related modules is executed. This file is subsequently analyzed by the luacov command-line tool, which produces a report that helps users pinpoint any code paths that have not been executed, a critical factor in evaluating the effectiveness of a test suite. The tool also provides numerous configuration options, with global defaults specified in src/luacov/defaults.lua. For those requiring tailored configurations specific to their projects, a Lua script can be created that either defines options as global variables or returns a table of particular settings, which should then be saved as .luacov in the project's root directory where luacov runs. For example, a configuration might indicate that only the foo module and its submodules, which are situated in the src directory, should be part of the coverage analysis. This level of customization empowers developers to adjust their coverage analysis to meet the unique requirements of their projects. Consequently, LuaCov not only enhances testing efficiency but also promotes better code quality through improved coverage insights.

Pricing

Price Starts At:
Free
Free Version:
Free Version available.

Screenshots and Video

LuaCov Screenshot 1

Company Facts

Company Name:
LuaCov
Company Website:
github.com/lunarmodules/luacov

Product Details

Deployment
Windows
Mac
Linux
Training Options
Documentation Hub
Support
Web-Based Support

Product Details

Target Company Sizes
Individual
1-10
11-50
51-200
201-500
501-1000
1001-5000
5001-10000
10001+
Target Organization Types
Mid Size Business
Small Business
Enterprise
Freelance
Nonprofit
Government
Startup
Supported Languages
English

LuaCov Categories and Features