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

Alan-Jowett / bdd_test / 19202599061
88%

Build:
DEFAULT BRANCH: main
Ran 09 Nov 2025 03:20AM UTC
Jobs 1
Files 5
Run time 1min
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

09 Nov 2025 03:18AM UTC coverage: 88.186% (-5.6%) from 93.797%
19202599061

push

github

web-flow
Refactor graphing (#16)

* Simplified graph printer

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Simplified graph printer

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Simplified graph printer

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Simplified graph printer

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Refactor DOT generation architecture for clean separation of concerns

- Remove BDD-specific logic from generic dot_graph_generator.hpp
- Create dedicated BDD-specific DOT generation in bdd_graph.hpp
- Eliminate use_interleaved_format option to simplify codebase
- Remove unnecessary wrapper function write_bdd_to_dot
- Implement clean separated format: all nodes first, then edges
- Add BDD-specific terminal node declarations (square/circle styling)
- Regenerate all test files with new cleaner DOT format
- All 24 tests passing with improved architecture

Benefits:
- Generic DOT generator is now truly framework-agnostic
- BDD specifics properly encapsulated in BDD module
- Cleaner, more maintainable DOT output format
- 16% code reduction in generic generator (415 vs 494 lines)
- Better separation of concerns and extensibility

* refactor: Complete header/implementation separation with SPDX headers and performance optimization

- Separate BDD module: Move implementation from bdd_graph.hpp to bdd_graph.cpp
- Separate expression module: Move implementation from expression_graph.hpp to expression_graph.cpp
- Add proper SPDX license headers to all modified files
- Apply clang-format to ensure code style compliance
- Optimize bdd_iterator with inline member functions for better performance
- Update CMakeLists.txt to include both new .cpp files
- Maintain clean public APIs with minimal header dependencies
- Preserve all functionality while improving architectural design

Files changed:
- bdd_graph.hpp: Reduced to 62 lines (public API only)
- bdd_graph.cpp: 282 lines (complete implementation with inline op... (continued)

675 of 796 branches covered (84.8%)

Branch coverage included in aggregate %.

347 of 387 new or added lines in 5 files covered. (89.66%)

594 of 643 relevant lines covered (92.38%)

198.65 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
85.09
expression_graph.cpp
8
91.94
bdd_graph.cpp
13
76.97
dag_walker.hpp
13
80.32
dot_graph_generator.hpp
Jobs
ID Job ID Ran Files Coverage
1 19202599061.1 09 Nov 2025 03:20AM UTC 5
88.19
GitHub Action Run
Source Files on build 19202599061
  • Tree
  • List 5
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19202599061
  • 96d71b69 on github
  • Prev Build on main (#19196520224)
  • Next Build on main (#19213120744)
  • Delete
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