mhenrixon/stub_requests

View on GitHub
spec/stub_requests/stub_registry_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method let#endpoint (26.9)
Open

  let(:endpoint) { service.register(endpoint_id, endpoint_verb, endpoint_path) }

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

Complex method let#service (22.4)
Open

  let(:service)  { service_registry.register(service_id, service_uri) }

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status