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

Alan-Jowett / bdd_test / 19213796942
88%

Build:
DEFAULT BRANCH: main
Ran 09 Nov 2025 08:10PM UTC
Jobs 1
Files 6
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 08:09PM UTC coverage: 88.636%. Remained the same
19213796942

push

github

web-flow
Refactor: Move implementation details into anonymous namespaces (#21)

Improve code organization and namespace hygiene by moving internal
helper functions into anonymous namespaces while keeping exported
functions in the global namespace.

Changes by file:
- src/main.cpp: Move write_bdd_nodes_to_stream, get_output_path,
  and convert_to_bdd into anonymous namespace
- src/expression_parser.cpp: Move trim and parse_expression into
  anonymous namespace
- src/bdd_graph.cpp: Move all BDD DOT generation helper functions
  into anonymous namespace

Benefits:
- Better encapsulation of implementation details
- Prevents symbol conflicts between translation units
- Clearer separation of public API vs internal helpers
- Follows C++ best practices for namespace organization
- No functional changes - all tests pass

Only main() and functions declared in headers remain in global namespace.

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

647 of 763 branches covered (84.8%)

Branch coverage included in aggregate %.

601 of 645 relevant lines covered (93.18%)

221.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19213796942.1 09 Nov 2025 08:10PM UTC 6
88.64
GitHub Action Run
Source Files on build 19213796942
  • Tree
  • List 6
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19213796942
  • 8dfb03fb on github
  • Prev Build on main (#19213674854)
  • Next Build on main (#19214734872)
  • 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