public
Rubygem
Description: Test coverage docs for Javascript projects
Clone URL: git://github.com/nakajima/protocov.git
name age message
file .gitignore Tue May 27 07:29:53 -0700 2008 ignoring initialize and constructor functions w... [nakajima]
file History.txt Thu May 22 19:21:07 -0700 2008 updated for 0.0.3 release [nakajima]
file LICENSE.txt Wed May 21 21:59:16 -0700 2008 added initial files [nakajima]
file Manifest.txt Thu May 22 18:10:06 -0700 2008 added super-basic, probably buggy, coverage and... [nakajima]
file README.txt Thu May 22 18:17:15 -0700 2008 more README love [nakajima]
file Rakefile Thu May 22 19:19:49 -0700 2008 improved accuracy, big time [nakajima]
directory bin/ Thu May 22 19:24:53 -0700 2008 accidentally left development directory in bin [nakajima]
directory lib/ Tue May 27 07:29:53 -0700 2008 ignoring initialize and constructor functions w... [nakajima]
file protocov.gemspec Thu May 22 19:23:23 -0700 2008 Revert "removed rubyforge option from gems... [nakajima]
directory test/ Thu May 22 19:19:49 -0700 2008 improved accuracy, big time [nakajima]
README.txt
= ProtoCov =

== DESCRIPTION ==

Code coverage docs for Prototype-style Javascript projects

Nothing to look at yet, but stay tuned.

== USAGE ==

First, you need to make sure your project is organized like so:

  project/
    src/
    test/

Where the src directory contains all of your implementation code and
your test directory contains all of your test code.

Find code coverage for your project:

  protocov .

View method, class and module definitions by file for you project:

  protocov --annotate .

== INSTALL ==

If you want to install ProtoCov, run the following command:

  sudo gem install nakajima-protocov --source=http://gems.github.com
  
Please keep in mind that this project is still in a very early
stage of development and is prone to being buggy as all hell.

== TODO ==

* It's messy.
* DRY things up.. a lot
* Look into using Treetop.
* Remove directory structure requirements