class DeepCover::Node::Masgn::ConstantScopeWrapper

Public Instance Methods

flow_entry_count() click to toggle source
# File lib/deep_cover/node/assignments.rb, line 138
def flow_entry_count
  entry_tracker_hits
end
rewrite() click to toggle source
# File lib/deep_cover/node/assignments.rb, line 134
def rewrite
  '(%{entry_tracker};%{node})'
end