diff options
| author | Dave Collins <[email protected]> | 2013-03-03 13:24:19 -0600 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-03-03 13:24:19 -0600 |
| commit | f92eb047c3b8c66afd229a106e185f8481ee1b42 (patch) | |
| tree | fde1d7e170d8501454f8dc3c577fcb53adee3f01 | |
| parent | 5cc287d265446302463c4d24fc1b38066413be89 (diff) | |
Update test coverage report for ContinueOnMethod.
This commit updates the test coverage report to include the latest tests
for the new ContinueOnMethod option.
| -rw-r--r-- | test_coverage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
