Method: DeepCover::Node::BackwardsStrategy#flow_entry_count
- Defined in:
- lib/deep_cover/node/assignments.rb
#flow_entry_count ⇒ Object
48 49 50 51 52 53 54 |
# File 'lib/deep_cover/node/assignments.rb', line 48 def flow_entry_count if (first_child = children_nodes.first) first_child.flow_entry_count else flow_completion_count end end |