Showing 1 of 2 files from the diff.
@@ -2,7 +2,7 @@
Loading
2 | 2 | const space = 32 /* ` ` */ |
|
3 | 3 | ||
4 | 4 | /** |
|
5 | - | * Remove initial and final spaces and tabs at the line breaks in `value`. |
|
5 | + | * Remove initial and final spaces and tabs around line endings in `value`. |
|
6 | 6 | * Does not trim initial and final spaces and tabs of the value itself. |
|
7 | 7 | * |
|
8 | 8 | * @param {string} value |
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
3532275681
3532275681
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.