Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions blog/fb2-fall2026/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ Coverage is not a substitute for a correct specification or a strong oracle, but

The core idea is straightforward: if code is not executed, it cannot be validated. Coverage gives software engineers a practical way to discover where testing is weak and where unknown bugs may still be hiding.

We created a simple coverage tool in Python called CoverLab that can be found at: https://github.com/pathakanshu/coverlab

:::

<!-- Include the license statement for the online book -->
Expand Down
Loading