class Rcov::CallSiteAnalyzer::CallSite

def depth

whose information is included in the CallSite object.
The depth of a CallSite is the number of stack frames
def depth
  backtrace.size
end