class DeepCover::Node::WhilePost
Public Instance Methods
execution_count()
click to toggle source
# 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