Skip to content

refactor(parser): extracted reused regexes into separate module with …

Codecov / codecov/patch succeeded Mar 8, 2024 in 0s

86.74% of diff hit (target 77.27%)

View this Pull Request on Codecov

86.74% of diff hit (target 77.27%)

Annotations

Check warning on line 80 in src/expressions/traits.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expressions/traits.rs#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 82 in src/expressions/traits.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expressions/traits.rs#L82

Added line #L82 was not covered by tests

Check warning on line 99 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L96-L99

Added lines #L96 - L99 were not covered by tests

Check warning on line 101 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L101

Added line #L101 was not covered by tests

Check warning on line 129 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L129

Added line #L129 was not covered by tests

Check warning on line 141 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L141

Added line #L141 was not covered by tests

Check warning on line 158 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L155-L158

Added lines #L155 - L158 were not covered by tests

Check warning on line 165 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L162-L165

Added lines #L162 - L165 were not covered by tests

Check warning on line 170 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 185 in src/parser/structs/intermediate_token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser/structs/intermediate_token.rs#L185

Added line #L185 was not covered by tests

Check warning on line 8 in src/traits/parser.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/traits/parser.rs#L8

Added line #L8 was not covered by tests

Check warning on line 12 in src/traits/parser.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/traits/parser.rs#L12

Added line #L12 was not covered by tests