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

StoneCypher / jssm / 7f4349a419caf989e121a1dea34a8d2083811fa1 / 7
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 06 Apr 2026 02:24PM UTC
Files 15
Run time 0s
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

06 Apr 2026 02:22PM UTC coverage: 99.942%. Remained the same
7f4349a419caf989e121a1dea34a8d2083811fa1.7

push

github

StoneCypher
fix: correct _has_transition_hooks init and prevent histograph input mutation

_has_transition_hooks and _has_post_transition_hooks were initialized to true
in the Machine constructor despite no hooks being registered, causing an
unnecessary edges_between lookup on every plain transition. Changed both to
false and updated transition_impl to also check _has_post_transition_hooks
when determining trans_type, so posthooks still fire correctly.

histograph() called ar.sort() which mutates the caller's array. Changed to
[...ar].sort() to avoid the side effect.

Fixes stonecypher/fsl#1320, stonecypher/fsl#1321

553 of 554 branches covered (99.82%)

Branch coverage included in aggregate %.

1159 of 1159 relevant lines covered (100.0%)

2304.65 hits per line

Source Files on job 7f4349a419caf989e121a1dea34a8d2083811fa1.7
  • Tree
  • List 15
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7
  • 7f4349a4 on github
  • Prev Job for on main (#321d422a65db9c58bffadc16df160e278ddc5d66.3)
  • Next Job for on main (#0bbb3f4cfcd47c53adfaf1e85346f8feb3a4f1f3.10)
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