Stop analyzing function body.
(self)
| 1538 | self.current_function, self.lines_in_function, trigger)) |
| 1539 | |
| 1540 | def End(self): |
| 1541 | """Stop analyzing function body.""" |
| 1542 | self.in_a_function = False |
| 1543 | |
| 1544 | |
| 1545 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected