hackedteam/core-android-market

View on GitHub
src/libbson/boost/boost_1_53_0/libs/compatibility/generate_cpp_c_headers.py

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

        for d in defines.keys():
          if (s in defines[d]):
            print '#if !(' + d + ')'
            n_endif = n_endif + 1
        print '  using ::' + s + ';'

    Avoid deeply nested control flow statements.
    Open

            for i in xrange(n_endif): print '#endif'
          print '}'

      There are no issues that match your filters.

      Category
      Status