eric6/DataViews/PyCoverageDialog.py

changeset 8217
385f60c94548
parent 8207
d359172d11be
child 8218
7c09585bd960
--- a/eric6/DataViews/PyCoverageDialog.py	Sat Apr 10 17:54:58 2021 +0200
+++ b/eric6/DataViews/PyCoverageDialog.py	Sat Apr 10 18:31:17 2021 +0200
@@ -211,8 +211,8 @@
                     self.__createResultItem(
                         file, str(n), str(m), pc, readableEx, readable)
                     
-                    total_statements = total_statements + n
-                    total_executed = total_executed + m
+                    total_statements += n
+                    total_executed += m
                 except CoverageException:
                     total_exceptions += 1
                 

eric ide

mercurial