blob: eaf33cf61ad037395b359d1e63a38b1755c9fe1d (
plain)
1
2
3
4
5
6
7
8
9
|
REQUIRES: x86-registered-target
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
CHECK: all-edges: 9
CHECK: cov-edges: 5
CHECK: all-functions: 3
CHECK: cov-functions: 2
|