Class: DeepCover::Node::WhilePost
- Inherits:
-
DeepCover::Node
- Object
- DeepCover::Node
- DeepCover::Node::WhilePost
- Defined in:
- lib/deep_cover/node/loops.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, #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
#execution_count ⇒ Object
67 68 69 70 |
# File 'lib/deep_cover/node/loops.rb', line 67 def execution_count # TODO: while this distringuishes correctly 0 vs >0, the number return is often too high body.flow_completion_count end |