--- a/DataViews/PyCoverageDialog.py Sat Oct 19 11:14:51 2013 +0200 +++ b/DataViews/PyCoverageDialog.py Sat Oct 19 11:49:31 2013 +0200 @@ -195,7 +195,7 @@ try: statements, excluded, missing, readable = \ cover.analysis2(file)[1:] - readableEx = (excluded and self.__format_lines(excluded) + readableEx = (excluded and self.__format_lines(excluded) or '') n = len(statements) m = n - len(missing)