Skip to content

fix: it is not strong one ref now

Codecov / codecov/patch failed Nov 14, 2023 in 1s

2.22% of diff hit (target 29.64%)

View this Pull Request on Codecov

2.22% of diff hit (target 29.64%)

Annotations

Check warning on line 3 in crates/psl/src/ast/declarations.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/declarations.rs#L3

Added line #L3 was not covered by tests

Check warning on line 3 in crates/psl/src/ast/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/expressions.rs#L3

Added line #L3 was not covered by tests

Check warning on line 11 in crates/psl/src/ast/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/expressions.rs#L11

Added line #L11 was not covered by tests

Check warning on line 16 in crates/psl/src/ast/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/expressions.rs#L16

Added line #L16 was not covered by tests

Check warning on line 21 in crates/psl/src/ast/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/expressions.rs#L21

Added line #L21 was not covered by tests

Check warning on line 28 in crates/psl/src/ast/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/expressions.rs#L28

Added line #L28 was not covered by tests

Check warning on line 35 in crates/psl/src/ast/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/expressions.rs#L35

Added line #L35 was not covered by tests

Check warning on line 3 in crates/psl/src/ast/items.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/items.rs#L3

Added line #L3 was not covered by tests

Check warning on line 3 in crates/psl/src/ast/program.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/program.rs#L3

Added line #L3 was not covered by tests

Check warning on line 3 in crates/psl/src/ast/statements.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/statements.rs#L3

Added line #L3 was not covered by tests

Check warning on line 10 in crates/psl/src/ast/statements.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/ast/statements.rs#L10

Added line #L10 was not covered by tests

Check warning on line 22 in crates/psl/src/codegen/construct/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/scope.rs#L16-L22

Added lines #L16 - L22 were not covered by tests

Check warning on line 31 in crates/psl/src/codegen/construct/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/scope.rs#L24-L31

Added lines #L24 - L31 were not covered by tests

Check warning on line 35 in crates/psl/src/codegen/construct/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/scope.rs#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 46 in crates/psl/src/codegen/construct/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/scope.rs#L37-L46

Added lines #L37 - L46 were not covered by tests

Check warning on line 14 in crates/psl/src/codegen/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/context.rs#L14

Added line #L14 was not covered by tests

Check warning on line 16 in crates/psl/src/codegen/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/context.rs#L16

Added line #L16 was not covered by tests

Check warning on line 23 in crates/psl/src/codegen/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/context.rs#L20-L23

Added lines #L20 - L23 were not covered by tests

Check warning on line 25 in crates/psl/src/codegen/impls/declarations/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/declarations/mod.rs#L21-L25

Added lines #L21 - L25 were not covered by tests

Check warning on line 36 in crates/psl/src/codegen/impls/declarations/variable_declaration.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/declarations/variable_declaration.rs#L32-L36

Added lines #L32 - L36 were not covered by tests

Check warning on line 52 in crates/psl/src/codegen/impls/expressions/binary_operator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/binary_operator.rs#L49-L52

Added lines #L49 - L52 were not covered by tests

Check warning on line 32 in crates/psl/src/codegen/impls/expressions/if.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/if.rs#L28-L32

Added lines #L28 - L32 were not covered by tests

Check warning on line 38 in crates/psl/src/codegen/impls/expressions/if.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/if.rs#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 33 in crates/psl/src/codegen/impls/expressions/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/mod.rs#L28-L33

Added lines #L28 - L33 were not covered by tests

Check warning on line 35 in crates/psl/src/codegen/impls/expressions/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/mod.rs#L35

Added line #L35 was not covered by tests