smugglys/translatomatic

View on GitHub
lib/translatomatic/resource_file/plist.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method Translatomatic::ResourceFile::Plist::Parser#parse (42.4)
Open

        def parse(xml, options = {})
          @converters = {
            'integer' => proc { |node| node.content.to_i },
            'real'    => proc { |node| node.content.to_f },
            'string'  => proc { |node| node.content.to_s },

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

TODO found
Open

        # TODO: not sure sure what to do if dict is missing

There are no issues that match your filters.

Category
Status