Stop analyzing function body.
(self)
| 1059 | self.current_function, self.lines_in_function, trigger)) |
| 1060 | |
| 1061 | def End(self): |
| 1062 | """Stop analyzing function body.""" |
| 1063 | self.in_a_function = False |
| 1064 | |
| 1065 | |
| 1066 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected