From dab6603c081108e15997eedd5def1a9344e63469 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 27 Mar 2013 22:46:40 -0500 Subject: [PATCH] Update test coverage for packed nil iface fix. This commit updates the test coverage report in include the latest tests for the packed nil interface issue reported in issue #12. --- test_coverage.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_coverage.txt b/test_coverage.txt index 941b78f..ad09735 100644 --- a/test_coverage.txt +++ b/test_coverage.txt @@ -1,20 +1,20 @@ -github.com/davecgh/go-spew/spew/dump.go dumpState.dump 100.00% (80/80) -github.com/davecgh/go-spew/spew/format.go formatState.format 100.00% (74/74) +github.com/davecgh/go-spew/spew/dump.go dumpState.dump 100.00% (82/82) +github.com/davecgh/go-spew/spew/format.go formatState.format 100.00% (76/76) 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/dump.go dumpState.dumpSlice 100.00% (19/19) github.com/davecgh/go-spew/spew/common.go printHexPtr 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) +github.com/davecgh/go-spew/spew/format.go formatState.constructOrigFormat 100.00% (12/12) github.com/davecgh/go-spew/spew/dump.go fdump 100.00% (11/11) +github.com/davecgh/go-spew/spew/format.go formatState.Format 100.00% (11/11) github.com/davecgh/go-spew/spew/common.go printComplex 100.00% (9/9) github.com/davecgh/go-spew/spew/format.go formatState.buildDefaultFormat 100.00% (7/7) +github.com/davecgh/go-spew/spew/format.go formatState.unpackValue 100.00% (5/5) github.com/davecgh/go-spew/spew/spew.go convertArgs 100.00% (4/4) github.com/davecgh/go-spew/spew/common.go catchPanic 100.00% (4/4) -github.com/davecgh/go-spew/spew/format.go formatState.unpackValue 100.00% (4/4) github.com/davecgh/go-spew/spew/config.go ConfigState.convertArgs 100.00% (4/4) github.com/davecgh/go-spew/spew/dump.go dumpState.indent 100.00% (4/4) github.com/davecgh/go-spew/spew/format.go newFormatter 100.00% (3/3)