timholy / MethodAnalysis.jl

Utilities to analyze Julia's method tables
https://timholy.github.io/MethodAnalysis.jl/stable/
MIT License
94 stars 3 forks source link

Redesign visit #3

Closed timholy closed 4 years ago

timholy commented 4 years ago

This extensively reworks visit and visit_backedges:

Closes #2

codecov[bot] commented 4 years ago

Codecov Report

Merging #3 into master will decrease coverage by 1.94%. The diff coverage is 93.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
- Coverage   96.21%   94.26%   -1.95%     
==========================================
  Files           3        3              
  Lines         132      157      +25     
==========================================
+ Hits          127      148      +21     
- Misses          5        9       +4     
Impacted Files Coverage Δ
src/visit.jl 91.95% <92.00%> (-6.56%) :arrow_down:
src/MethodAnalysis.jl 93.33% <100.00%> (+0.47%) :arrow_up:
src/backedges.jl 100.00% <100.00%> (+5.40%) :arrow_up:

Continue to review full report at Codecov.

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