New posts in code-coverage

Emma coverage on Enum types

Dead code detection in PHP [closed]

Excluding abstractproperties from coverage reports

Is mutation testing useful in practice?

Dozens of "profiling:invalid arc tag" when running code coverage in Xcode 5

coverage.py: exclude files

How would I add an annotation to exclude a method from a jacoco code coverage report?

Why gcc 4.1 + gcov reports 100% branch coverage and newer (4.4, 4.6, 4.8) reports 50% for "p = new class;" line?

Unit testing code coverage - do you have 100% coverage?

Reaching 100% Code Coverage with PHPUnit

Code Coverage Tools for Scala [closed]

LCOV/GCOV branch coverage with C++ producing branches all over the place

Code Coverage tools for PHP [closed]

What is the branch in the destructor reported by gcov?

How to ignore lines for code coverage in Jest

Eclipse plugin for code coverage [closed]

How do I tell gcov to ignore un-hittable lines of C++ code?

How do I exclude types and methods from being covered by dotCover in TeamCity?

Android test code coverage with JaCoCo Gradle plugin

How do code coverage tools work?