Class: DeepCover::Node::Masgn::LeftSide

Inherits:
DeepCover::Node show all
Includes:
BackwardsStrategy
Defined in:
lib/deep_cover/node/assignments.rb

Constant Summary

Constants inherited from DeepCover::Node

CLASSES, Complex, Cvasgn, Dsym, Erange, Float, Int, Ivar, Kwarg, Kwoptarg, Kwrestarg, OrAsgn, Rational, Sym, True, Zsuper

Instance Attribute Summary

Attributes inherited from DeepCover::Node

#base_node, #children, #index, #next_sibling, #parent, #previous_sibling

Instance Method Summary collapse

Methods included from BackwardsStrategy

#flow_entry_count

Methods inherited from DeepCover::Node

[], #[], atom, #children_nodes, #covered_code, define_module_class, #each_node, #fancy_type, #find_all, has_evaluated_segments, inherited, #initialize, #simple_literal?, #to_s, #type

Methods included from Memoize

#freeze, included

Constructor Details

This class inherits a constructor from DeepCover::Node

Instance Method Details

#flow_completion_countObject



179
180
181
# File 'lib/deep_cover/node/assignments.rb', line 179

def flow_completion_count
  parent.flow_completion_count
end