• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

azjezz / psl / 18744602323
98%
next: 98%

Build:
Build:
LAST BUILD BRANCH: deps
DEFAULT BRANCH: next
Ran 23 Oct 2025 09:56AM UTC
Jobs 1
Files 808
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Oct 2025 09:55AM UTC coverage: 98.474% (-0.1%) from 98.572%
18744602323

Pull #547

github

azjezz
feat: add Graph component with directed and undirected graph support

Add comprehensive Graph component for with immutable graph data
structures and algorithms for working with directed and undirected graphs.

Features:
- DirectedGraph and UndirectedGraph classes with adjacency list representation
- Pure constructor functions: directed() and undirected()
- Weighted and unweighted edge support
- Graph operations: add_node(), add_edge(), nodes(), neighbors()
- Traversal algorithms: BFS (breadth-first search), DFS (depth-first search)
- Path algorithms: shortest_path(), shortest_path_by(), has_path()
- Topological algorithms: topological_sort(), has_cycle()

Signed-off-by: azjezz <azjezz@protonmail.com>
Pull Request #547: feat: add Graph component with directed and undirected graph support

265 of 275 new or added lines in 17 files covered. (96.36%)

2 existing lines in 1 file now uncovered.

6064 of 6158 relevant lines covered (98.47%)

49.83 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
95.0
src/Psl/Graph/dfs.php
9
47.06
src/Psl/Graph/Internal/get_node_key.php

Uncovered Existing Lines

Lines Coverage ∆ File
2
87.5
0.0% src/Psl/DateTime/Internal/high_resolution_time.php
Jobs
ID Job ID Ran Files Coverage
1 18744602323.1 23 Oct 2025 09:56AM UTC 808
98.47
GitHub Action Run
Source Files on build 18744602323
  • Tree
  • List 808
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #547
  • PR Base - next (#18740290554)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc