Category
Fundamentals
2 articles in Fundamentals.
9 min read
Reading a Coverage Report — What Branch and Edge Coverage Actually Mean
How to read an LCOV / afl-cov / source-based coverage report. Line vs branch vs edge, hot paths, dead code, and what counts as actionable signal.
8 min read
What Is Fuzz Testing? A Developer's Guide to Finding Hidden Bugs
Fuzz testing generates millions of random inputs to find crashes and security bugs your unit tests miss. Here's how it works and when to use it.