lab005

package
v0.0.0-...-f10d331 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 0 Imported by: 0

README

查看代码覆盖率

命令

生成测试数据

go test -covermode=count -coverprofile=cover.out

查看数据

go tool cover -func=./cover.out

go tool cover -html=./cover.out

covermode含义

  • set: 每个语句是否执行?
  • count: 每个语句执行了几次?
  • atomic: 类似于 count, 但表示的是并行程序中的精确计数

参考资料

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Size

func Size(a int) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL