@@ -9,7 +9,7 @@ describe('test coverage', ()=> {
99it('has coverage summary', ()=> {
1010assert(badge.includes('79%'));
1111assert.includes(doc, '[data-ice="coverageBadge"]', './badge.svg', 'src');
12-assert.includes(doc, '[data-ice="totalCoverageCount"]', '266/333');
12+assert.includes(doc, '[data-ice="totalCoverageCount"]', '267/335');
1313assert.equal(doc.find('[data-ice="file"] [data-ice="coverage"]').length, 117);
1414});
1515@@ -82,7 +82,7 @@ describe('test coverage', ()=> {
8282test('file/src/External/Definition.js.html', '-');
8383test('file/src/Generator/Function.js.html', '100 %1/1');
8484test('file/src/Generator/Method.js.html', '100 %2/2');
85-test('file/src/Guess/Param.js.html#errorLines=11,13,15,17,19,5,7,9', '11 %1/9');
85+test('file/src/Guess/Param.js.html#errorLines=11,13,15,17,19,21,5,7,9', '10 %1/10');
8686test('file/src/Guess/Property.js.html#errorLines=10,12,5,6,8', '16 %1/6');
8787test('file/src/Guess/Return.js.html#errorLines=13,17,5,9', '20 %1/5');
8888test('file/src/Guess/Variable.js.html#errorLines=1,3,5,7', '0 %0/4');
@@ -128,7 +128,7 @@ describe('test coverage', ()=> {
128128test('file/src/Type/Object.js.html', '100 %2/2');
129129test('file/src/Type/Optional.js.html', '100 %2/2');
130130test('file/src/Type/Record.js.html', '100 %2/2');
131-test('file/src/Type/Spread.js.html', '100 %2/2');
131+test('file/src/Type/Spread.js.html', '100 %3/3');
132132test('file/src/Type/Typedef.js.html', '100 %2/2');
133133test('file/src/Type/Union.js.html', '100 %2/2');
134134test('file/src/Typedef/Definition.js.html', '-');