class DeepCover::Node::While

Public Instance Methods

execution_count() click to toggle source
# File lib/deep_cover/node/loops.rb, line 55
def execution_count
  # TODO: while this distringuishes correctly 0 vs >0, the number return is often too high
  condition.flow_completion_count
end