Saikuro Results
Saikuro analyzes ruby code for cyclomatic complexity.
Analyzed Methods
Method Name |
Complexity |
# Lines |
Kerryb::Kerryb#words_of_length |
2 |
2 |
Kerryb::Kerryb#words_with |
2 |
2 |
Kerryb::Kerryb#guess |
2 |
7 |
Kerryb::Kerryb#choose_letter |
2 |
2 |
Kerryb::Kerryb#guess_by_pattern |
2 |
3 |
Kerryb::Kerryb#occurrences_of |
1 |
2 |
Kerryb::Kerryb#guess_by_frequency |
1 |
2 |
Kerryb::Kerryb#game_result |
1 |
0 |
Kerryb::Kerryb#fail |
1 |
0 |
Kerryb::Kerryb#incorrect_guess |
1 |
2 |
Kerryb::Kerryb#score |
1 |
2 |
Kerryb::Kerryb#new_game |
1 |
3 |
Kerryb::Kerryb#word_list= |
1 |
2 |
Kerryb::Kerryb#<=> |
1 |
2 |
Analyzed Classes
Class Name |
Complexity |
# Lines |
Kerryb::Kerryb |
20 |
63 |
Kerryb |
0 |
2 |
Analyzed Files
kerryb.rb
Class : Kerryb::Kerryb
Total complexity : 20
Total lines : 63
Method |
Complexity |
# Lines |
Kerryb::Kerryb#words_of_length
|
2
|
2
|
Kerryb::Kerryb#words_with
|
2
|
2
|
Kerryb::Kerryb#guess
|
2
|
7
|
Kerryb::Kerryb#choose_letter
|
2
|
2
|
Kerryb::Kerryb#guess_by_pattern
|
2
|
3
|
Kerryb::Kerryb#occurrences_of
|
1
|
2
|
Kerryb::Kerryb#guess_by_frequency
|
1
|
2
|
Kerryb::Kerryb#game_result
|
1
|
0
|
Kerryb::Kerryb#fail
|
1
|
0
|
Kerryb::Kerryb#incorrect_guess
|
1
|
2
|
Kerryb::Kerryb#score
|
1
|
2
|
Kerryb::Kerryb#new_game
|
1
|
3
|
Kerryb::Kerryb#word_list=
|
1
|
2
|
Kerryb::Kerryb#<=>
|
1
|
2
|
Generated on Tue Sep 29 22:20:53 +0100 2009