3506:d85fadb263a0 | 3515:1b8381afe38f |
---|---|
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 |