class DeepCover::Node::WhenCondition

Public Instance Methods

flow_completion_count() click to toggle source
# File lib/deep_cover/node/case.rb, line 27
def flow_completion_count
  condition.flow_completion_count
end
flow_entry_count() click to toggle source
# File lib/deep_cover/node/case.rb, line 23
def flow_entry_count
  entry_tracker_hits
end
loc_hash() click to toggle source
# File lib/deep_cover/node/case.rb, line 31
def loc_hash
  condition.loc_hash
end