Class: FiberAudit::Audit::Coverage

Inherits:
Data
  • Object
show all
Defined in:
lib/fiber_audit/audit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#analysed_filesObject (readonly)

Returns the value of attribute analysed_files

Returns:

  • (Object)

    the current value of analysed_files



37
38
39
# File 'lib/fiber_audit/audit.rb', line 37

def analysed_files
  @analysed_files
end

#rules_runObject (readonly)

Returns the value of attribute rules_run

Returns:

  • (Object)

    the current value of rules_run



37
38
39
# File 'lib/fiber_audit/audit.rb', line 37

def rules_run
  @rules_run
end

#total_call_sitesObject (readonly)

Returns the value of attribute total_call_sites

Returns:

  • (Object)

    the current value of total_call_sites



37
38
39
# File 'lib/fiber_audit/audit.rb', line 37

def total_call_sites
  @total_call_sites
end