diff -r fb9351497cea -r 0e511e0e94a3 eric7/DebugClients/Python/coverage/results.py --- a/eric7/DebugClients/Python/coverage/results.py Tue May 24 10:22:46 2022 +0200 +++ b/eric7/DebugClients/Python/coverage/results.py Tue May 24 11:00:52 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):