From f92eb047c3b8c66afd229a106e185f8481ee1b42 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 3 Mar 2013 13:24:19 -0600 Subject: [PATCH] Update test coverage report for ContinueOnMethod. This commit updates the test coverage report to include the latest tests for the new ContinueOnMethod option. --- test_coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_coverage.txt b/test_coverage.txt index 9acca2e..f192989 100644 --- a/test_coverage.txt +++ b/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)