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