One common method of measuring code coverage is _______ coverage.
- Decision
- Line
- Path
- Statement
One common method of measuring code coverage is decision coverage. Decision coverage ensures that every decision point in the code is executed at least once during testing, offering a higher level of assurance.
Loading...
Related Quiz
- What is the significance of the b.N variable in Go benchmark functions?
- Which NoSQL database is known for its speed, simplicity, and scalability, often used for caching and session management?
- What keyword is used to start a switch statement in Go?
- What is the purpose of access control lists (ACLs) in authorization mechanisms?
- What is the difference between map and sync.Map in Go?