github.com/google/licensecheck.Coverage.Percent (field)
4 uses
github.com/google/licensecheck (current package)
license.go#L91: Percent float64
scan.go#L211: c.Percent = 100.0 * float64(total) / float64(len(words))
golang.org/x/pkgsite/internal/licenses
licenses.go#L505: if cov.Percent < float64(coverageThreshold) {
golang.org/x/pkgsite/internal/postgres
insert_module.go#L268: if l.Coverage.Percent == 0 && l.Coverage.Match == nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |