Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore overlap between Yardstick and YARD stats #36

Open
backus opened this issue Oct 4, 2015 · 0 comments
Open

Explore overlap between Yardstick and YARD stats #36

backus opened this issue Oct 4, 2015 · 0 comments

Comments

@backus
Copy link
Collaborator

backus commented Oct 4, 2015

YARD provides a stats feature which overlaps with yardstick:

(transproc) $ yard stats --quiet --list-undoc
Files:          16
Modules:        12 (    2 undocumented)
Classes:         6 (    3 undocumented)
Constants:       9 (    9 undocumented)
Methods:       102 (    9 undocumented)
 82.17% documented

Undocumented Objects:

(in file: lib/transproc.rb)
Transproc

(in file: lib/transproc/coercions.rb)
Transproc::Coercions::BOOLEAN_MAP
Transproc::Coercions::FALSE_VALUES
Transproc::Coercions::TRUE_VALUES

(in file: lib/transproc/composer.rb)
Transproc::Composer::Factory
Transproc::Composer::Factory#<<
Transproc::Composer::Factory#default
Transproc::Composer::Factory#fns
Transproc::Helper.included
Transproc::Composer::Factory#to_fn

(in file: lib/transproc/error.rb)
Transproc::FunctionNotFoundError
Transproc::MalformedInputError
Transproc::FunctionAlreadyRegisteredError
Transproc::Error

(in file: lib/transproc/function.rb)
Transproc::Function#==

(in file: lib/transproc/functions.rb)
Transproc::Functions.extended
Transproc::Functions#method_added

(in file: lib/transproc/recursion.rb)
Transproc::Recursion::IF_ENUMERABLE
Transproc::Recursion::IF_ARRAY
Transproc::Recursion::IF_HASH

(in file: lib/transproc/support/deprecations.rb)
Transproc::Deprecations
Transproc::Deprecations.announce

(in file: lib/transproc/version.rb)
Transproc::VERSION

there is likely a lot of feature/code overlap which would be worth looking into

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant