3498:60f663154789 | 3499:f2d4b02c7e88 |
---|---|
82 if self.config.show_missing: | 82 if self.config.show_missing: |
83 args += ("",) | 83 args += ("",) |
84 outfile.write(fmt_coverage % args) | 84 outfile.write(fmt_coverage % args) |
85 | 85 |
86 return total.pc_covered | 86 return total.pc_covered |
87 | |
88 # | |
89 # eflag: FileType = Python2 |