Stop analyzing function body.
(self)
| 723 | self.current_function, self.lines_in_function, trigger)) |
| 724 | |
| 725 | def End(self): |
| 726 | """Stop analyzing function body.""" |
| 727 | self.in_a_function = False |
| 728 | |
| 729 | |
| 730 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected