Class: AggregateCodeCoverageAction

Inherits:
CodeCoverageAction show all
Defined in:
lib/kwala/actions/code_coverage.rb

Overview

use –aggregate option of rcov >= 0.7

Constant Summary

Constants inherited from CodeCoverageAction

CodeCoverageAction::DEBUG, CodeCoverageAction::PERCENT_ERROR, CodeCoverageAction::PERCENT_WARNING, CodeCoverageAction::RCOV, CodeCoverageAction::SUMMARY_COUNT

Class Method Summary collapse

Methods inherited from CodeCoverageAction

#build_action, #detailed_display, #initialize, #summary_display

Methods included from LOCCountModule

#count_loc

Methods inherited from BuildAction

#build_action, command_line_action_name, command_line_action_names, create_action_from_command_line_name, #detailed_display, #score, #summary_display

Methods included from InheritanceTracker

#get_implementors

Constructor Details

This class inherits a constructor from CodeCoverageAction

Class Method Details

.detailed_template_fileObject



260
261
262
# File 'lib/kwala/actions/code_coverage.rb', line 260

def self.detailed_template_file
  superclass.detailed_template_file
end

.summary_template_fileObject



256
257
258
# File 'lib/kwala/actions/code_coverage.rb', line 256

def self.summary_template_file
  superclass.summary_template_file
end