2024-10-31 10:20:26 -04:00
|
|
|
cover [WILDCARD]/coverage/complex.ts ... 60.000% (21/35)
|
|
|
|
55 | export function unused(
|
|
|
|
56 | foo: string,
|
|
|
|
57 | bar: string,
|
|
|
|
58 | baz: string,
|
2023-06-05 19:03:39 -04:00
|
|
|
-----|-----
|
2024-10-31 10:20:26 -04:00
|
|
|
61 | return complex(
|
|
|
|
62 | foo,
|
|
|
|
63 | bar,
|
|
|
|
64 | baz,
|
2022-10-25 11:55:57 -04:00
|
|
|
-----|-----
|
2024-10-31 10:20:26 -04:00
|
|
|
66 | }
|
2021-02-24 09:27:51 -05:00
|
|
|
-----|-----
|
2024-10-31 10:20:26 -04:00
|
|
|
74 | export function ƒ(): number {
|
2022-10-25 11:55:57 -04:00
|
|
|
-----|-----
|
2024-10-31 10:20:26 -04:00
|
|
|
78 | return (
|
|
|
|
79 | 0
|
2021-03-08 05:51:01 -05:00
|
|
|
-----|-----
|
2024-10-31 10:20:26 -04:00
|
|
|
81 | }
|
|
|
|
-----|-----
|
|
|
|
84 | console.log("%s", () => 1);
|