DebugClients/Python/coverage/summary.py

changeset 790
2c0ea0163ef4
parent 32
01f04fbc1842
child 3495
fac17a82b431
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
72 args += (total.n_branches, total.n_executed_branches) 72 args += (total.n_branches, total.n_executed_branches)
73 args += (total.pc_covered,) 73 args += (total.pc_covered,)
74 if self.show_missing: 74 if self.show_missing:
75 args += ("",) 75 args += ("",)
76 outfile.write(fmt_coverage % args) 76 outfile.write(fmt_coverage % args)
77
78 #
79 # eflag: FileType = Python2

eric ide

mercurial