Method: SimpleCov::SourceFile#no_branches?

Defined in:
lib/simplecov/source_file.rb

#no_branches?Boolean

Returns:

  • (Boolean)

102
103
104
# File 'lib/simplecov/source_file.rb', line 102

def no_branches?
  total_branches.empty?
end