Stop analyzing function body.
(self)
| 1553 | self.current_function, self.lines_in_function, trigger)) |
| 1554 | |
| 1555 | def End(self): |
| 1556 | """Stop analyzing function body.""" |
| 1557 | self.in_a_function = False |
| 1558 | |
| 1559 | |
| 1560 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected