all state methods:
| 116 | { |
| 117 | // all state methods: |
| 118 | void entryGuard(GuardControl&) {} // not going to be called in this example |
| 119 | void enter(Control&) {} |
| 120 | void update(FullControl&) {} |
| 121 | template <typename TEvent> |
nothing calls this directly
no outgoing calls
no test coverage detected