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

Support `direct_backedges(::MethodInstance)` #25

Closed timholy closed 3 years ago

timholy commented 3 years ago

This is a small convenience that avoids the risk of an UndefRefError from mi.backedges

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (0213536) into master (d40304b) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   94.01%   94.11%   +0.09%     
==========================================
  Files           4        4              
  Lines         301      306       +5     
==========================================
+ Hits          283      288       +5     
  Misses         18       18              
Impacted Files Coverage Δ
src/backedges.jl 100.00% <100.00%> (ø)

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 d40304b...0213536. Read the comment docs.