diff options
| author | Dave Collins <[email protected]> | 2013-09-09 20:45:52 -0500 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-09-09 20:45:52 -0500 |
| commit | 800a0dd978246c50c6512808d819afd34b2feccf (patch) | |
| tree | 3978c4c78bc2cb99f3fe4b18daa9e944c075ddbb | |
| parent | 8f603f64f931c41a1b91b27f6a595fc542557579 (diff) | |
Update test coverage for nil slice change.
This commit updates the test coverage report in include the latest
tests for the nil slice change.
| -rw-r--r-- | test_coverage.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test_coverage.txt b/test_coverage.txt index ad09735..33e3587 100644 --- a/test_coverage.txt +++ b/test_coverage.txt @@ -1,6 +1,6 @@ -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/dump.go dumpState.dump 100.00% (86/86) +github.com/davecgh/go-spew/spew/format.go formatState.format 100.00% (80/80) 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) @@ -52,4 +52,5 @@ github.com/davecgh/go-spew/spew/spew.go Sprint 100.00% (1/1) github.com/davecgh/go-spew/spew/spew.go Sprintf 100.00% (1/1) github.com/davecgh/go-spew/spew/config.go ConfigState.Dump 100.00% (1/1) github.com/davecgh/go-spew/spew/spew.go Sprintln 100.00% (1/1) +github.com/davecgh/go-spew/spew ------------------------------- 100.00% (457/457) |
