Skip to content

Commit

Permalink
Убрал Перем из строк к покрытию
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnoviy committed Jun 23, 2021
1 parent c2319e5 commit a1b234f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/clouds42/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ private static boolean mustCovered(ParseTree node) {
|| parseTree instanceof BSLParser.CompoundStatementContext
&& Trees.getChildren(parseTree).stream().anyMatch(
parseTree1 -> parseTree1 instanceof BSLParser.TryStatementContext)))
|| node instanceof BSLParser.GlobalMethodCallContext
|| node instanceof BSLParser.Var_nameContext;
|| node instanceof BSLParser.GlobalMethodCallContext;
}

public static Map<String, URI> readMetadata(MetadataOptions metadataOptions,
Expand Down

0 comments on commit a1b234f

Please sign in to comment.