Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truth tables #19

Merged
merged 35 commits into from
Apr 22, 2024

feat(tests): added tests to increase display_formatted coverage

3a428d8
Select commit
Loading
Failed to load commit list.
Merged

Truth tables #19

feat(tests): added tests to increase display_formatted coverage
3a428d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 22, 2024 in 1s

74.19% of diff hit (target 68.85%)

View this Pull Request on Codecov

74.19% of diff hit (target 68.85%)

Annotations

Check warning on line 25 in src/bindings/expression.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/expression.rs#L25

Added line #L25 was not covered by tests

Check warning on line 30 in src/bindings/expression.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/expression.rs#L30

Added line #L30 was not covered by tests

Check warning on line 15 in src/bindings/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/mod.rs#L15

Added line #L15 was not covered by tests

Check warning on line 24 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 26 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L26

Added line #L26 was not covered by tests

Check warning on line 30 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 33 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L33

Added line #L33 was not covered by tests

Check warning on line 39 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 43 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 52 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L48-L52

Added lines #L48 - L52 were not covered by tests

Check warning on line 57 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 61 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 71 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 77 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 82 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 86 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 90 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 95 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L95

Added line #L95 was not covered by tests

Check warning on line 97 in src/bindings/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bindings/table.rs#L97

Added line #L97 was not covered by tests

Check warning on line 40 in src/table/csv/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/table/csv/error.rs#L40

Added line #L40 was not covered by tests

Check warning on line 52 in src/table/csv/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/table/csv/error.rs#L43-L52

Added lines #L43 - L52 were not covered by tests

Check warning on line 42 in src/table/csv/from_csv.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/table/csv/from_csv.rs#L40-L42

Added lines #L40 - L42 were not covered by tests

Check warning on line 60 in src/table/csv/from_csv.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/table/csv/from_csv.rs#L60

Added line #L60 was not covered by tests

Check warning on line 207 in src/table/csv/from_csv.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/table/csv/from_csv.rs#L207

Added line #L207 was not covered by tests