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

azjezz / psl / 18746347851
98%

Build:
DEFAULT BRANCH: next
Ran 23 Oct 2025 11:08AM UTC
Jobs 1
Files 823
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:07AM UTC coverage: 98.519% (-0.05%) from 98.572%
18746347851

push

github

web-flow
feat: add Tree component for hierarchical data structures (#546)

Introduces a new `Tree` component providing immutable tree data structures
and functional operations for hierarchical data manipulation.

Architecture:
- NodeInterface<T>: Base interface with getValue()
- LeafNode<T>: Immutable leaf nodes (no children)
- TreeNode<T>: Immutable tree nodes with getChildren()
- Pure constructor functions: tree() and leaf()

Features:
- Transformation operations: map, filter, reduce, fold
- Traversal algorithms: pre_order, post_order, level_order
- Search functions: find, any, all, contains
- Utility functions: count, depth, is_leaf, leaves
- Path operations: path_to, at_path
- Array conversion: from_array, to_array

Signed-off-by: azjezz <azjezz@protonmail.com>

190 of 194 new or added lines in 29 files covered. (97.94%)

2 existing lines in 1 file now uncovered.

5987 of 6077 relevant lines covered (98.52%)

50.09 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
66.67
src/Psl/Tree/LeafNode.php
1
75.0
src/Psl/Tree/TreeNode.php
1
88.89
src/Psl/Tree/depth.php
1
90.0
src/Psl/Tree/leaves.php

Uncovered Existing Lines

Lines Coverage ∆ File
2
79.17
-8.33% src/Psl/DateTime/Internal/high_resolution_time.php
Jobs
ID Job ID Ran Files Coverage
1 18746347851.1 23 Oct 2025 11:08AM UTC 823
98.52
GitHub Action Run
Source Files on build 18746347851
  • Tree
  • List 823
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9a0fc88d on github
  • Prev Build on next (#18740290554)
  • Next Build on next (#18747003414)
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