lib/print.js
changed.
Showing 1 of 1 files from the diff.
@@ -50,7 +50,7 @@
Loading
50 | 50 | decision = true; |
|
51 | 51 | if ( arguments.length > 0 ) { |
|
52 | 52 | if ( !isObject( opts ) ) { |
|
53 | - | throw new TypeError( format( 'invalid argument. First argument must be an options object. Value: `%s`.', opts ) ); |
|
53 | + | throw new TypeError( format( 'invalid argument. First argument must be an object. Value: `%s`.', opts ) ); |
|
54 | 54 | } |
|
55 | 55 | if ( hasOwnProp( opts, 'digits' ) ) { |
|
56 | 56 | if ( !isPositiveInteger( opts.digits ) ) { |
Files | Coverage |
---|---|
lib | 100.00% |
Project Totals (4 files) | 100.00% |
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.