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

azjezz / psl / 18747003414
98%

Build:
DEFAULT BRANCH: next
Ran 23 Oct 2025 11:34AM UTC
Jobs 1
Files 841
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 11:33AM UTC coverage: 98.413% (-0.1%) from 98.519%
18747003414

push

github

web-flow
feat: add Graph component with directed and undirected graph support (#547)

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>

275 of 286 new or added lines in 17 files covered. (96.15%)

6262 of 6363 relevant lines covered (98.41%)

48.59 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.87
src/Psl/Graph/UndirectedGraph.php
1
95.0
src/Psl/Graph/dfs.php
9
47.06
src/Psl/Graph/Internal/get_node_key.php
Jobs
ID Job ID Ran Files Coverage
1 18747003414.1 23 Oct 2025 11:34AM UTC 841
98.41
GitHub Action Run
Source Files on build 18747003414
  • Tree
  • List 841
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 454d80fe on github
  • Prev Build on next (#18746347851)
  • Next Build on next (#18747030188)
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