(self)
| 678 | _TEST_TRIGGER = 400 # about 50% more than _NORMAL_TRIGGER. |
| 679 | |
| 680 | def __init__(self): |
| 681 | self.in_a_function = False |
| 682 | self.lines_in_function = 0 |
| 683 | self.current_function = '' |
| 684 | |
| 685 | def Begin(self, function_name): |
| 686 | """Start analyzing function body. |
nothing calls this directly
no outgoing calls
no test coverage detected