summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/branch_expected.out
blob: 2ff5e911e89fed4d0c8fbac0405fb9c4f61c9a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
cover [WILDCARD]/coverage/branch.ts ... 35.714% (5/14)
   5 |     return false;
   6 |   }
-----|-----
   9 | export function unused(condition: boolean): boolean {
  10 |   if (condition) {
  11 |     return false;
  12 |   } else {
  13 |     return true;
  14 |   }
  15 | }