--- a/eric7/DebugClients/Python/coverage/results.py Mon May 02 15:53:05 2022 +0200 +++ b/eric7/DebugClients/Python/coverage/results.py Wed Jun 01 13:48:49 2022 +0200 @@ -271,10 +271,10 @@ nums.n_branches = self.n_branches + other.n_branches nums.n_partial_branches = ( self.n_partial_branches + other.n_partial_branches - ) + ) nums.n_missing_branches = ( self.n_missing_branches + other.n_missing_branches - ) + ) return nums def __radd__(self, other):