...

Text file src/cmd/cover/testdata/html/html.golden

Documentation: cmd/cover/testdata/html

     1// START f
     2func f() <span class="cov8" title="1">{
     3	ch := make(chan int)
     4	select </span>{
     5	case &lt;-ch:<span class="cov0" title="0"></span>
     6	default:<span class="cov8" title="1"></span>
     7	}
     8}
     9
    10// END f
    11// START g
    12func g() <span class="cov8" title="1">{
    13	if false </span><span class="cov0" title="0">{
    14		fmt.Printf("Hello")
    15	}</span>
    16}
    17
    18// END g

View as plain text