kuniri
kuniri copied to clipboard
Outputing the function counter to XML.
Now, globalFunctions tag appears in the header of the xml output file.
- Change globalFunctions name to totalGlobalFunctions
- When we execute kuniri with O1 flag it optimizes the final output to use a reduced version of the elements name. totalGlobalFunctions could be reduced to tgf and count to c when -O1 is passed to the CLI. Thanks :)
Almost done... I just miss some tests similar the ones find in spec/language/ruby/global_test/. Add rspec tests with multiple variation of this parameter and other similar with tests in spec/language/ruby/global_test/
Done. Check spec/language/ruby/global_test/metrics
Almost done, can you just rebase your branch with dev and fix the conflicts?
We do not know why the build is failing, but all tests succeed in my machine. @rodrigosiqueira Could you run it locally?