1 个仓库
Saving raw runtime execution maps to files for subsequent analysis and aggregation.
Distinct from Code Coverage Analysis: Distinct from Code Coverage Analysis by focusing on the persistence of the raw data rather than the analytical metrics.
Explore 1 awesome GitHub repository matching testing & quality assurance · Execution Data Serialization. Refine with filters or upvote what's useful.
php-code-coverage is a PHP library and analysis tool designed to track runtime execution and determine which parts of a codebase are exercised by automated tests. It monitors executed lines and branches during a test run to identify gaps in test coverage and evaluate the effectiveness of a test suite. The tool functions as an execution tracker and report generator that transforms raw PHP execution data into human-readable formats. It serializes collected metrics for storage and utilizes a processing system to calculate the total percentage of code covered. Its capability surface covers the e
Provides utilities for serializing and saving collected execution data to files for storage.