paint-brush
Code Coverage: How to Measure You've Done Enough Testingby@tanakamutakwa
643 reads
643 reads

Code Coverage: How to Measure You've Done Enough Testing

by Tanaka Mutakwa4mNovember 15th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A program with high code coverage, measured as a percentage, has more of its source code executed when you run its test suite, suggesting it has a lower chance of containing undetected software bugs than a program with low code coverage. Code coverage tools will use one or more criteria to determine how your code was exercised or not during the execution of your test suite. These metrics are usually represented as a coverage percentage - the number of items actually tested divided by the total items found in your source code (items tested / items found)

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Code Coverage: How to Measure You've Done Enough Testing
Tanaka Mutakwa HackerNoon profile picture
Tanaka Mutakwa

Tanaka Mutakwa

@tanakamutakwa

I'm a technology leader who is driven to help software engineers have fulfilling careers.

Learn More
LEARN MORE ABOUT @TANAKAMUTAKWA'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Tanaka Mutakwa HackerNoon profile picture
Tanaka Mutakwa@tanakamutakwa
I'm a technology leader who is driven to help software engineers have fulfilling careers.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here