Fsm

Moore FSM Exceptions are clearly documented with // FSM exception: REASON

struct Fsm {
State st;
Path[] inotify_paths;
Flag!"utDebug" flagUtDebug;
Flag!"UtTestPassed" flagUtTestPassed;
Flag!"CompileError" flagCompileError;
Flag!"TotalTestPassed" flagTotalTestPassed;
int docCount;
int analyzeCount;
ErrorMsg[] testErrorLog;
}

Meta