LuaCov

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 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

1

kcov

Kcov is a versatile code coverage tool tailored for compiled programs, Python, and Bash, leveraging DWARF debugging information to gather coverage data without requiring special compiler options.

By: GitHub From United States
2

OpenCppCoverage

OpenCppCoverage is an open-source code coverage tool designed for C++ applications on Windows.

By: GitHub From United States
3

grcov

Grcov is a powerful Rust tool designed to collect and aggregate code coverage data from multiple source files.

By: GitHub From United States
4

PCOV

PCOV is a lightweight, self-contained driver for PHP that is fully compatible with CodeCoverage.

By: GitHub From United States
5

DeepCover

DeepCover is an advanced code coverage tool tailored for Ruby, offering enhanced accuracy in line and branch coverage reporting.

By: GitHub From United States
6

Slather

Slather efficiently generates test coverage reports for Xcode projects and integrates seamlessly with Continuous Integration (CI) systems.

By: GitHub From United States
7

Coverlet

It seamlessly integrates with the Visual Studio Test Platform and enables code coverage by simply...

By: GitHub From United States
8

Gcov

By compiling code with specific flags, it instrumentally tracks execution paths during functional testing, generating...

By: Oracle From United States
9

cloverage

It supports various testing frameworks, including clojure.test, Midje, and eftest, allowing developers to customize runner...

By: GitHub From United States
10

Coverage.py

It identifies untested code segments and offers insights into test effectiveness...

By: pyFBS From United States
11

blanket.js

It enhances existing tests by providing precise code coverage statistics, indicating which lines are tested...

By: Blanket.js From United States
12

jscoverage

By integrating with Mocha, it appends coverage information during testing, revealing missed branches...

By: npm, Inc. From United States
13

SimpleCov

Its intuitive API allows for seamless filtering, grouping, merging, and formatting of results, enabling developers...

By: GitHub From United States
14

pytest-cov

It enhances standard coverage reporting with subprocess and xdist support, ensuring accurate measurements even in...

By: Python From United States
15

Coveralls

With seamless integration into CI servers, it analyzes coverage data and highlights potential vulnerabilities...

By: Coveralls.io From 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.