{"id":37228154,"url":"https://github.com/devnix/clover-uncovered-lines","last_synced_at":"2026-01-15T03:26:18.921Z","repository":{"id":331667891,"uuid":"1131401207","full_name":"devnix/clover-uncovered-lines","owner":"devnix","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-10T22:34:13.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T05:12:53.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devnix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-10T00:14:24.000Z","updated_at":"2026-01-10T22:26:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devnix/clover-uncovered-lines","commit_stats":null,"previous_names":["devnix/clover-uncovered-lines"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/devnix/clover-uncovered-lines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnix%2Fclover-uncovered-lines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnix%2Fclover-uncovered-lines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnix%2Fclover-uncovered-lines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnix%2Fclover-uncovered-lines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnix","download_url":"https://codeload.github.com/devnix/clover-uncovered-lines/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnix%2Fclover-uncovered-lines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-15T03:26:18.365Z","updated_at":"2026-01-15T03:26:18.914Z","avatar_url":"https://github.com/devnix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clover Uncovered Lines\n\n[![Coverage Status](https://coveralls.io/repos/github/devnix/clover-uncovered-lines/badge.svg?branch=main)](https://coveralls.io/github/devnix/clover-uncovered-lines?branch=main)\n[![Mutation testing badge](https://img.shields.io/endpoint?style=flat\u0026url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fdevnix%2Fclover-uncovered-lines%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/devnix/clover-uncovered-lines/main)\n\nA simple CLI tool to parse Clover XML coverage reports and display uncovered lines in a human(-and-llm)-readable format.\n\n## Installation\n\nInstall via Composer:\n\n```bash\ncomposer require --dev devnix/clover-uncovered-lines\n```\n\n## Usage\n\nRun the tool by passing the path to your Clover XML coverage file:\n\n```bash\nvendor/bin/clover-uncovered-lines path/to/clover.xml\n```\n\n### Example Output\n\nWhen there are uncovered lines:\n\n```\nUncovered lines:\n\nsrc/Example.php\n  Lines 15-18\n  Line 42 (method)\n\nsrc/AnotherFile.php\n  Line 23\n\nSummary: 5 uncovered lines in 2 file(s)\n```\n\nWhen all lines are covered:\n\n```\n✓ All lines are covered!\n```\n\n## Exit Codes\n\n- `0` - All lines are covered\n- `1` - Uncovered lines found or error occurred\n\n## Features\n\n- Parses Clover XML coverage reports\n- Groups consecutive uncovered lines into ranges for readability\n- Identifies uncovered methods\n- Auto-detects project root from XML paths\n- Provides summary statistics\n\n## Requirements\n\n- PHP 8.4 or higher\n\n## License\n\nMIT\n\n## Author\n\nPablo Largo Mohedano (devnix.code@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnix%2Fclover-uncovered-lines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnix%2Fclover-uncovered-lines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnix%2Fclover-uncovered-lines/lists"}