summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-04-05 23:03:29 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-04-05 23:03:29 +0300
commite427f7c0c9e196ae242b0c9ecfe8d6418b8dfe36 (patch)
tree6cd5e8c8a5dcd4fffbaa1c451ca0f23d7516dba0 /README.md
parent13273fccd66709db62f93c772c9e052d398dac88 (diff)
parent41bc89fb72a558ead29390177f29f0125d673f3c (diff)
Merge pull request #22 from dritter/dritter/test-ratio
Test ratio documentation added to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 880904f9..99e86317 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,14 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`:
export DEFAULT_USER=<your username>
+#### Test ratio
+
+The `symfony2_tests` and `rspec_tests` segments show both a ratio of "real" classes
+vs test classes. This is just a very simple ratio, and does not show your code
+coverage or any sophisticated stats. All this does is just to count your files
+and test files and calculate the ratio between them. Not more, but is may give
+a quick overview about the test situation of the project you are dealing with.
+
#### The 'time' segment
By default the time is show in 'H:M:S' format. If you want to change it,