A | Helper |
A | AbstractAction |
A | Retweet |
A | Bot |
A | Like |
A | Search |
A | TweetUser |
A | ReTweetableAbstract |
A | Tweet |
Percentage | Lines | ||
---|---|---|---|
src/Helper.ts |
|
100 % | 9 |
src/Constant.ts |
|
100 % | 7 |
src/actions/Action.ts |
|
100 % | 28 |
src/actions/Retweet.ts |
|
100 % | 33 |
src/index.ts |
|
100 % | 48 |
src/actions/Like.ts |
|
100 % | 33 |
src/actions/Search.ts |
|
100 % | 125 |
src/entities/TweetUser.ts |
|
100 % | 71 |
src/ReTweetable.ts |
|
100 % | 31 |
src/entities/Tweet.ts |
|
100 % | 119 |
Percentage | Lines | ||
---|---|---|---|
Helper |
|
100 % | 7 |
Constant |
|
100 % | 6 |
AbstractAction |
|
100 % | 16 |
Retweet |
|
100 % | 23 |
Bot |
|
100 % | 31 |
Like |
|
100 % | 23 |
Search |
|
100 % | 115 |
TweetUser |
|
100 % | 55 |
ReTweetableAbstract |
|
100 % | 17 |
Tweet |
|
100 % | 103 |
CRAP Score | Lines | ||
---|---|---|---|
Search.run | 6 | 29 | |
Retweet.run | 4 | 21 | |
Like.run | 4 | 21 | |
Search.toTweets | 3 | 16 | |
Search.hasAlreadyReTweeted | 3 | 14 | |
Search.searchRetweetedTweets | 3 | 26 | |
Search.search | 3 | 20 | |
ReTweetableAbstract.isReTweetable | 3 | 12 | |
Tweet.getText | 3 | 9 | |
AbstractAction.run | 2 | 2 | |