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

[WIP] Introduce fuzzyRules storage and exploitation. #835

Closed
wants to merge 12 commits into from

C++17 structured binding is not supported on all our compilers.

b01be3d
Select commit
Loading
Failed to load commit list.
Closed

[WIP] Introduce fuzzyRules storage and exploitation. #835

C++17 structured binding is not supported on all our compilers.
b01be3d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 6, 2023 in 1s

27.97% of diff hit (target 90.00%)

View this Pull Request on Codecov

27.97% of diff hit (target 90.00%)

Annotations

Check warning on line 253 in src/archive.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/archive.cpp#L253

Added line #L253 was not covered by tests

Check warning on line 256 in src/archive.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/archive.cpp#L255-L256

Added lines #L255 - L256 were not covered by tests

Check warning on line 265 in src/archive.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/archive.cpp#L265

Added line #L265 was not covered by tests

Check warning on line 379 in src/fileimpl.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fileimpl.cpp#L379

Added line #L379 was not covered by tests

Check warning on line 154 in src/fileimpl.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fileimpl.h#L154

Added line #L154 was not covered by tests

Check warning on line 86 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L86

Added line #L86 was not covered by tests

Check warning on line 91 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L91

Added line #L91 was not covered by tests

Check warning on line 97 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L97

Added line #L97 was not covered by tests

Check warning on line 102 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L102

Added line #L102 was not covered by tests

Check warning on line 116 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L116

Added line #L116 was not covered by tests

Check warning on line 118 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L118

Added line #L118 was not covered by tests

Check warning on line 122 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L122

Added line #L122 was not covered by tests

Check warning on line 125 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L125

Added line #L125 was not covered by tests

Check warning on line 131 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L131

Added line #L131 was not covered by tests

Check warning on line 141 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 145 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L145

Added line #L145 was not covered by tests

Check warning on line 148 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L148

Added line #L148 was not covered by tests

Check warning on line 157 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L157

Added line #L157 was not covered by tests

Check warning on line 159 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L159

Added line #L159 was not covered by tests

Check warning on line 174 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L174

Added line #L174 was not covered by tests

Check warning on line 189 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 192 in src/fuzzy_rules.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.cpp#L192

Added line #L192 was not covered by tests

Check warning on line 69 in src/fuzzy_rules.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.h#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 78 in src/fuzzy_rules.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fuzzy_rules.h#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 111 in src/tools.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tools.cpp#L110-L111

Added lines #L110 - L111 were not covered by tests