--- a/eric6/DebugClients/Python/coverage/parser.py Sun Jul 05 11:11:24 2020 +0200 +++ b/eric6/DebugClients/Python/coverage/parser.py Sun Oct 18 12:35:30 2020 +0200 @@ -610,6 +610,7 @@ return node.lineno _line__FunctionDef = _line_decorated + _line__AsyncFunctionDef = _line_decorated def _line__List(self, node): if node.elts: