Newly tracked file
source/mir/format.d
changed.
Showing 1 of 1 files from the diff.
@@ -59,8 +59,8 @@
Loading
59 | 59 | } |
|
60 | 60 | ||
61 | 61 | /// Concatenated string results |
|
62 | - | string text(string separator = "", A...)(auto ref const(Args) args) |
|
63 | - | if (Args.length > 0) |
|
62 | + | string text(string separator = "", Args...)(auto ref const(Args) args) |
|
63 | + | if (Args.length > 0) |
|
64 | 64 | { |
|
65 | 65 | static if (Args.length == 1) |
|
66 | 66 | { |
Files | Coverage |
---|---|
source/mir | 92.65% |
Project Totals (62 files) | 92.65% |
1252239076
1252239096
1252239096
1252239076
1252239076
1252239096
1252239096
1252239076
1252239096
1252239076
1252239076
1252239096
1252239076
1252239076
1252239096
1252239096
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.