DebugClients/Python/coverage/summary.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 32
01f04fbc1842
child 3495
fac17a82b431
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
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