Skip to content

Commit

Permalink
[DOC] Add code quality graphs to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus Due committed Jun 29, 2013
1 parent e150c2e commit df7d042
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added Documentation/ComplexityChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/PyramidChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ TYPO3 extension VHS: Fluid ViewHelpers

[![Build Status](https://travis-ci.org/FluidTYPO3/vhs.png?branch=master)](https://travis-ci.org/FluidTYPO3/vhs)

## Code Quality

![Abstraction Instability Chart](Documentation/ComplexityChart.png)
![Inheritance and dependency risk](Documentation/PyramidChart.png)

_Understanding the [Abstraction Instability Chart](http://pdepend.org/documentation/handbook/reports/abstraction-instability-chart.html)
and [Pyramid Chart](http://pdepend.org/documentation/handbook/reports/overview-pyramid.html)._

## Overview

![ViewHelpers](https://raw.github.com/wiki/FluidTYPO3/vhs/Images/Home/Overview.png)
Expand Down

0 comments on commit df7d042

Please sign in to comment.