Discover Packages
github.com/k1LoW/tbls
coverage
package
Version:
v1.65.3
Opens a new window with list of versions in this module.
Published: Apr 14, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Coverage struct {
Name string `json:"name"`
Coverage float64 `json:"coverage"`
Tables []*TableCoverage `json:"tables"`
Covered int `json:"-"`
Total int `json:"-"`
}
type TableCoverage struct {
Name string `json:"name"`
Coverage float64 `json:"coverage"`
Covered int `json:"-"`
Total int `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.