Просмотр исходного кода

Update test coverage report for ContinueOnMethod.

This commit updates the test coverage report to include the latest tests
for the new ContinueOnMethod option.
Dave Collins 12 лет назад
Родитель
Сommit
f92eb047c3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test_coverage.txt

+ 1 - 1
test_coverage.txt

@@ -3,8 +3,8 @@ github.com/davecgh/go-spew/spew/dump.go		 dumpState.dump			 100.00% (85/85)
 github.com/davecgh/go-spew/spew/format.go	 formatState.format		 100.00% (74/74)
 github.com/davecgh/go-spew/spew/format.go	 formatState.formatPtr		 100.00% (52/52)
 github.com/davecgh/go-spew/spew/dump.go		 dumpState.dumpPtr		 100.00% (44/44)
+github.com/davecgh/go-spew/spew/common.go	 handleMethods			 100.00% (30/30)
 github.com/davecgh/go-spew/spew/common.go	 printHexPtr			 100.00% (18/18)
-github.com/davecgh/go-spew/spew/common.go	 handleMethods			 100.00% (18/18)
 github.com/davecgh/go-spew/spew/format.go	 formatState.constructOrigFormat 100.00% (12/12)
 github.com/davecgh/go-spew/spew/common.go	 unsafeReflectValue		 100.00% (12/12)
 github.com/davecgh/go-spew/spew/format.go	 formatState.Format		 100.00% (11/11)