[DEBUG] correct the no line to execute

This commit is contained in:
Edouard DUPIN 2016-02-23 21:49:03 +01:00
parent 236f19bf36
commit 4beda0dd23

View File

@ -315,7 +315,8 @@ class Module:
debug.verbose(" REMOVE: '" + str(elem[6:len(self.origin_path)+1]) + "' not in " + str(gcov_path_file))
continue
continue
if elem[:7] == "Aucune ":
if elem[:7] == "Aucune " \
or elem[:19] == "No executable lines":
debug.verbose(" Nothing to execute");
continue
start_with = ["Lines executed:", "Lignes exécutées:"]