Author:halw

Date:2010-02-23T22:24:40.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@476 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-02-24 14:35:02 +00:00
parent 09b8704fb2
commit 32e66d9379
5 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,3 @@
title=auto-hide-icon
author=halw
path=content/auto-hide-icon

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -0,0 +1,3 @@
title=es gt auto hide 01
author=halw
path=content/es-gt-auto-hide-01

View File

@@ -31,8 +31,9 @@ The numbers yielded by measures are meaningless unless we describe what they ref
EiffelStudio provides a set of predefined units. Some simply serve to count occurrences of certain construct specimens in the software; examples include <code>group</code>, <code lang=text>class</code>, <code lang=text>feature</code>, <code>line</code>, <span>...</span> The metric <code>ratio</code> describes metrics whose values are divisions, for example "average number of classes per cluster", obtained by dividing the number of classes by the number of classes.
A metric can be computed over a scope, this scope is defined using a domain. In a domain
A metric can be computed over a scope. This scope is defined using a '''domain'''. A domain is a set of program elements. You build up a domain by adding development objects to a list. These development objects are things like application targets, clusters, libraries, classes, and features.
</div>
==Metric tool interface==
* [[Metric Evaluation Panel|Metric Evaluation panel]]
* [[Detailed Result Panel|Detailed Result panel]]