Structure of the Page

All the project results pages have the same structure :

Project results page

Let's see the contents of these area.

  1. Area 1 : the Left menu
    Left menu
      |
      |-- Summary
      |
      |-- Components
      |     |-- All
      |     `-- Excluded from action plan
      |
      |-- Audits
      |     |-- Successful
      |     |-- Failed
      |     `-- Partially Successful
      |
      |-- Top
      |     |-- Method
      |     |     |-- Cyclomatic complexity number
      |     |     `-- Number of source lines
      |     |-- Package
      |     |     |-- Cycles
      |     |     `-- Distance from the main sequence
      |     |-- Class
      |     |     |-- Afferent coupling
      |     |     |-- Couplage between objects
      |     |     |-- Depth of inheritance tree
      |     |     |-- Lack of cohesion in methods
      |     |     |-- Response for a class
      |     |     |-- Number of methods
      |     |     `-- Sum of all cyclomatic complexity
      |     |-- Summary of pratices
      |     `-- Scatterplott
      |
      |-- Projects 
      |     |-- 1st project of the application
      |     |-- 2nd project of the application
      |     `-- ...
      |
      `-- Trend
    
  2. Area 2 : the cartridge

    In the cartridge you will find :

    • The name of the application audited
    • The name of the project audited
    • The date of the audit
    • The date of the previous audit

    By default Squale compare the mark of the last successful audit with the mark of the next to last successful audit. The dates shown here correspond to the dates of the two audits compared. To change the two audits compared see bellow the part : the left menu / Audits

  3. Area 3 : the audit results

    The area 3 displays the results of the audit for the project chosen. The content of this area 3 depends on the choice done in the left menu.

  4. Area 4 : Export

    In this area you will find buttons to export in a file (.PDF,.xls). In general this export is a summary of the informations presents in the area 3.

  5. Error

    When an audit is partially successful or failed, a link appears between area 2 and 3. By clicking on this link you will obtain a list of the errors happened during the audit.

Now let's see the summary