File: test_coverage.txt

package info (click to toggle)
golang-github-davecgh-go-spew 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental, sid
  • size: 312 kB
  • sloc: sh: 11; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 4,414 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

github.com/davecgh/go-spew/spew/dump.go		 dumpState.dump			 100.00% (88/88)
github.com/davecgh/go-spew/spew/format.go	 formatState.format		 100.00% (82/82)
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/dump.go		 dumpState.dumpSlice		 100.00% (39/39)
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	 unsafeReflectValue		 100.00% (13/13)
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	 init				 100.00% (10/10)
github.com/davecgh/go-spew/spew/common.go	 printComplex			 100.00% (9/9)
github.com/davecgh/go-spew/spew/common.go	 valuesSorter.Less		 100.00% (8/8)
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/dump.go		 dumpState.indent		 100.00% (4/4)
github.com/davecgh/go-spew/spew/common.go	 catchPanic			 100.00% (4/4)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.convertArgs	 100.00% (4/4)
github.com/davecgh/go-spew/spew/spew.go		 convertArgs			 100.00% (4/4)
github.com/davecgh/go-spew/spew/format.go	 newFormatter			 100.00% (3/3)
github.com/davecgh/go-spew/spew/dump.go		 Sdump				 100.00% (3/3)
github.com/davecgh/go-spew/spew/common.go	 printBool			 100.00% (3/3)
github.com/davecgh/go-spew/spew/common.go	 sortValues			 100.00% (3/3)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Sdump		 100.00% (3/3)
github.com/davecgh/go-spew/spew/dump.go		 dumpState.unpackValue		 100.00% (3/3)
github.com/davecgh/go-spew/spew/spew.go		 Printf				 100.00% (1/1)
github.com/davecgh/go-spew/spew/spew.go		 Println			 100.00% (1/1)
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/spew.go		 Sprintln			 100.00% (1/1)
github.com/davecgh/go-spew/spew/common.go	 printFloat			 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 NewDefaultConfig		 100.00% (1/1)
github.com/davecgh/go-spew/spew/common.go	 printInt			 100.00% (1/1)
github.com/davecgh/go-spew/spew/common.go	 printUint			 100.00% (1/1)
github.com/davecgh/go-spew/spew/common.go	 valuesSorter.Len		 100.00% (1/1)
github.com/davecgh/go-spew/spew/common.go	 valuesSorter.Swap		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Errorf		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Fprint		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Fprintf		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Fprintln		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Print		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Printf		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Println		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Sprint		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Sprintf		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Sprintln		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.NewFormatter	 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Fdump		 100.00% (1/1)
github.com/davecgh/go-spew/spew/config.go	 ConfigState.Dump		 100.00% (1/1)
github.com/davecgh/go-spew/spew/dump.go		 Fdump				 100.00% (1/1)
github.com/davecgh/go-spew/spew/dump.go		 Dump				 100.00% (1/1)
github.com/davecgh/go-spew/spew/spew.go		 Fprintln			 100.00% (1/1)
github.com/davecgh/go-spew/spew/format.go	 NewFormatter			 100.00% (1/1)
github.com/davecgh/go-spew/spew/spew.go		 Errorf				 100.00% (1/1)
github.com/davecgh/go-spew/spew/spew.go		 Fprint				 100.00% (1/1)
github.com/davecgh/go-spew/spew/spew.go		 Fprintf			 100.00% (1/1)
github.com/davecgh/go-spew/spew/spew.go		 Print				 100.00% (1/1)
github.com/davecgh/go-spew/spew			 ------------------------------- 100.00% (505/505)