model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Restrict coverage to source files under the source root. #13

Closed markrtuttle closed 4 years ago

markrtuttle commented 4 years ago

The MacOS header file _ctype.h contains inlined function definitions, and cbmc coverage data can include coverage data for these functions. Since we don't generally care about coverage of system code, and since we don't generally have easy access to source code for system calls, we omit this code from the coverage calculations.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.