Class: DeepCover::Analyser::Function
- Inherits:
-
DeepCover::Analyser
- Object
- DeepCover::Analyser
- DeepCover::Analyser::Function
- Includes:
- Subset
- Defined in:
- lib/deep_cover/analyser/function.rb
Constant Summary collapse
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
Methods included from Subset
Methods included from Base
#covered_code, #each_node, #initialize, #node_children, #node_covered?, #node_runs_map, #node_stat_contributions, #node_stat_type, #results, #stats
Methods included from Tools::Covered
Instance Method Details
#node_runs(node) ⇒ Object
10 11 12 |
# File 'lib/deep_cover/analyser/function.rb', line 10 def node_runs(node) super(node.body) end |