Stop analyzing function body.
(self)
| 1085 | self.current_function, self.lines_in_function, trigger)) |
| 1086 | |
| 1087 | def End(self): |
| 1088 | """Stop analyzing function body.""" |
| 1089 | self.in_a_function = False |
| 1090 | |
| 1091 | |
| 1092 | class _IncludeError(Exception): |
no outgoing calls
no test coverage detected