diff options
| author | Dave Collins <[email protected]> | 2013-03-27 22:46:40 -0500 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-03-27 22:50:11 -0500 |
| commit | dab6603c081108e15997eedd5def1a9344e63469 (patch) | |
| tree | 0624d5a6e8d6914a531e4ef719a5c04017baf2f0 | |
| parent | 3bcb0679afb9eb38768baf9e19de234d8480f6aa (diff) | |
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.
| -rw-r--r-- | test_coverage.txt | 10 |
1 files 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) |
