class DeepCover::Node::Resbody

Public Instance Methods

execution_count() click to toggle source
# File lib/deep_cover/node/exceptions.rb, line 22
def execution_count
  entered_body_tracker_hits
end
is_statement() click to toggle source
# File lib/deep_cover/node/exceptions.rb, line 18
def is_statement
  false
end