diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-12-23 20:02:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 20:02:54 -0500 |
commit | 7ebbda7fd71495b6f4e9bf87d385d19c44102c62 (patch) | |
tree | e3279b7456e47511f41c95a1972391f0607b6450 /cli/tests/testdata/coverage/branch_expected.lcov | |
parent | 37dbe5249c9b5c447da5577b5c787d7006a4c80f (diff) |
fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190)
Diffstat (limited to 'cli/tests/testdata/coverage/branch_expected.lcov')
-rw-r--r-- | cli/tests/testdata/coverage/branch_expected.lcov | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/cli/tests/testdata/coverage/branch_expected.lcov b/cli/tests/testdata/coverage/branch_expected.lcov new file mode 100644 index 000000000..31da70224 --- /dev/null +++ b/cli/tests/testdata/coverage/branch_expected.lcov @@ -0,0 +1,27 @@ +SF:[WILDCARD]branch.ts +FN:1,branch +FN:9,unused +FNDA:1,branch +FNDA:0,unused +FNF:2 +FNH:1 +BRDA:4,1,0,0 +BRF:1 +BRH:0 +DA:1,1 +DA:2,2 +DA:3,2 +DA:4,2 +DA:5,0 +DA:6,0 +DA:7,2 +DA:9,0 +DA:10,0 +DA:11,0 +DA:12,0 +DA:13,0 +DA:14,0 +DA:15,0 +LH:5 +LF:14 +end_of_record |