An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.1% on proxy.golang.org
Top 2.2% dependent packages on proxy.golang.org
Top 0.6% dependent repos on proxy.golang.org
Top 0.5% docker downloads on proxy.golang.org

proxy.golang.org : golang.org/x/tools/cmd/cover

Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'. Deprecated: For Go releases 1.5 and later, this tool lives in the standard repository. The code here is not maintained. Cover is also used by 'go test -cover' to rewrite the source code with annotations to track which parts of each function are executed. It operates on one Go source file at a time, computing approximate basic block information by studying the source. It is thus more portable than binary-rewriting coverage tools, but also a little less capable. For instance, it does not probe inside && and || expressions, and can be mildly confused by single statements with multiple function literals. For usage information, please see:

Registry - Homepage - Documentation - JSON - codemeta.json
purl: pkg:golang/golang.org/x/tools/cmd/cover
License: BSD-3-Clause
Latest release: almost 3 years ago
First release: almost 3 years ago
Namespace: golang.org/x/tools/cmd
Dependent packages: 49
Dependent repositories: 120
Docker dependents: 4
Docker downloads: 5,307,427
Last synced: about 3 hours ago

    Loading...
    Readme
    Loading...