Stop analyzing function body.
(self)
| 859 | self.current_function, self.lines_in_function, trigger)) |
| 860 | |
| 861 | def End(self): |
| 862 | """Stop analyzing function body.""" |
| 863 | self.in_a_function = False |
| 864 | |
| 865 | |
| 866 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected