damphyr/rutema

View on GitHub
lib/rutema/reporters/junit.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method test_case has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def test_case name,state
        #<testcase name="" time="">      => the results from executing a test method
        #  <system-out>  => data written to System.out during the test run
        #  <system-err>  => data written to System.err during the test run
        #  <skipped/>    => test was skipped
Severity: Minor
Found in lib/rutema/reporters/junit.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status