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

Improve CHA runtime and improve InvokeInterface resolving #734

Merged
merged 24 commits into from
Nov 20, 2023

removed warnings in testcases

3113dcf
Select commit
Loading
Failed to load commit list.
Merged

Improve CHA runtime and improve InvokeInterface resolving #734

removed warnings in testcases
3113dcf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 17, 2023 in 0s

63.45% (-0.19%) compared to 23503d7

View this Pull Request on Codecov

63.45% (-0.19%) compared to 23503d7

Details

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (23503d7) 63.64% compared to head (3113dcf) 63.45%.

❗ Current head 3113dcf differs from pull request most recent head 0ddd798. Consider uploading reports for the commit 0ddd798 to get more accurate results

Files Patch % Lines
...a/sootup/callgraph/AbstractCallGraphAlgorithm.java 80.95% 5 Missing and 3 partials ⚠️
...tup/callgraph/ClassHierarchyAnalysisAlgorithm.java 92.85% 0 Missing and 3 partials ⚠️
...a/sootup/callgraph/RapidTypeAnalysisAlgorithm.java 92.68% 0 Missing and 3 partials ⚠️
...analysis/interprocedural/icfg/ICFGDotExporter.java 92.00% 0 Missing and 2 partials ⚠️
...sootup/core/typehierarchy/HierarchyComparator.java 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #734      +/-   ##
=============================================
- Coverage      63.64%   63.45%   -0.19%     
+ Complexity      3360     3335      -25     
=============================================
  Files            317      317              
  Lines          15124    15087      -37     
  Branches        2551     2546       -5     
=============================================
- Hits            9625     9573      -52     
- Misses          4608     4624      +16     
+ Partials         891      890       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.