Stop analyzing function body.
(self)
| 1090 | self.current_function, self.lines_in_function, trigger)) |
| 1091 | |
| 1092 | def End(self): |
| 1093 | """Stop analyzing function body.""" |
| 1094 | self.in_a_function = False |
| 1095 | |
| 1096 | |
| 1097 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected