Skip to content

Commit 4211211

Browse files
committed
test: ignore two lines for coverage
1 parent 82e97bc commit 4211211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/language/scoping/safe-ds-scope-computation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ export class SafeDsScopeComputation extends DefaultScopeComputation {
7474
): void {
7575
const containingDeclaration = getContainerOfType(node, isSdsTypeParameterList)?.$container;
7676
if (!containingDeclaration) {
77+
/* c8 ignore next */
7778
return;
7879
}
7980

8081
const name = this.nameProvider.getName(node);
8182
if (!name) {
83+
/* c8 ignore next */
8284
return;
8385
}
8486

0 commit comments

Comments
 (0)