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

azjezz / psl / 18746275656 / 1
99%
next: 98%

Build:
Build:
LAST BUILD BRANCH: precedence
DEFAULT BRANCH: next
Ran 23 Oct 2025 11:05AM UTC
Files 823
Run time 26s
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:04AM UTC coverage: 98.519% (-0.05%) from 98.572%
18746275656.1

Pull #546

github

azjezz
feat: add Tree component for hierarchical data structures

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>
Pull Request #546: feat: add Tree component for hierarchical data structures

5987 of 6077 relevant lines covered (98.52%)

50.09 hits per line

Source Files on job 18746275656.1
  • Tree
  • List 823
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18746275656
  • 20c142ed on github
  • Prev Job for on tree (#18740290554.1)
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