diff options
Diffstat (limited to 'executor/executor.cc')
| -rw-r--r-- | executor/executor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor.cc b/executor/executor.cc index 935a90be6..3c00fd6a2 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -1448,7 +1448,7 @@ bool kcov_comparison_t::ignore() const return true; #endif } - return false; + return !coverage_filter(pc); } bool kcov_comparison_t::operator==(const struct kcov_comparison_t& other) const |
