diff --git a/app/assets/stylesheets/form_with_tooltip.css b/app/assets/stylesheets/form_with_tooltip.css index a72ede4..3512120 100644 --- a/app/assets/stylesheets/form_with_tooltip.css +++ b/app/assets/stylesheets/form_with_tooltip.css @@ -16,7 +16,7 @@ .field-container { position: relative; float: left; - width: 653px; + width: 100%; padding: 20px; } diff --git a/app/views/metric_configurations/_form.html.erb b/app/views/metric_configurations/_form.html.erb index b089a0b..0c2a648 100644 --- a/app/views/metric_configurations/_form.html.erb +++ b/app/views/metric_configurations/_form.html.erb @@ -10,7 +10,7 @@
- The Weight of a metric is used to calculate the weighted average of a <%= link_to 'module', tutorials_path("keywords", anchor: "module")%>. + It is used to calculate the weighted average of a <%= link_to 'module', tutorials_path("keywords", anchor: "module")%>.
- It is the calculation of statistical results for higher <%= link_to 'granularity', tutorials_path('keywords', anchor: 'granularity') %> modules (e.g., average lines of code of classes inside a package). + It is the calculation of statistical results for higher <%= link_to 'granularity', tutorials_path('keywords', anchor: 'granularity') %> modules (e.g., average lines of code of the classes inside a package).
- The name of your Configuration. -
-- A short description of your Configuration. -
-Mezuro uses four levels of granularity:
-Represents the granularity level of the code fragment being measured. Mezuro uses four levels of granularity:
+Represents a fragment of the software. Every node in the processing tree generated by the Kalibro processor is a module. It can be a software package, file or the whole software.
+Represents a fragment of the software. Every node in the processing tree generated by the Kalibro processor is a module and each module has a granularity.
Represents numerical intervals that may contain the value calculated for a given metric. Ranges combined with readings provide interpretations for metric results.
+Represents numerical intervals that may contain the value calculated for a given metric. Ranges combined with readings provide interpretations for metric results.
The interpretation given to a metric result (e.g., "Good", "Complex", "A"). Readings combined with ranges provide interpretations for metric results.
+The interpretation given to a metric result (e.g., "Good", "Complex", "A"). Readings combined with ranges provide interpretations for metric results.
A set of readings that make sense when grouped together (e.g., "Good" and "Bad", "Simple" and "Complex").
+A set of readings that make sense when grouped together (e.g., "Good" and "Bad", "Simple" and "Complex").
+It is a numerical result associated to a metric by the Collector or aggregating in the case of a Compound Metric
+A software metric is a quantitative measure of some property of a module. For more details see + <%= link_to 'Carlos Morais dissertation', 'http://www.teses.usp.br/teses/disponiveis/45/45134/tde-25092013-142158/publico/dissertacao.pdf' %>.