Method: SimpleCov::SourceFile#branches
- Defined in:
- lib/simplecov/source_file.rb
#branches ⇒ Object
Return all the branches inside current source file
98 99 100 |
# File 'lib/simplecov/source_file.rb', line 98 def branches @branches ||= build_branches end |