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

wegamekinglc / Derivatives-Algorithms-Lib / 28290090484
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: chore/fix-all-style-findings
DEFAULT BRANCH: master
Ran 27 Jun 2026 01:30PM UTC
Jobs 1
Files 218
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

27 Jun 2026 01:05PM UTC coverage: 81.154%. Remained the same
28290090484

push

github

wegamekinglc
docs: migrate script-engine residual rationale comments into methodology

Move two design-rationale comment blocks from dal-cpp/dal/script/ into the
Visitor Machinery and Parser sections of docs/methodology/script_engine.md,
so the prose lives where the no-large-comments rule requires it and the
source can be trimmed to one-line pointers in a follow-up wave.

- Lexer subsection under Parser and AST: Tokenize is the single tokenization
  primitive shared by the preprocessor (definition front-end) and parser
  (payoff back-end); housed in its own translation unit to keep the two
  halves decoupled.
- Visit-Trait Dispatch subsection under Visitor Machinery: the
  IsVisitorConst / HasConstVisit_ / HasNonConstVisit_ traits resolve
  const-ness and Visit-overload presence at compile time via Pack and
  SFINAE, so dispatch carries no virtual overhead beyond the double-
  dispatch table. Const-Correctness subsection now names these traits as
  the mechanism behind its compile-time enforcement claim.

Doc-only; no source edited. Current-state voice, no source line numbers,
no historical narrative. The preprocessor.hpp "built for extension"
rationale was already covered verbatim by the existing Preprocessing
Pipeline section and needs no additional doc change.

6300 of 7763 relevant lines covered (81.15%)

3236781.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28290090484.1 27 Jun 2026 01:30PM UTC 218
81.15
GitHub Action Run
Source Files on build 28290090484
  • Tree
  • List 218
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28290090484
  • 0590a1bd on github
  • Prev Build on master (#28288777794)
  • 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