class DeepCover::Node::Masgn::ConstantAssignment
Public Instance Methods
execution_count()
click to toggle source
Calls superclass method
DeepCover::Node#execution_count
# File lib/deep_cover/node/assignments.rb, line 148 def execution_count scope ? scope.flow_completion_count : super end