All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.totalquality.widget.html.erb Maven / Gradle / Ivy

Go to download

Provides an overall measure of the quality of the project, linking code quality, design, architecture, and testing (Unit and Integration).

The newest version!
<% if measure('total-quality') %>

Total Quality

<%= format_measure('total-quality', :suffix => '', :url => url_for_drilldown('total-quality'), :default => '0')%><%= tendency_icon('total-quality') %>

 

<%= format_measure('total-quality-architecture', :suffix => ' Architecture', :url => url_for_drilldown('total-quality-architecture'), :default => '$ 0')%><%= tendency_icon('total-quality-architecture') %>

<%= format_measure('total-quality-design', :suffix => ' Design', :url => url_for_drilldown('total-quality-design'), :default => '$ 0')%><%= tendency_icon('total-quality-design') %>

<% if measure('total-quality-test-with-it') %>

<%= format_measure('total-quality-test-with-it', :suffix => ' Test', :url => url_for_drilldown('total-quality-test-with-it'), :default => '$ 0')%><%= tendency_icon('total-quality-test-with-it') %> (Including IT Tests)

<% else %>

<%= format_measure('total-quality-test', :suffix => ' Test', :url => url_for_drilldown('total-quality-test'), :default => '$ 0')%><%= tendency_icon('total-quality-test') %>

<% end %>

<%= format_measure('total-quality-code', :suffix => ' Code', :url => url_for_drilldown('total-quality-code'), :default => '$ 0')%><%= tendency_icon('total-quality-code') %>

<% end %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy