Skip to content
Cédric Belin edited this page Jun 15, 2024 · 5 revisions

Parse and format LCOV coverage reports, in PHP.

Quick start

Install the latest version of LCOV Reports for PHP with Composer package manager:

composer require cedx/lcov

For detailed instructions, see the installation guide.

Usage

This library provides a set of classes representing a LCOV coverage report and its data. The Report class, the main one, provides the parsing and formatting features.

Clone this wiki locally