()
| 23 | |
| 24 | // Set the global variables state to prepare the stepping test. |
| 25 | function prepare_step_test() { |
| 26 | done = false; |
| 27 | step_count = 0; |
| 28 | } |
| 29 | |
| 30 | // Test function to step through. |
| 31 | function f() { |
no outgoing calls
no test coverage detected
searching dependent graphs…