fteem/marver

View on GitHub
lib/marver/mappers/comic_attributes_mapper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method map has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def map
        { 
        title:        @results['title'],
        resource_uri: @results['resourceURI'],
        id:           @results['id'].to_i,
Severity: Minor
Found in lib/marver/mappers/comic_attributes_mapper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status