Class: RuboCop::Cop::RSpecParity::PrivateMethodCallGraph::Result
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::RSpecParity::PrivateMethodCallGraph::Result
- Defined in:
- lib/rubocop/cop/rspec_parity/private_method_call_graph.rb
Overview
‘branch_tally` is whatever the branch_counter returns (a BranchTally), or nil when nothing was inlined. It must respond to `+` and `total`.
Instance Attribute Summary collapse
-
#branch_tally ⇒ Object
Returns the value of attribute branch_tally.
-
#traced_methods ⇒ Object
Returns the value of attribute traced_methods.
Instance Attribute Details
#branch_tally ⇒ Object
Returns the value of attribute branch_tally
13 14 15 |
# File 'lib/rubocop/cop/rspec_parity/private_method_call_graph.rb', line 13 def branch_tally @branch_tally end |
#traced_methods ⇒ Object
Returns the value of attribute traced_methods
13 14 15 |
# File 'lib/rubocop/cop/rspec_parity/private_method_call_graph.rb', line 13 def traced_methods @traced_methods end |