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

Analysis #1237

Closed
wants to merge 31 commits into from
Closed

Analysis #1237

wants to merge 31 commits into from

Conversation

MikePopoloski
Copy link
Owner

No description provided.

Copy link

codecov bot commented Feb 9, 2025

Codecov Report

Attention: Patch coverage is 89.72542% with 116 lines in your changes missing coverage. Please review.

Project coverage is 94.58%. Comparing base (b4a74b0) to head (5f497ad).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
include/slang/analysis/AbstractFlowAnalysis.h 82.06% 80 Missing ⚠️
include/slang/analysis/DataFlowAnalysis.h 94.21% 11 Missing ⚠️
source/analysis/AnalysisManager.cpp 92.63% 7 Missing ⚠️
include/slang/util/SmallMap.h 79.31% 6 Missing ⚠️
source/ast/ASTSerializer.cpp 71.42% 4 Missing ⚠️
include/slang/util/IntervalMap.h 98.82% 2 Missing ⚠️
source/analysis/AnalyzedProcedure.cpp 96.96% 2 Missing ⚠️
source/ast/Compilation.cpp 95.55% 2 Missing ⚠️
include/slang/analysis/AnalysisManager.h 80.00% 1 Missing ⚠️
source/parsing/Parser_members.cpp 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1237      +/-   ##
==========================================
- Coverage   94.74%   94.58%   -0.16%     
==========================================
  Files         205      211       +6     
  Lines       51218    52133     +915     
==========================================
+ Hits        48524    49310     +786     
- Misses       2694     2823     +129     
Files with missing lines Coverage Δ
include/slang/analysis/AnalyzedProcedure.h 100.00% <100.00%> (ø)
include/slang/ast/ASTContext.h 100.00% <ø> (ø)
include/slang/ast/ASTSerializer.h 100.00% <ø> (ø)
include/slang/ast/Compilation.h 100.00% <100.00%> (ø)
include/slang/ast/Expression.h 95.23% <ø> (ø)
include/slang/ast/HierarchicalReference.h 100.00% <ø> (ø)
include/slang/ast/OpaqueInstancePath.h 100.00% <ø> (ø)
include/slang/ast/Scope.h 100.00% <ø> (ø)
include/slang/ast/expressions/Operator.h 100.00% <ø> (ø)
include/slang/ast/statements/MiscStatements.h 81.00% <100.00%> (+0.38%) ⬆️
... and 43 more

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4a74b0...5f497ad. Read the comment docs.

… be smarter about whether for loop bodies will execute
@MikePopoloski MikePopoloski force-pushed the analysis branch 4 times, most recently from 76aeb51 to 1cd4987 Compare February 11, 2025 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant