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