SVF icon indicating copy to clipboard operation
SVF copied to clipboard

rename CallGraph to PTACallGraph

Open Geoffrey1014 opened this issue 1 year ago • 1 comments

rename CallGraph to PTACallGraph

Geoffrey1014 avatar Oct 21 '24 06:10 Geoffrey1014

Codecov Report

Attention: Patch coverage is 70.00000% with 57 lines in your changes missing coverage. Please review.

Project coverage is 63.00%. Comparing base (8370e68) to head (f057dfe).

Files with missing lines Patch % Lines
svf/lib/MTA/LockAnalysis.cpp 5.55% 17 Missing :warning:
svf/lib/Graphs/PTACallGraph.cpp 76.27% 14 Missing :warning:
svf/lib/MTA/MHP.cpp 41.17% 10 Missing :warning:
svf/include/Graphs/ThreadCallGraph.h 40.00% 3 Missing :warning:
svf/lib/Graphs/SVFGReadWrite.cpp 0.00% 2 Missing :warning:
svf/lib/Graphs/ThreadCallGraph.cpp 81.81% 2 Missing :warning:
svf/lib/Util/PTAStat.cpp 77.77% 2 Missing :warning:
svf/lib/Util/SVFUtil.cpp 50.00% 2 Missing :warning:
svf/lib/DDA/DDAClient.cpp 0.00% 1 Missing :warning:
svf/lib/MSSA/MemSSA.cpp 0.00% 1 Missing :warning:
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1578      +/-   ##
==========================================
+ Coverage   62.86%   63.00%   +0.14%     
==========================================
  Files         244      244              
  Lines       25698    27274    +1576     
  Branches     4519     4519              
==========================================
+ Hits        16155    17185    +1030     
- Misses       9543    10089     +546     
Files with missing lines Coverage Δ
svf-llvm/include/SVF-LLVM/LLVMModule.h 94.59% <ø> (+0.47%) :arrow_up:
svf-llvm/include/SVF-LLVM/SVFIRBuilder.h 90.55% <ø> (+0.46%) :arrow_up:
svf-llvm/lib/LLVMModule.cpp 84.08% <ø> (+0.30%) :arrow_up:
svf-llvm/lib/LLVMUtil.cpp 78.40% <100.00%> (-0.42%) :arrow_down:
svf-llvm/lib/SVFIRBuilder.cpp 84.04% <100.00%> (-0.19%) :arrow_down:
svf-llvm/tools/AE/ae.cpp 56.65% <ø> (+0.75%) :arrow_up:
svf-llvm/tools/Example/svf-ex.cpp 95.65% <ø> (-1.32%) :arrow_down:
svf/include/AE/Svfexe/AbstractInterpretation.h 96.42% <ø> (+0.42%) :arrow_up:
svf/include/DDA/DDAVFSolver.h 90.61% <ø> (+0.53%) :arrow_up:
svf/include/Graphs/ICFG.h 98.03% <ø> (+0.12%) :arrow_up:
... and 36 more

... and 155 files with indirect coverage changes

codecov[bot] avatar Oct 21 '24 06:10 codecov[bot]