In addition to line coverage, _______ coverage is another important metric to consider.
- Branch
- Condition
- Path
- Statement
Branch
Loading...
Related Quiz
- What steps would you take to troubleshoot a build failure in a Go project using the Go toolchain?
- Which SQL database access package is commonly used in Go?
- In Go unit testing, which function from the 'testing' package is used to report test failures?
- How do you declare and initialize a slice in Go?
- The _______ method in the database/sql package is used to close a database connection.