erikzenker / hsm

Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml libraries, but tries to reduce own complex meta programming code to a minimum.
MIT License
187 stars 18 forks source link

[Reproducer] Unexpeced event on failing guard #146

Closed erikzenker closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #146 (e8cfb23) into master (15930f9) will decrease coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   96.94%   96.76%   -0.19%     
==========================================
  Files          67       67              
  Lines         950      957       +7     
==========================================
+ Hits          921      926       +5     
- Misses         29       31       +2     
Impacted Files Coverage Δ
src/include/hsm/gen/hsm.h 96.46% <ø> (ø)
src/include/hsm/details/sm.h 98.64% <100.00%> (ø)
test/integration/unexpected_transition_handler.cpp 100.00% <100.00%> (ø)
include/hsm/details/utils/toTypeid.h
include/hsm/details/collect_events.h
include/hsm/details/collect_states.h
include/hsm/details/fill_dispatch_table.h
...de/hsm/details/flatten_internal_transition_table.h
include/hsm/details/for_each.h
... and 46 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 15930f9...83e1cde. Read the comment docs.