LuaCov
LuaCov serves as an efficient coverage analyzer for Lua scripts, generating execution statistics for each line of code and its modules. By loading the luacov module and r... LuaCov serves as an efficient coverage analyzer for Lua scripts, generating execution statistics for each line of code and its modules. By loading the luacov module and running the script, users obtain valuable insights into untraversed code paths, aiding in the evaluation of test suite effectiveness. Configuration options enhance its adaptability.
Top LuaCov Alternatives
kcov
Kcov is a versatile code coverage tool tailored for compiled programs, Python, and Bash, leveraging DWARF debugging information to gather...
OpenCppCoverage
OpenCppCoverage is an open-source code coverage tool designed for C++ applications on Windows. Primarily utilized for unit testing, it also...
grcov
Grcov is a powerful Rust tool designed to collect and aggregate code coverage data from multiple source files. It effectively...
PCOV
PCOV is a lightweight, self-contained driver for PHP that is fully compatible with CodeCoverage. It optimizes resource usage by intelligently...
DeepCover
DeepCover is an advanced code coverage tool tailored for Ruby, offering enhanced accuracy in line and branch coverage reporting. It...
Slather
Slather efficiently generates test coverage reports for Xcode projects and integrates seamlessly with Continuous Integration (CI) systems. Users can enable...
Coverlet
Coverlet provides a cross-platform code coverage solution for .NET, supporting line, branch, and method coverage across .NET Framework and .NET...
Gcov
Gcov serves as an open-source code-coverage tool designed to enhance software testing efficiency. By compiling code with specific flags, it...
cloverage
Cloverage is a user-friendly Clojure test coverage tool that integrates seamlessly with Leiningen projects. It supports various testing frameworks, including...
Coverage.py
Coverage.py is a robust tool designed for Python developers to measure code coverage by monitoring executed code during program runs....
blanket.js
Blanket.js serves as a straightforward JavaScript code coverage library, effortlessly installable for both browser and Node.js environments. It enhances existing...
Atlassian Clover
Atlassian Clover offers robust code coverage analysis for Java and Groovy, enabling developers to balance functional and testing code effectively....
SimpleCov
A powerful code coverage analysis tool for Ruby, SimpleCov leverages Ruby's built-in Coverage library to efficiently gather and process coverage...
jscoverage
jscoverage is a powerful tool for JavaScript and Node.js that enhances code coverage analysis. By integrating with Mocha, it appends...
Coveralls
Coveralls empowers developers by identifying untested areas in their codebase, ensuring a more robust testing suite. With seamless integration into...
Company Information
- Company: GitHub
- Country: United States
Top LuaCov Features
- Simple Lua coverage analysis
- Generates detailed stats file
- Visualizes code path coverage
- Supports custom report formats
- Configuration options for projects
- No external dependencies required
- Supports daemon program tracking
- Inline options for missed lines
- Easy integration with Lua scripts
- Performance improvements with CLuaCov
- Sequential stats accumulation
- Configurable include/exclude patterns
- Generates HTML report files
- Tick module for periodic saving
- User-friendly command-line interface
- MIT License for free use
- GitHub repository for easy access.