(fsm, options)
| 110 | //------------------------------------------------------------------------------------------------- |
| 111 | |
| 112 | function visualize(fsm, options) { |
| 113 | return dotify(dotcfg(fsm, options)); |
| 114 | } |
| 115 | |
| 116 | //------------------------------------------------------------------------------------------------- |
| 117 |
no test coverage detected