Class: DeepCover::Node::WhenCondition
- Inherits:
-
DeepCover::Node
- Object
- DeepCover::Node
- DeepCover::Node::WhenCondition
- Includes:
- Wrapper
- Defined in:
- lib/deep_cover/node/case.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 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
Constructor Details
This class inherits a constructor from DeepCover::Node
Instance Method Details
#flow_completion_count ⇒ Object
27 28 29 |
# File 'lib/deep_cover/node/case.rb', line 27 def flow_completion_count condition.flow_completion_count end |
#flow_entry_count ⇒ Object
23 24 25 |
# File 'lib/deep_cover/node/case.rb', line 23 def flow_entry_count entry_tracker_hits end |
#loc_hash ⇒ Object
31 32 33 |
# File 'lib/deep_cover/node/case.rb', line 31 def loc_hash condition.loc_hash end |